QueryException {#182
#sql: "select * from `cms_moduls` where `path` != ? and `path` LIKE ? and `controller` != ? and `is_protected` = ?"
#bindings: array:4 [
0 => ""
1 => "%vtl%"
2 => ""
3 => 0
]
#message: "SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from `cms_moduls` where `path` != and `path` LIKE %vtl% and `controller` != and `is_protected` = 0)"
#code: 2002
#file: "/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
#line: 664
-previous: PDOException {#186
-errorCode: 2002
-sqlState: 2002
#message: "SQLSTATE[HY000] [2002] No such file or directory"
#code: 2002
#file: "/home/euroform/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
#line: 47
-previous: PDOException {#207
#message: "SQLSTATE[HY000] [2002] No such file or directory"
#code: 2002
#file: "/home/euroform/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
#line: 43
+errorInfo: null
trace: {
/home/euroform/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:43 {
› try {
› parent::__construct($dsn, $user, $password, $options);
› $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, ['Doctrine\DBAL\Driver\PDOStatement', []]);
arguments: {
$dsn: "mysql:host=localhost;port=3306;dbname=newsitev_euroform"
$username: "newsitev_euro"
$passwd: "Qts5LJRhscsd"
$options: array:5 [ …5]
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:64 {
› if (class_exists(PDOConnection::class) && ! $this->isPersistentConnection($options)) {
› return new PDOConnection($dsn, $username, $password, $options);
› }
arguments: {
$dsn: "mysql:host=localhost;port=3306;dbname=newsitev_euroform"
$user: "newsitev_euro"
$password: "Qts5LJRhscsd"
$options: array:5 [ …5]
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:43 {
› return $this->createPdoConnection(
› $dsn, $username, $password, $options
› );
arguments: {
$dsn: "mysql:host=localhost;port=3306;dbname=newsitev_euroform"
$username: "newsitev_euro"
$password: "Qts5LJRhscsd"
$options: array:5 [ …5]
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php:24 {
› // connection's behavior, and some might be specified by the developers.
› $connection = $this->createConnection($dsn, $config, $options);
›
arguments: {
$dsn: "mysql:host=localhost;port=3306;dbname=newsitev_euroform"
$config: array:13 [ …13]
$options: array:5 [ …5]
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php:183 {
› try {
› return $this->createConnector($config)->connect($config);
› } catch (PDOException $e) {
arguments: {
$config: array:13 [ …13]
}
}
Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}() {}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:915 {
› if ($this->pdo instanceof Closure) {
› return $this->pdo = call_user_func($this->pdo);
› }
arguments: {
$function_name: Closure {#177 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:940 {
›
› return $this->readPdo ?: $this->getPdo();
› }
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:399 {
› {
› return $useReadPdo ? $this->getReadPdo() : $this->getPdo();
› }
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:325 {
› // row from the database table, and will either be an array or objects.
› $statement = $this->prepared($this->getPdoForSelect($useReadPdo)
› ->prepare($query));
arguments: {
$useReadPdo: true
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657 {
› try {
› $result = $callback($query, $bindings);
› }
arguments: {
"select * from `cms_moduls` where `path` != ? and `path` LIKE ? and `controller` != ? and `is_protected` = ?"
array:4 [ …4]
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
arguments: {
$query: "select * from `cms_moduls` where `path` != ? and `path` LIKE ? and `controller` != ? and `is_protected` = ?"
$bindings: array:4 [ …4]
$callback: Closure {#187 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
› return $statement->fetchAll();
› });
› }
arguments: {
$query: "select * from `cms_moduls` where `path` != ? and `path` LIKE ? and `controller` != ? and `is_protected` = ?"
$bindings: array:4 [ …4]
$callback: Closure {#187 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1707 {
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
arguments: {
$query: "select * from `cms_moduls` where `path` != ? and `path` LIKE ? and `controller` != ? and `is_protected` = ?"
$bindings: array:4 [ …4]
$useReadPdo: true
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1692 {
›
› $results = $this->processor->processSelect($this, $this->runSelect());
›
}
/home/euroform/packages/Vtl/Cms/src/routes.php:41 {
› ->where('controller','!=','')\r
› ->where('is_protected',0)->get();\r
› \r
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Routing/Router.php:389 {
› if ($routes instanceof Closure) {
› $routes($this);
› } else {
arguments: {
Router {#25 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Routing/Router.php:349 {
› // have created the routes, we will pop the attributes off the stack.
› $this->loadRoutes($routes);
›
arguments: {
$routes: Closure {#229 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:221 {
›
› return $instance->$method(...$args);
› }
arguments: {
$attributes: array:2 [ …2]
$routes: Closure {#229 …}
}
}
/home/euroform/packages/Vtl/Cms/src/routes.php:77 {
› \r
› });\r
› \r
arguments: {
$method: "group"
$args: array:2 [ …2]
}
}
/home/euroform/packages/Vtl/Cms/src/VtlCmsProvider.php:28 {
› self::checkInstalled();
› require __DIR__ . '/routes.php';
› }
arguments: {
"/home/euroform/packages/Vtl/Cms/src/routes.php"
}
}
Vtl\Cms\VtlCmsProvider->boot() {}
/home/euroform/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:29 {
› return call_user_func_array(
› $callback, static::getMethodDependencies($container, $callback, $parameters)
› );
arguments: {
$function_name: array:2 [ …2]
$parameters: []
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:87 {
›
› return $default instanceof Closure ? $default() : $default;
› }
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:31 {
› );
› });
› }
arguments: {
$container: Application {#2 …}
$callback: array:2 [ …2]
$default: Closure {#32 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Container/Container.php:549 {
› {
› return BoundMethod::call($this, $callback, $parameters, $defaultMethod);
› }
arguments: {
$container: Application {#2 …}
$callback: array:2 [ …2]
$parameters: []
$defaultMethod: null
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:792 {
› if (method_exists($provider, 'boot')) {
› return $this->call([$provider, 'boot']);
› }
arguments: {
$callback: array:2 [ …2]
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:775 {
› array_walk($this->serviceProviders, function ($p) {
› $this->bootProvider($p);
› });
arguments: {
$provider: VtlCmsProvider {#119 …}
}
}
Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() {}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:776 {
› $this->bootProvider($p);
› });
›
arguments: {
&$input: array:29 [ …29]
$funcname: Closure {#33 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 {
› {
› $app->boot();
› }
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:213 {
›
› $this->make($bootstrapper)->bootstrap($this);
›
arguments: {
$app: Application {#2 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:162 {
› if (! $this->app->hasBeenBootstrapped()) {
› $this->app->bootstrapWith($this->bootstrappers());
› }
arguments: {
$bootstrappers: array:6 [ …6]
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:146 {
›
› $this->bootstrap();
›
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Request {#42 …}
}
}
/home/euroform/public_html/index.php:54 {
› $response = $kernel->handle(\r
› $request = Illuminate\Http\Request::capture()\r
› );\r
arguments: {
$request: Request {#42 …}
}
}
}
}
+errorInfo: null
trace: {
/home/euroform/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:47 {
› } catch (\PDOException $exception) {
› throw new PDOException($exception);
› }
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:64 {
› if (class_exists(PDOConnection::class) && ! $this->isPersistentConnection($options)) {
› return new PDOConnection($dsn, $username, $password, $options);
› }
arguments: {
$dsn: "mysql:host=localhost;port=3306;dbname=newsitev_euroform"
$user: "newsitev_euro"
$password: "Qts5LJRhscsd"
$options: array:5 [ …5]
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:43 {
› return $this->createPdoConnection(
› $dsn, $username, $password, $options
› );
arguments: {
$dsn: "mysql:host=localhost;port=3306;dbname=newsitev_euroform"
$username: "newsitev_euro"
$password: "Qts5LJRhscsd"
$options: array:5 [ …5]
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php:24 {
› // connection's behavior, and some might be specified by the developers.
› $connection = $this->createConnection($dsn, $config, $options);
›
arguments: {
$dsn: "mysql:host=localhost;port=3306;dbname=newsitev_euroform"
$config: array:13 [ …13]
$options: array:5 [ …5]
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php:183 {
› try {
› return $this->createConnector($config)->connect($config);
› } catch (PDOException $e) {
arguments: {
$config: array:13 [ …13]
}
}
Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}() {}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:915 {
› if ($this->pdo instanceof Closure) {
› return $this->pdo = call_user_func($this->pdo);
› }
arguments: {
$function_name: Closure {#177 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:940 {
›
› return $this->readPdo ?: $this->getPdo();
› }
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:399 {
› {
› return $useReadPdo ? $this->getReadPdo() : $this->getPdo();
› }
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:325 {
› // row from the database table, and will either be an array or objects.
› $statement = $this->prepared($this->getPdoForSelect($useReadPdo)
› ->prepare($query));
arguments: {
$useReadPdo: true
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657 {
› try {
› $result = $callback($query, $bindings);
› }
arguments: {
"select * from `cms_moduls` where `path` != ? and `path` LIKE ? and `controller` != ? and `is_protected` = ?"
array:4 [ …4]
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
arguments: {
$query: "select * from `cms_moduls` where `path` != ? and `path` LIKE ? and `controller` != ? and `is_protected` = ?"
$bindings: array:4 [ …4]
$callback: Closure {#187 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
› return $statement->fetchAll();
› });
› }
arguments: {
$query: "select * from `cms_moduls` where `path` != ? and `path` LIKE ? and `controller` != ? and `is_protected` = ?"
$bindings: array:4 [ …4]
$callback: Closure {#187 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1707 {
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
arguments: {
$query: "select * from `cms_moduls` where `path` != ? and `path` LIKE ? and `controller` != ? and `is_protected` = ?"
$bindings: array:4 [ …4]
$useReadPdo: true
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1692 {
›
› $results = $this->processor->processSelect($this, $this->runSelect());
›
}
/home/euroform/packages/Vtl/Cms/src/routes.php:41 {
› ->where('controller','!=','')\r
› ->where('is_protected',0)->get();\r
› \r
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Routing/Router.php:389 {
› if ($routes instanceof Closure) {
› $routes($this);
› } else {
arguments: {
Router {#25 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Routing/Router.php:349 {
› // have created the routes, we will pop the attributes off the stack.
› $this->loadRoutes($routes);
›
arguments: {
$routes: Closure {#229 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:221 {
›
› return $instance->$method(...$args);
› }
arguments: {
$attributes: array:2 [ …2]
$routes: Closure {#229 …}
}
}
/home/euroform/packages/Vtl/Cms/src/routes.php:77 {
› \r
› });\r
› \r
arguments: {
$method: "group"
$args: array:2 [ …2]
}
}
/home/euroform/packages/Vtl/Cms/src/VtlCmsProvider.php:28 {
› self::checkInstalled();
› require __DIR__ . '/routes.php';
› }
arguments: {
"/home/euroform/packages/Vtl/Cms/src/routes.php"
}
}
Vtl\Cms\VtlCmsProvider->boot() {}
/home/euroform/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:29 {
› return call_user_func_array(
› $callback, static::getMethodDependencies($container, $callback, $parameters)
› );
arguments: {
$function_name: array:2 [ …2]
$parameters: []
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:87 {
›
› return $default instanceof Closure ? $default() : $default;
› }
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:31 {
› );
› });
› }
arguments: {
$container: Application {#2 …}
$callback: array:2 [ …2]
$default: Closure {#32 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Container/Container.php:549 {
› {
› return BoundMethod::call($this, $callback, $parameters, $defaultMethod);
› }
arguments: {
$container: Application {#2 …}
$callback: array:2 [ …2]
$parameters: []
$defaultMethod: null
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:792 {
› if (method_exists($provider, 'boot')) {
› return $this->call([$provider, 'boot']);
› }
arguments: {
$callback: array:2 [ …2]
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:775 {
› array_walk($this->serviceProviders, function ($p) {
› $this->bootProvider($p);
› });
arguments: {
$provider: VtlCmsProvider {#119 …}
}
}
Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() {}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:776 {
› $this->bootProvider($p);
› });
›
arguments: {
&$input: array:29 [ …29]
$funcname: Closure {#33 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 {
› {
› $app->boot();
› }
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:213 {
›
› $this->make($bootstrapper)->bootstrap($this);
›
arguments: {
$app: Application {#2 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:162 {
› if (! $this->app->hasBeenBootstrapped()) {
› $this->app->bootstrapWith($this->bootstrappers());
› }
arguments: {
$bootstrappers: array:6 [ …6]
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:146 {
›
› $this->bootstrap();
›
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Request {#42 …}
}
}
/home/euroform/public_html/index.php:54 {
› $response = $kernel->handle(\r
› $request = Illuminate\Http\Request::capture()\r
› );\r
arguments: {
$request: Request {#42 …}
}
}
}
}
+errorInfo: null
trace: {
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664 {
› catch (Exception $e) {
› throw new QueryException(
› $query, $this->prepareBindings($bindings), $e
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
arguments: {
$query: "select * from `cms_moduls` where `path` != ? and `path` LIKE ? and `controller` != ? and `is_protected` = ?"
$bindings: array:4 [ …4]
$callback: Closure {#187 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
› return $statement->fetchAll();
› });
› }
arguments: {
$query: "select * from `cms_moduls` where `path` != ? and `path` LIKE ? and `controller` != ? and `is_protected` = ?"
$bindings: array:4 [ …4]
$callback: Closure {#187 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1707 {
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
arguments: {
$query: "select * from `cms_moduls` where `path` != ? and `path` LIKE ? and `controller` != ? and `is_protected` = ?"
$bindings: array:4 [ …4]
$useReadPdo: true
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1692 {
›
› $results = $this->processor->processSelect($this, $this->runSelect());
›
}
/home/euroform/packages/Vtl/Cms/src/routes.php:41 {
› ->where('controller','!=','')\r
› ->where('is_protected',0)->get();\r
› \r
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Routing/Router.php:389 {
› if ($routes instanceof Closure) {
› $routes($this);
› } else {
arguments: {
Router {#25 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Routing/Router.php:349 {
› // have created the routes, we will pop the attributes off the stack.
› $this->loadRoutes($routes);
›
arguments: {
$routes: Closure {#229 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:221 {
›
› return $instance->$method(...$args);
› }
arguments: {
$attributes: array:2 [ …2]
$routes: Closure {#229 …}
}
}
/home/euroform/packages/Vtl/Cms/src/routes.php:77 {
› \r
› });\r
› \r
arguments: {
$method: "group"
$args: array:2 [ …2]
}
}
/home/euroform/packages/Vtl/Cms/src/VtlCmsProvider.php:28 {
› self::checkInstalled();
› require __DIR__ . '/routes.php';
› }
arguments: {
"/home/euroform/packages/Vtl/Cms/src/routes.php"
}
}
Vtl\Cms\VtlCmsProvider->boot() {}
/home/euroform/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:29 {
› return call_user_func_array(
› $callback, static::getMethodDependencies($container, $callback, $parameters)
› );
arguments: {
$function_name: array:2 [ …2]
$parameters: []
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:87 {
›
› return $default instanceof Closure ? $default() : $default;
› }
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:31 {
› );
› });
› }
arguments: {
$container: Application {#2 …}
$callback: array:2 [ …2]
$default: Closure {#32 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Container/Container.php:549 {
› {
› return BoundMethod::call($this, $callback, $parameters, $defaultMethod);
› }
arguments: {
$container: Application {#2 …}
$callback: array:2 [ …2]
$parameters: []
$defaultMethod: null
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:792 {
› if (method_exists($provider, 'boot')) {
› return $this->call([$provider, 'boot']);
› }
arguments: {
$callback: array:2 [ …2]
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:775 {
› array_walk($this->serviceProviders, function ($p) {
› $this->bootProvider($p);
› });
arguments: {
$provider: VtlCmsProvider {#119 …}
}
}
Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() {}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:776 {
› $this->bootProvider($p);
› });
›
arguments: {
&$input: array:29 [ …29]
$funcname: Closure {#33 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 {
› {
› $app->boot();
› }
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:213 {
›
› $this->make($bootstrapper)->bootstrap($this);
›
arguments: {
$app: Application {#2 …}
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:162 {
› if (! $this->app->hasBeenBootstrapped()) {
› $this->app->bootstrapWith($this->bootstrappers());
› }
arguments: {
$bootstrappers: array:6 [ …6]
}
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:146 {
›
› $this->bootstrap();
›
}
/home/euroform/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Request {#42 …}
}
}
/home/euroform/public_html/index.php:54 {
› $response = $kernel->handle(\r
› $request = Illuminate\Http\Request::capture()\r
› );\r
arguments: {
$request: Request {#42 …}
}
}
}
}