^ InvalidArgumentException {#229
#message: "Driver [custom] not supported."
#code: 0
#file: "/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Support/Manager.php"
#line: 109
trace: {
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Support/Manager.php:109 {
Illuminate\Support\Manager->createDriver($driver) …
›
› throw new InvalidArgumentException("Driver [$driver] not supported.");
› }
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Support/Manager.php:80 {
Illuminate\Support\Manager->driver($driver = null) …
› if (! isset($this->drivers[$driver])) {
› $this->drivers[$driver] = $this->createDriver($driver);
› }
arguments: {
$driver: "custom"
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Session/SessionServiceProvider.php:52 {
Illuminate\Session\SessionServiceProvider->Illuminate\Session\{closure} …
› // application instance, and will resolve them on a lazy load basis.
› return $app->make('session')->driver();
› });
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Container/Container.php:826 {
Illuminate\Container\Container->build($concrete) …
› if ($concrete instanceof Closure) {
› return $concrete($this, $this->getLastParameterOverride());
› }
arguments: {
Illuminate\Foundation\Application {#2 …}
[]
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Container/Container.php:712 {
Illuminate\Container\Container->resolve($abstract, $parameters = [], $raiseEvents = true) …
› if ($this->isBuildable($concrete, $abstract)) {
› $object = $this->build($concrete);
› } else {
arguments: {
$concrete: Closure($app) {#17 …}
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:796 {
Illuminate\Foundation\Application->resolve($abstract, $parameters = [], $raiseEvents = true) …
›
› return parent::resolve($abstract, $parameters, $raiseEvents);
› }
arguments: {
$abstract: "Illuminate\Contracts\Routing\ResponseFactory"
$parameters: []
$raiseEvents: true
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Container/Container.php:651 {
Illuminate\Container\Container->make($abstract, array $parameters = []) …
› {
› return $this->resolve($abstract, $parameters);
› }
arguments: {
$abstract: "Illuminate\Contracts\Routing\ResponseFactory"
$parameters: []
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:781 {
Illuminate\Foundation\Application->make($abstract, array $parameters = []) …
›
› return parent::make($abstract, $parameters);
› }
arguments: {
$abstract: "Illuminate\Contracts\Routing\ResponseFactory"
$parameters: []
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Container/Container.php:1354 {
Illuminate\Container\Container->offsetGet($key) …
› {
› return $this->make($key);
› }
arguments: {
$abstract: "redirect"
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php:118 {
Illuminate\Routing\RoutingServiceProvider->Illuminate\Routing\{closure} …
› if (isset($app['session.store'])) {
› $redirector->setSession($app['session.store']);
› }
arguments: {
$key: "session.store"
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Container/Container.php:826 {
Illuminate\Container\Container->build($concrete) …
› if ($concrete instanceof Closure) {
› return $concrete($this, $this->getLastParameterOverride());
› }
arguments: {
Illuminate\Foundation\Application {#2 …}
[]
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Container/Container.php:712 {
Illuminate\Container\Container->resolve($abstract, $parameters = [], $raiseEvents = true) …
› if ($this->isBuildable($concrete, $abstract)) {
› $object = $this->build($concrete);
› } else {
arguments: {
$concrete: Closure($app) {#17 …}
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:796 {
Illuminate\Foundation\Application->resolve($abstract, $parameters = [], $raiseEvents = true) …
›
› return parent::resolve($abstract, $parameters, $raiseEvents);
› }
arguments: {
$abstract: "Illuminate\Contracts\Routing\ResponseFactory"
$parameters: []
$raiseEvents: true
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Container/Container.php:651 {
Illuminate\Container\Container->make($abstract, array $parameters = []) …
› {
› return $this->resolve($abstract, $parameters);
› }
arguments: {
$abstract: "Illuminate\Contracts\Routing\ResponseFactory"
$parameters: []
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:781 {
Illuminate\Foundation\Application->make($abstract, array $parameters = []) …
›
› return parent::make($abstract, $parameters);
› }
arguments: {
$abstract: "Illuminate\Contracts\Routing\ResponseFactory"
$parameters: []
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Container/Container.php:1354 {
Illuminate\Container\Container->offsetGet($key) …
› {
› return $this->make($key);
› }
arguments: {
$abstract: "redirect"
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php:168 {
Illuminate\Routing\RoutingServiceProvider->Illuminate\Routing\{closure} …
› $this->app->singleton(ResponseFactoryContract::class, function ($app) {
› return new ResponseFactory($app[ViewFactoryContract::class], $app['redirect']);
› });
arguments: {
$key: "redirect"
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Container/Container.php:826 {
Illuminate\Container\Container->build($concrete) …
› if ($concrete instanceof Closure) {
› return $concrete($this, $this->getLastParameterOverride());
› }
arguments: {
Illuminate\Foundation\Application {#2 …}
[]
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Container/Container.php:712 {
Illuminate\Container\Container->resolve($abstract, $parameters = [], $raiseEvents = true) …
› if ($this->isBuildable($concrete, $abstract)) {
› $object = $this->build($concrete);
› } else {
arguments: {
$concrete: Closure($app) {#17 …}
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:796 {
Illuminate\Foundation\Application->resolve($abstract, $parameters = [], $raiseEvents = true) …
›
› return parent::resolve($abstract, $parameters, $raiseEvents);
› }
arguments: {
$abstract: "Illuminate\Contracts\Routing\ResponseFactory"
$parameters: []
$raiseEvents: true
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Container/Container.php:651 {
Illuminate\Container\Container->make($abstract, array $parameters = []) …
› {
› return $this->resolve($abstract, $parameters);
› }
arguments: {
$abstract: "Illuminate\Contracts\Routing\ResponseFactory"
$parameters: []
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:781 {
Illuminate\Foundation\Application->make($abstract, array $parameters = []) …
›
› return parent::make($abstract, $parameters);
› }
arguments: {
$abstract: "Illuminate\Contracts\Routing\ResponseFactory"
$parameters: []
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php:119 {
app($abstract = null, array $parameters = []) …
›
› return Container::getInstance()->make($abstract, $parameters);
› }
arguments: {
$abstract: "Illuminate\Contracts\Routing\ResponseFactory"
$parameters: []
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php:687 {
response($content = '', $status = 200, array $headers = []) …
› {
› $factory = app(ResponseFactory::class);
›
arguments: {
$abstract: "Illuminate\Contracts\Routing\ResponseFactory"
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php:548 {
Illuminate\Foundation\Exceptions\Handler->renderHttpException(HttpExceptionInterface $e) …
› if (view()->exists($view = $this->getHttpExceptionView($e))) {
› return response()->view($view, [
› 'errors' => new ViewErrorBag,
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php:456 {
Illuminate\Foundation\Exceptions\Handler->prepareResponse($request, Throwable $e) …
› return $this->toIlluminateResponse(
› $this->renderHttpException($e), $e
› );
arguments: {
$e: Symfony\Component\HttpKernel\Exception\HttpException {#235 …}
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php:336 {
Illuminate\Foundation\Exceptions\Handler->render($request, Throwable $e) …
› ? $this->prepareJsonResponse($request, $e)
› : $this->prepareResponse($request, $e);
› }
arguments: {
$request: Illuminate\Http\Request {#43 …}
$e: Symfony\Component\HttpKernel\Exception\HttpException {#235 …}
}
}
/store/virtweb/notebook-alkatresz.hu/project/app/Exceptions/Handler.php:54 {
App\Exceptions\Handler->render($request, Throwable $exception) …
› public function render($request, Throwable $exception) {
› \treturn parent::render($request, $exception);
› }
arguments: {
$request: Illuminate\Http\Request {#43 …}
$e: Illuminate\Database\QueryException {#228 …}
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:416 {
Illuminate\Foundation\Http\Kernel->renderException($request, Throwable $e) …
› {
› return $this->app[ExceptionHandler::class]->render($request, $e);
› }
arguments: {
$request: Illuminate\Http\Request {#43 …}
$exception: Illuminate\Database\QueryException {#228 …}
}
}
/store/virtweb/notebook-alkatresz.hu/project/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:114 {
Illuminate\Foundation\Http\Kernel->handle($request) …
›
› $response = $this->renderException($request, $e);
› }
arguments: {
$request: Illuminate\Http\Request {#43 …}
$e: Illuminate\Database\QueryException {#228 …}
}
}
/store/virtweb/notebook-alkatresz.hu/project/public/index.php:58 {
› $response = $kernel->handle(
› \t$request = Illuminate\Http\Request::capture()
› );
arguments: {
$request: Illuminate\Http\Request {#43 …}
}
}
}
}