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