expectsJson()) { return redirect('install'); } else { return $this->error('It has already been installed.'); } } return $next($request); } }