PDOException {#106
#message: "SQLSTATE[HY000] [1045] Access denied for user 'forge'@'localhost' (using password: NO)"
#code: 1045
#file: "/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php"
#line: 55
+errorInfo: null
-trace: {
35. PDO->__construct() ==> new PDOException(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:55: """
try {\n
$pdo = new PDO($dsn, $username, $password, $options);\n
} catch (Exception $e) {\n
"""
}
}
34. Illuminate\Database\Connectors\Connector->createConnection() ==> PDO->__construct(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:55: """
try {\n
$pdo = new PDO($dsn, $username, $password, $options);\n
} catch (Exception $e) {\n
"""
}
args: array:4 [
0 => "mysql:host=localhost;port=3306;dbname=forge"
1 => "forge"
2 => ""
3 => array:5 [
8 => 0
3 => 2
11 => 0
17 => false
20 => false
]
]
}
33. Illuminate\Database\Connectors\MySqlConnector->connect() ==> Illuminate\Database\Connectors\Connector->createConnection(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php:24: """
// connection's behavior, and some might be specified by the developers.\n
$connection = $this->createConnection($dsn, $config, $options);\n
\n
"""
}
args: array:3 [
0 => "mysql:host=localhost;port=3306;dbname=forge"
1 => array:12 [
"driver" => "mysql"
"host" => "localhost"
"port" => "3306"
"database" => "forge"
"username" => "forge"
"password" => ""
"charset" => "utf8"
"collation" => "utf8_unicode_ci"
"prefix" => ""
"strict" => false
"engine" => null
"name" => "mysql"
]
2 => array:5 [
8 => 0
3 => 2
11 => 0
17 => false
20 => false
]
]
}
32. Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}() ==> Illuminate\Database\Connectors\MySqlConnector->connect(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php:11845: """
$pdo = function () use($config) {\n
return $this->createConnector($config)->connect($config);\n
};\n
"""
}
args: array:1 [
0 => array:12 [
"driver" => "mysql"
"host" => "localhost"
"port" => "3306"
"database" => "forge"
"username" => "forge"
"password" => ""
"charset" => "utf8"
"collation" => "utf8_unicode_ci"
"prefix" => ""
"strict" => false
"engine" => null
"name" => "mysql"
]
]
}
31. call_user_func() ==> Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}(): {
args: []
}
30. Illuminate\Database\Connection->getPdo() ==> call_user_func(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/laravel/framework/src/Illuminate/Database/Connection.php:924: """
if ($this->pdo instanceof Closure) {\n
return $this->pdo = call_user_func($this->pdo);\n
}\n
"""
}
args: array:1 [
0 => Closure {#96
class: "Illuminate\Database\Connectors\ConnectionFactory"
this: ConnectionFactory {#89 …}
use: {
$config: array:12 [
"driver" => "mysql"
"host" => "localhost"
"port" => "3306"
"database" => "forge"
"username" => "forge"
"password" => ""
"charset" => "utf8"
"collation" => "utf8_unicode_ci"
"prefix" => ""
"strict" => false
"engine" => null
"name" => "mysql"
]
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "11844 to 11846"
}
]
}
29. Illuminate\Database\Connection->reconnectIfMissingConnection() ==> Illuminate\Database\Connection->getPdo(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/laravel/framework/src/Illuminate/Database/Connection.php:792: """
{\n
if (is_null($this->getPdo()) || is_null($this->getReadPdo())) {\n
$this->reconnect();\n
"""
}
args: []
}
28. Illuminate\Database\Connection->run() ==> Illuminate\Database\Connection->reconnectIfMissingConnection(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/laravel/framework/src/Illuminate/Database/Connection.php:677: """
{\n
$this->reconnectIfMissingConnection();\n
\n
"""
}
args: []
}
27. Illuminate\Database\Connection->select() ==> Illuminate\Database\Connection->run(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/laravel/framework/src/Illuminate/Database/Connection.php:349: """
: $statement->fetchAll($fetchMode);\n
});\n
}\n
"""
}
args: array:3 [
0 => "select * from `mcms_settings` where `mcms_settings`.`id` = ? limit 1"
1 => array:1 [
0 => 1
]
2 => Closure {#103
class: "Illuminate\Database\Connection"
this: MySqlConnection {#97 …}
parameters: {
$me: {}
$query: {}
$bindings: {}
}
use: {
$useReadPdo: true
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
line: "325 to 349"
}
]
}
26. Illuminate\Database\Query\Builder->runSelect() ==> Illuminate\Database\Connection->select(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1610: """
{\n
return $this->connection->select($this->toSql(), $this->getBindings(), ! $this->useWritePdo);\n
}\n
"""
}
args: array:3 [
0 => "select * from `mcms_settings` where `mcms_settings`.`id` = ? limit 1"
1 => array:1 [
0 => 1
]
2 => true
]
}
25. Illuminate\Database\Query\Builder->get() ==> Illuminate\Database\Query\Builder->runSelect(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1596: """
\n
$results = $this->processor->processSelect($this, $this->runSelect());\n
\n
"""
}
args: []
}
24. Illuminate\Database\Eloquent\Builder->getModels() ==> Illuminate\Database\Query\Builder->get(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:629: """
{\n
$results = $this->query->get($columns);\n
\n
"""
}
args: array:1 [
0 => array:1 [
0 => "*"
]
]
}
23. Illuminate\Database\Eloquent\Builder->get() ==> Illuminate\Database\Eloquent\Builder->getModels(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:320: """
\n
$models = $builder->getModels($columns);\n
\n
"""
}
args: array:1 [
0 => array:1 [
0 => "*"
]
]
}
22. Illuminate\Database\Eloquent\Builder->first() ==> Illuminate\Database\Eloquent\Builder->get(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:290: """
{\n
return $this->take(1)->get($columns)->first();\n
}\n
"""
}
args: array:1 [
0 => array:1 [
0 => "*"
]
]
}
21. Illuminate\Database\Eloquent\Builder->find() ==> Illuminate\Database\Eloquent\Builder->first(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:167: """
\n
return $this->first($columns);\n
}\n
"""
}
args: array:1 [
0 => array:1 [
0 => "*"
]
]
}
20. call_user_func_array() ==> Illuminate\Database\Eloquent\Builder->find(): {
args: array:1 [
0 => 1
]
}
19. Illuminate\Database\Eloquent\Model->__call() ==> call_user_func_array(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php:11663: """
$query = $this->newQuery();\n
return call_user_func_array([$query, $method], $parameters);\n
}\n
"""
}
args: array:2 [
0 => array:2 [
0 => Builder {#102
#query: Builder {#101
#connection: MySqlConnection {#97 …}
#grammar: MySqlGrammar {#98
#selectComponents: array:11 [
0 => "aggregate"
1 => "columns"
2 => "from"
3 => "joins"
4 => "wheres"
5 => "groups"
6 => "havings"
7 => "orders"
8 => "limit"
9 => "offset"
10 => "lock"
]
#operators: []
#tablePrefix: ""
}
#processor: MySqlProcessor {#99}
#bindings: array:6 [
"select" => []
"join" => []
"where" => array:1 [
0 => 1
]
"having" => []
"order" => []
"union" => []
]
+aggregate: null
+columns: array:1 [
0 => "*"
]
+distinct: false
+from: "mcms_settings"
+joins: null
+wheres: array:1 [
0 => array:5 [
"type" => "Basic"
"column" => "mcms_settings.id"
"operator" => "="
"value" => 1
"boolean" => "and"
]
]
+groups: null
+havings: null
+orders: null
+limit: 1
+offset: null
+unions: null
+unionLimit: null
+unionOffset: null
+unionOrders: null
+lock: null
#backups: []
#bindingBackups: []
#operators: array:29 [
0 => "="
1 => "<"
2 => ">"
3 => "<="
4 => ">="
5 => "<>"
6 => "!="
7 => "like"
8 => "like binary"
9 => "not like"
10 => "between"
11 => "ilike"
12 => "&"
13 => "|"
14 => "^"
15 => "<<"
16 => ">>"
17 => "rlike"
18 => "regexp"
19 => "not regexp"
20 => "~"
21 => "~*"
22 => "!~"
23 => "!~*"
24 => "similar to"
25 => "not similar to"
26 => "not ilike"
27 => "~~*"
28 => "!~~*"
]
#useWritePdo: false
}
#model: Settings {#95
#table: "mcms_settings"
#fillable: array:4 [
0 => "sitename"
1 => "analytics"
2 => "google_maps"
3 => "locales"
]
#hidden: []
#casts: array:1 [
"locales" => "array"
]
#connection: null
#primaryKey: "id"
#keyType: "int"
#perPage: 15
+incrementing: true
+timestamps: true
#attributes: []
#original: []
#relations: []
#visible: []
#appends: []
#guarded: array:1 [
0 => "*"
]
#dates: []
#dateFormat: null
#touches: []
#observables: []
#with: []
#morphClass: null
+exists: false
+wasRecentlyCreated: false
}
#eagerLoad: []
#macros: []
#onDelete: null
#passthru: array:11 [
0 => "insert"
1 => "insertGetId"
2 => "getBindings"
3 => "toSql"
4 => "exists"
5 => "count"
6 => "min"
7 => "max"
8 => "avg"
9 => "sum"
10 => "getConnection"
]
#scopes: []
#removedScopes: []
}
1 => "find"
]
1 => array:1 [
0 => 1
]
]
}
18. call_user_func_array() ==> Illuminate\Database\Eloquent\Model->__call(): {
args: array:2 [
0 => "find"
1 => array:1 [
0 => 1
]
]
}
17. Illuminate\Database\Eloquent\Model::__callStatic() ==> call_user_func_array(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php:11668: """
$instance = new static();\n
return call_user_func_array([$instance, $method], $parameters);\n
}\n
"""
}
args: array:2 [
0 => array:2 [
0 => Settings {#95}
1 => "find"
]
1 => array:1 [
0 => 1
]
]
}
16. App\CMS\Http\Controllers\SiteDataController->__construct() ==> Illuminate\Database\Eloquent\Model::__callStatic(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/maesmedia/cms/src/Http/Controllers/SiteDataController.php:19: """
public function __construct() {\n
$settings = Settings::find(1);\n
Config::set('variables.sitename', $settings->sitename); $this->sitename = $settings->sitename;\n
"""
}
args: array:2 [
0 => "find"
1 => array:1 [
0 => 1
]
]
}
15. require() ==> App\CMS\Http\Controllers\SiteDataController->__construct(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/maesmedia/cms/src/Http/routes.php:9: """
try {\n
Config::set('data_controller', new App\CMS\Http\Controllers\SiteDataController);\n
} catch(\Exception $ex) {\n
"""
}
args: []
}
14. App\CMS\CMSServiceProvider->routes() ==> require(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/maesmedia/cms/src/CMSServiceProvider.php:80: """
if (!$this->app->routesAreCached()) {\n
require __DIR__ . '/Http/routes.php';\n
require app_path('Http/routes.php');\n
"""
}
args: array:1 [
0 => "/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/maesmedia/cms/src/Http/routes.php"
]
}
13. App\CMS\CMSServiceProvider->boot() ==> App\CMS\CMSServiceProvider->routes(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/maesmedia/cms/src/CMSServiceProvider.php:20: """
\n
$this->routes();\n
$this->blade();\n
"""
}
args: []
}
12. call_user_func_array() ==> App\CMS\CMSServiceProvider->boot(): {
args: []
}
11. Illuminate\Container\Container->call() ==> call_user_func_array(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php:1257: """
$dependencies = $this->getMethodDependencies($callback, $parameters);\n
return call_user_func_array($callback, $dependencies);\n
}\n
"""
}
args: array:2 [
0 => array:2 [
0 => CMSServiceProvider {#86
#app: Application {#3
#basePath: "/home/maesmediademo/technicsheireman/releases/20250507095909"
#hasBeenBootstrapped: true
#booted: false
#bootingCallbacks: []
#bootedCallbacks: []
#terminatingCallbacks: []
#serviceProviders: &6 array:16 [
0 => EventServiceProvider {#2
#app: Application {#3}
#defer: false
}
1 => RoutingServiceProvider {#7
#app: Application {#3}
#defer: false
}
2 => AuthServiceProvider {#23
#app: Application {#3}
#defer: false
}
3 => CookieServiceProvider {#48
#app: Application {#3}
#defer: false
}
4 => DatabaseServiceProvider {#51
#app: Application {#3}
#defer: false
}
5 => EncryptionServiceProvider {#58
#app: Application {#3}
#defer: false
}
6 => FilesystemServiceProvider {#60
#app: Application {#3}
#defer: false
}
7 => FoundationServiceProvider {#65
#app: Application {#3}
#defer: false
}
8 => PaginationServiceProvider {#66
#app: Application {#3}
#defer: false
}
9 => SessionServiceProvider {#69
#app: Application {#3}
#defer: false
}
10 => ViewServiceProvider {#73
#app: Application {#3}
#defer: false
}
11 => SluggableServiceProvider {#77
#defer: false
#app: Application {#3}
}
12 => LaravelLocalizationServiceProvider {#83
#defer: false
#app: Application {#3}
}
13 => & CMSServiceProvider {#86}
14 => AuthServiceProvider {#87
#policies: array:1 [
"App\Model" => "App\Policies\ModelPolicy"
]
#app: Application {#3}
#defer: false
}
15 => EventServiceProvider {#88
#listen: array:1 [
"App\Events\SomeEvent" => array:1 [
0 => "App\Listeners\EventListener"
]
]
#subscribe: []
#app: Application {#3}
#defer: false
}
]
#loadedProviders: array:16 [
"Illuminate\Events\EventServiceProvider" => true
"Illuminate\Routing\RoutingServiceProvider" => true
"Illuminate\Auth\AuthServiceProvider" => true
"Illuminate\Cookie\CookieServiceProvider" => true
"Illuminate\Database\DatabaseServiceProvider" => true
"Illuminate\Encryption\EncryptionServiceProvider" => true
"Illuminate\Filesystem\FilesystemServiceProvider" => true
"Illuminate\Foundation\Providers\FoundationServiceProvider" => true
"Illuminate\Pagination\PaginationServiceProvider" => true
"Illuminate\Session\SessionServiceProvider" => true
"Illuminate\View\ViewServiceProvider" => true
"Cviebrock\EloquentSluggable\SluggableServiceProvider" => true
"Mcamara\LaravelLocalization\LaravelLocalizationServiceProvider" => true
"App\CMS\CMSServiceProvider" => true
"App\Providers\AuthServiceProvider" => true
"App\Providers\EventServiceProvider" => true
]
#deferredServices: array:66 [
"Illuminate\Broadcasting\BroadcastManager" => "Illuminate\Broadcasting\BroadcastServiceProvider"
"Illuminate\Contracts\Broadcasting\Factory" => "Illuminate\Broadcasting\BroadcastServiceProvider"
"Illuminate\Contracts\Broadcasting\Broadcaster" => "Illuminate\Broadcasting\BroadcastServiceProvider"
"Illuminate\Bus\Dispatcher" => "Illuminate\Bus\BusServiceProvider"
"Illuminate\Contracts\Bus\Dispatcher" => "Illuminate\Bus\BusServiceProvider"
"Illuminate\Contracts\Bus\QueueingDispatcher" => "Illuminate\Bus\BusServiceProvider"
"cache" => "Illuminate\Cache\CacheServiceProvider"
"cache.store" => "Illuminate\Cache\CacheServiceProvider"
"memcached.connector" => "Illuminate\Cache\CacheServiceProvider"
"command.cache.clear" => "Illuminate\Cache\CacheServiceProvider"
"command.clear-compiled" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.auth.resets.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.config.cache" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.config.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.down" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.environment" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.key.generate" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.optimize" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.route.cache" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.route.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.route.list" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.tinker" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.up" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.view.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"Illuminate\Console\Scheduling\ScheduleRunCommand" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"migrator" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"migration.repository" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.migrate" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.migrate.rollback" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.migrate.reset" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.migrate.refresh" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.migrate.install" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.migrate.status" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"migration.creator" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.migrate.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"seeder" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.seed" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"composer" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.queue.failed" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.queue.retry" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.queue.forget" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.queue.flush" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"hash" => "Illuminate\Hashing\HashServiceProvider"
"mailer" => "Illuminate\Mail\MailServiceProvider"
"swift.mailer" => "Illuminate\Mail\MailServiceProvider"
"swift.transport" => "Illuminate\Mail\MailServiceProvider"
"Illuminate\Contracts\Pipeline\Hub" => "Illuminate\Pipeline\PipelineServiceProvider"
"queue" => "Illuminate\Queue\QueueServiceProvider"
"queue.worker" => "Illuminate\Queue\QueueServiceProvider"
"queue.listener" => "Illuminate\Queue\QueueServiceProvider"
"queue.failer" => "Illuminate\Queue\QueueServiceProvider"
"command.queue.work" => "Illuminate\Queue\QueueServiceProvider"
"command.queue.listen" => "Illuminate\Queue\QueueServiceProvider"
"command.queue.restart" => "Illuminate\Queue\QueueServiceProvider"
"queue.connection" => "Illuminate\Queue\QueueServiceProvider"
"redis" => "Illuminate\Redis\RedisServiceProvider"
"auth.password" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
"auth.password.broker" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
"translator" => "Illuminate\Translation\TranslationServiceProvider"
"translation.loader" => "Illuminate\Translation\TranslationServiceProvider"
"validator" => "Illuminate\Validation\ValidationServiceProvider"
"validation.presence" => "Illuminate\Validation\ValidationServiceProvider"
"html" => "Collective\Html\HtmlServiceProvider"
"form" => "Collective\Html\HtmlServiceProvider"
"Collective\Html\HtmlBuilder" => "Collective\Html\HtmlServiceProvider"
"Collective\Html\FormBuilder" => "Collective\Html\HtmlServiceProvider"
]
#monologConfigurator: null
#databasePath: null
#storagePath: null
#environmentPath: null
#environmentFile: ".env"
#namespace: null
#resolved: array:15 [
"events" => true
"router" => true
"App\Http\Kernel" => true
"Illuminate\Contracts\Http\Kernel" => true
"Illuminate\Foundation\Bootstrap\DetectEnvironment" => true
"Illuminate\Foundation\Bootstrap\LoadConfiguration" => true
"Illuminate\Foundation\Bootstrap\ConfigureLogging" => true
"env" => true
"Illuminate\Foundation\Bootstrap\HandleExceptions" => true
"Illuminate\Foundation\Bootstrap\RegisterFacades" => true
"Illuminate\Foundation\Bootstrap\RegisterProviders" => true
"Illuminate\Foundation\Bootstrap\BootProviders" => true
"db.factory" => true
"db" => true
"files" => true
]
#bindings: array:38 [
"events" => array:2 [
"concrete" => Closure {#4
class: "Illuminate\Events\EventServiceProvider"
this: EventServiceProvider {#2}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5396 to 5400"
}
"shared" => true
]
"router" => array:2 [
"concrete" => Closure {#9
class: "Illuminate\Container\Container"
this: Application {#3}
parameters: {
$container: {}
}
use: {
$closure: Closure {#8
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5334 to 5336"
}
$object: Router {#25
#events: Dispatcher {#5
#container: Application {#3}
#listeners: array:1 [
"Illuminate\Console\Events\ArtisanStarting" => array:1 [
0 => array:1 [
0 => Closure {#82
class: "Illuminate\Support\ServiceProvider"
this: SluggableServiceProvider {#77}
parameters: { …1}
use: { …1}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5263 to 5265"
}
]
]
]
#wildcards: array:1 [
"eloquent.saving*" => array:1 [
0 => Closure {#79
class: "Cviebrock\EloquentSluggable\SluggableServiceProvider"
this: SluggableServiceProvider {#77}
parameters: {
$model: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/cviebrock/eloquent-sluggable/src/SluggableServiceProvider.php"
line: "70 to 74"
}
]
]
#sorted: array:31 [
"Illuminate\Events\EventServiceProvider" => []
"Illuminate\Routing\RoutingServiceProvider" => []
"bootstrapping: Illuminate\Foundation\Bootstrap\DetectEnvironment" => []
"bootstrapped: Illuminate\Foundation\Bootstrap\DetectEnvironment" => []
"bootstrapping: Illuminate\Foundation\Bootstrap\LoadConfiguration" => []
"bootstrapped: Illuminate\Foundation\Bootstrap\LoadConfiguration" => []
"bootstrapping: Illuminate\Foundation\Bootstrap\ConfigureLogging" => []
"bootstrapped: Illuminate\Foundation\Bootstrap\ConfigureLogging" => []
"bootstrapping: Illuminate\Foundation\Bootstrap\HandleExceptions" => []
"bootstrapped: Illuminate\Foundation\Bootstrap\HandleExceptions" => []
"bootstrapping: Illuminate\Foundation\Bootstrap\RegisterFacades" => []
"bootstrapped: Illuminate\Foundation\Bootstrap\RegisterFacades" => []
"bootstrapping: Illuminate\Foundation\Bootstrap\RegisterProviders" => []
"Illuminate\Auth\AuthServiceProvider" => []
"Illuminate\Cookie\CookieServiceProvider" => []
"Illuminate\Database\DatabaseServiceProvider" => []
"Illuminate\Encryption\EncryptionServiceProvider" => []
"Illuminate\Filesystem\FilesystemServiceProvider" => []
"Illuminate\Foundation\Providers\FoundationServiceProvider" => []
"Illuminate\Pagination\PaginationServiceProvider" => []
"Illuminate\Session\SessionServiceProvider" => []
"Illuminate\View\ViewServiceProvider" => []
"Cviebrock\EloquentSluggable\SluggableServiceProvider" => []
"Mcamara\LaravelLocalization\LaravelLocalizationServiceProvider" => []
"App\CMS\CMSServiceProvider" => []
"App\Providers\AuthServiceProvider" => []
"App\Providers\EventServiceProvider" => []
"bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders" => []
"bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders" => []
"eloquent.booting: App\CMS\Models\Settings" => []
"eloquent.booted: App\CMS\Models\Settings" => []
]
#firing: []
#queueResolver: Closure {#6
class: "Illuminate\Events\EventServiceProvider"
this: EventServiceProvider {#2}
use: {
$app: Application {#3}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5397 to 5399"
}
}
#container: Application {#3}
#routes: RouteCollection {#27
#routes: []
#allRoutes: []
#nameList: []
#actionList: []
}
#current: null
#currentRequest: null
#middleware: array:5 [
"auth" => "App\Http\Middleware\Authenticate"
"auth.basic" => "Illuminate\Auth\Middleware\AuthenticateWithBasicAuth"
"can" => "Illuminate\Foundation\Http\Middleware\Authorize"
"guest" => "App\Http\Middleware\RedirectIfAuthenticated"
"throttle" => "Illuminate\Routing\Middleware\ThrottleRequests"
]
#middlewareGroups: array:4 [
"web" => array:3 [
0 => "App\Http\Middleware\EncryptCookies"
1 => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse"
2 => "App\CMS\Http\Middleware\VerifyCsrfToken"
]
"management" => array:3 [
0 => "App\Http\Middleware\EncryptCookies"
1 => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse"
2 => "App\CMS\Http\Middleware\VerifyCsrfToken"
]
"check-admin" => array:1 [
0 => "App\CMS\Http\Middleware\CheckAdmin"
]
"api" => array:1 [
0 => "throttle:60,1"
]
]
#binders: array:1 [
"_missing" => Closure {#28
class: "Illuminate\Routing\Router"
this: Router {#25}
parameters: {
$v: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7991 to 7993"
}
]
#patterns: []
#groupStack: []
}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "1156 to 1162"
}
"shared" => false
]
"url" => array:2 [
"concrete" => Closure {#11
class: "Illuminate\Container\Container"
this: Application {#3}
parameters: {
$container: {}
}
use: {
$closure: Closure {#10
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5340 to 5351"
}
$object: null
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "1156 to 1162"
}
"shared" => false
]
"redirect" => array:2 [
"concrete" => Closure {#13
class: "Illuminate\Container\Container"
this: Application {#3}
parameters: {
$container: {}
}
use: {
$closure: Closure {#12
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5361 to 5367"
}
$object: null
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "1156 to 1162"
}
"shared" => false
]
"Psr\Http\Message\ServerRequestInterface" => array:2 [
"concrete" => Closure {#14
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5371 to 5373"
}
"shared" => false
]
"Psr\Http\Message\ResponseInterface" => array:2 [
"concrete" => Closure {#15
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5377 to 5379"
}
"shared" => false
]
"Illuminate\Contracts\Routing\ResponseFactory" => array:2 [
"concrete" => Closure {#16
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5383 to 5385"
}
"shared" => true
]
"Illuminate\Contracts\Http\Kernel" => array:2 [
"concrete" => Closure {#17
class: "Illuminate\Container\Container"
this: Application {#3}
parameters: {
$c: {}
$parameters: {
default: []
}
}
use: {
$abstract: "Illuminate\Contracts\Http\Kernel"
$concrete: "App\Http\Kernel"
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "1135 to 1138"
}
"shared" => true
]
"Illuminate\Contracts\Console\Kernel" => array:2 [
"concrete" => Closure {#18
class: "Illuminate\Container\Container"
this: Application {#3}
parameters: {
$c: {}
$parameters: {
default: []
}
}
use: {
$abstract: "Illuminate\Contracts\Console\Kernel"
$concrete: "App\Console\Kernel"
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "1135 to 1138"
}
"shared" => true
]
"Illuminate\Contracts\Debug\ExceptionHandler" => array:2 [
"concrete" => Closure {#19
class: "Illuminate\Container\Container"
this: Application {#3}
parameters: {
$c: {}
$parameters: {
default: []
}
}
use: {
$abstract: "Illuminate\Contracts\Debug\ExceptionHandler"
$concrete: "App\Exceptions\Handler"
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "1135 to 1138"
}
"shared" => true
]
"path.public" => array:2 [
"concrete" => Closure {#20
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/public_html/index.php"
line: "48 to 50"
}
"shared" => false
]
"env" => array:2 [
"concrete" => Closure {#35
class: "Illuminate\Container\Container"
this: Application {#3}
use: {
$value: "production"
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "1561 to 1563"
}
"shared" => false
]
"auth" => array:2 [
"concrete" => Closure {#33
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#23}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5732 to 5735"
}
"shared" => true
]
"auth.driver" => array:2 [
"concrete" => Closure {#37
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#23}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5736 to 5738"
}
"shared" => true
]
"Illuminate\Contracts\Auth\Authenticatable" => array:2 [
"concrete" => Closure {#39
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#23}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5742 to 5744"
}
"shared" => false
]
"Illuminate\Contracts\Auth\Access\Gate" => array:2 [
"concrete" => Closure {#34
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#23}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5748 to 5752"
}
"shared" => true
]
"cookie" => array:2 [
"concrete" => Closure {#50
class: "Illuminate\Cookie\CookieServiceProvider"
this: CookieServiceProvider {#48}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7691 to 7694"
}
"shared" => true
]
"Faker\Generator" => array:2 [
"concrete" => Closure {#52
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#51}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7731 to 7733"
}
"shared" => true
]
"Illuminate\Database\Eloquent\Factory" => array:2 [
"concrete" => Closure {#53
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#51}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7734 to 7737"
}
"shared" => true
]
"Illuminate\Contracts\Queue\EntityResolver" => array:2 [
"concrete" => Closure {#54
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#51}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7741 to 7743"
}
"shared" => true
]
"db.factory" => array:2 [
"concrete" => Closure {#55
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#51}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7719 to 7721"
}
"shared" => true
]
"db" => array:2 [
"concrete" => Closure {#56
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#51}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7722 to 7724"
}
"shared" => true
]
"db.connection" => array:2 [
"concrete" => Closure {#57
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#51}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7725 to 7727"
}
"shared" => false
]
"encrypter" => array:2 [
"concrete" => Closure {#59
class: "Illuminate\Encryption\EncryptionServiceProvider"
this: EncryptionServiceProvider {#58}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7756 to 7762"
}
"shared" => true
]
"files" => array:2 [
"concrete" => Closure {#61
class: "Illuminate\Filesystem\FilesystemServiceProvider"
this: FilesystemServiceProvider {#60}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7788 to 7790"
}
"shared" => true
]
"filesystem" => array:2 [
"concrete" => Closure {#62
class: "Illuminate\Filesystem\FilesystemServiceProvider"
this: FilesystemServiceProvider {#60}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7804 to 7806"
}
"shared" => true
]
"filesystem.disk" => array:2 [
"concrete" => Closure {#63
class: "Illuminate\Filesystem\FilesystemServiceProvider"
this: FilesystemServiceProvider {#60}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7795 to 7797"
}
"shared" => true
]
"filesystem.cloud" => array:2 [
"concrete" => Closure {#64
class: "Illuminate\Filesystem\FilesystemServiceProvider"
this: FilesystemServiceProvider {#60}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7798 to 7800"
}
"shared" => true
]
"session" => array:2 [
"concrete" => Closure {#70
class: "Illuminate\Session\SessionServiceProvider"
this: SessionServiceProvider {#69}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7831 to 7833"
}
"shared" => true
]
"session.store" => array:2 [
"concrete" => Closure {#71
class: "Illuminate\Session\SessionServiceProvider"
this: SessionServiceProvider {#69}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7837 to 7840"
}
"shared" => true
]
"Illuminate\Session\Middleware\StartSession" => array:2 [
"concrete" => Closure {#72
class: "Illuminate\Container\Container"
this: Application {#3}
parameters: {
$c: {}
$parameters: {
default: []
}
}
use: {
$abstract: "Illuminate\Session\Middleware\StartSession"
$concrete: "Illuminate\Session\Middleware\StartSession"
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "1135 to 1138"
}
"shared" => true
]
"view.engine.resolver" => array:2 [
"concrete" => Closure {#74
class: "Illuminate\View\ViewServiceProvider"
this: ViewServiceProvider {#73}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7861 to 7867"
}
"shared" => true
]
"view.finder" => array:2 [
"concrete" => Closure {#75
class: "Illuminate\View\ViewServiceProvider"
this: ViewServiceProvider {#73}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7888 to 7891"
}
"shared" => false
]
"view" => array:2 [
"concrete" => Closure {#76
class: "Illuminate\View\ViewServiceProvider"
this: ViewServiceProvider {#73}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "7895 to 7902"
}
"shared" => true
]
"sluggable.creator" => array:2 [
"concrete" => Closure {#78
class: "Cviebrock\EloquentSluggable\SluggableServiceProvider"
this: SluggableServiceProvider {#77}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/cviebrock/eloquent-sluggable/src/SluggableServiceProvider.php"
line: "58 to 60"
}
"shared" => true
]
"sluggable.table" => array:2 [
"concrete" => Closure {#81
class: "Illuminate\Container\Container"
this: Application {#3}
parameters: {
$container: {}
}
use: {
$closure: Closure {#80
class: "Cviebrock\EloquentSluggable\SluggableServiceProvider"
this: SluggableServiceProvider {#77}
parameters: {
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/cviebrock/eloquent-sluggable/src/SluggableServiceProvider.php"
line: "84 to 93"
}
$object: null
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "1156 to 1162"
}
"shared" => false
]
"laravellocalization" => array:2 [
"concrete" => Closure {#85
class: "Illuminate\Container\Container"
this: Application {#3}
parameters: {
$container: {}
}
use: {
$closure: Closure {#84
class: "Mcamara\LaravelLocalization\LaravelLocalizationServiceProvider"
this: LaravelLocalizationServiceProvider {#83}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/mcamara/laravel-localization/src/Mcamara/LaravelLocalization/LaravelLocalizationServiceProvider.php"
line: "51 to 54"
}
$object: null
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "1156 to 1162"
}
"shared" => false
]
"cms" => array:2 [
"concrete" => Closure {#93
class: "App\CMS\CMSServiceProvider"
this: CMSServiceProvider {#86}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/maesmedia/cms/src/CMSServiceProvider.php"
line: "16 to 18"
}
"shared" => false
]
]
#instances: array:17 [
"app" => Application {#3}
"Illuminate\Container\Container" => Application {#3}
"events" => Dispatcher {#5}
"path" => "/home/maesmediademo/technicsheireman/releases/20250507095909/app"
"path.base" => "/home/maesmediademo/technicsheireman/releases/20250507095909"
"path.lang" => "/home/maesmediademo/technicsheireman/releases/20250507095909/resources/lang"
"path.config" => "/home/maesmediademo/technicsheireman/releases/20250507095909/config"
"path.storage" => "/home/maesmediademo/technicsheireman/releases/20250507095909/storage"
"path.database" => "/home/maesmediademo/technicsheireman/releases/20250507095909/database"
"path.bootstrap" => "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap"
"Illuminate\Contracts\Http\Kernel" => Kernel {#26
#middleware: array:3 [
0 => "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode"
1 => "Illuminate\Session\Middleware\StartSession"
2 => "Illuminate\View\Middleware\ShareErrorsFromSession"
]
#middlewareGroups: array:4 [
"web" => array:3 [
0 => "App\Http\Middleware\EncryptCookies"
1 => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse"
2 => "App\CMS\Http\Middleware\VerifyCsrfToken"
]
"management" => array:3 [
0 => "App\Http\Middleware\EncryptCookies"
1 => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse"
2 => "App\CMS\Http\Middleware\VerifyCsrfToken"
]
"check-admin" => array:1 [
0 => "App\CMS\Http\Middleware\CheckAdmin"
]
"api" => array:1 [
0 => "throttle:60,1"
]
]
#routeMiddleware: array:5 [
"auth" => "App\Http\Middleware\Authenticate"
"auth.basic" => "Illuminate\Auth\Middleware\AuthenticateWithBasicAuth"
"can" => "Illuminate\Foundation\Http\Middleware\Authorize"
"guest" => "App\Http\Middleware\RedirectIfAuthenticated"
"throttle" => "Illuminate\Routing\Middleware\ThrottleRequests"
]
#app: Application {#3}
#router: Router {#25}
#bootstrappers: array:7 [
0 => "Illuminate\Foundation\Bootstrap\DetectEnvironment"
1 => "Illuminate\Foundation\Bootstrap\LoadConfiguration"
2 => "Illuminate\Foundation\Bootstrap\ConfigureLogging"
3 => "Illuminate\Foundation\Bootstrap\HandleExceptions"
4 => "Illuminate\Foundation\Bootstrap\RegisterFacades"
5 => "Illuminate\Foundation\Bootstrap\RegisterProviders"
6 => "Illuminate\Foundation\Bootstrap\BootProviders"
]
}
"request" => Request {#41
#json: null
#convertedFiles: null
#userResolver: null
#routeResolver: null
+attributes: ParameterBag {#43
#parameters: []
}
+request: ParameterBag {#49
#parameters: []
}
+query: ParameterBag {#49}
+server: ServerBag {#46
#parameters: array:43 [
"USER" => "maesmediademo"
"HOME" => "/home/maesmediademo"
"SCRIPT_NAME" => "/index.php"
"REQUEST_URI" => "/sitemap.xml"
"QUERY_STRING" => ""
"REQUEST_METHOD" => "GET"
"SERVER_PROTOCOL" => "HTTP/1.1"
"GATEWAY_INTERFACE" => "CGI/1.1"
"REDIRECT_URL" => "/sitemap.xml"
"REMOTE_PORT" => "62603"
"SCRIPT_FILENAME" => "/home/maesmediademo/technicsheireman/current/public_html/index.php"
"SERVER_ADMIN" => "webmaster@vloerverwarming.maesmediademo.be"
"CONTEXT_DOCUMENT_ROOT" => "/home/maesmediademo/technicsheireman/current/public_html"
"CONTEXT_PREFIX" => ""
"REQUEST_SCHEME" => "https"
"DOCUMENT_ROOT" => "/home/maesmediademo/technicsheireman/current/public_html"
"REMOTE_ADDR" => "216.73.216.217"
"SERVER_PORT" => "443"
"SERVER_ADDR" => "45.87.78.31"
"SERVER_NAME" => "www.vloerverwarming.maesmediademo.be"
"SERVER_SOFTWARE" => "Apache"
"SERVER_SIGNATURE" => ""
"PATH" => "/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin"
"HTTP_HOST" => "www.vloerverwarming.maesmediademo.be"
"HTTP_ACCEPT_ENCODING" => "gzip, br, zstd, deflate"
"HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
"HTTP_ACCEPT" => "*/*"
"proxy-nokeepalive" => "1"
"SSL_TLS_SNI" => "www.vloerverwarming.maesmediademo.be"
"HTTPS" => "on"
"UNIQUE_ID" => "aTQum-_2WbhraJBM_r9WvwAAAAg"
"HTTP_AUTHORIZATION" => ""
"REDIRECT_STATUS" => "200"
"REDIRECT_SSL_TLS_SNI" => "www.vloerverwarming.maesmediademo.be"
"REDIRECT_HTTPS" => "on"
"REDIRECT_UNIQUE_ID" => "aTQum-_2WbhraJBM_r9WvwAAAAg"
"REDIRECT_HTTP_AUTHORIZATION" => ""
"FCGI_ROLE" => "RESPONDER"
"PHP_SELF" => "/index.php"
"REQUEST_TIME_FLOAT" => 1765027483.5127
"REQUEST_TIME" => 1765027483
"argv" => []
"argc" => 0
]
}
+files: FileBag {#45
#parameters: []
}
+cookies: ParameterBag {#44
#parameters: []
}
+headers: HeaderBag {#47
#headers: array:5 [
"host" => array:1 [
0 => "www.vloerverwarming.maesmediademo.be"
]
"accept-encoding" => array:1 [
0 => "gzip, br, zstd, deflate"
]
"user-agent" => array:1 [
0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
]
"accept" => array:1 [
0 => "*/*"
]
"authorization" => array:1 [
0 => ""
]
]
#cacheControl: []
}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: null
#pathInfo: null
#requestUri: null
#baseUrl: null
#basePath: null
#method: "GET"
#format: null
#session: null
#locale: null
#defaultLocale: "en"
}
"config" => Repository {#24
#items: array:17 [
"app" => array:11 [
"env" => "production"
"debug" => false
"url" => "http://localhost"
"timezone" => "Europe/Brussels"
"locale" => "nl"
"fallback_locale" => "nl"
"key" => null
"cipher" => "AES-256-CBC"
"log" => "single"
"providers" => array:28 [
0 => "Illuminate\Auth\AuthServiceProvider"
1 => "Illuminate\Broadcasting\BroadcastServiceProvider"
2 => "Illuminate\Bus\BusServiceProvider"
3 => "Illuminate\Cache\CacheServiceProvider"
4 => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
5 => "Illuminate\Cookie\CookieServiceProvider"
6 => "Illuminate\Database\DatabaseServiceProvider"
7 => "Illuminate\Encryption\EncryptionServiceProvider"
8 => "Illuminate\Filesystem\FilesystemServiceProvider"
9 => "Illuminate\Foundation\Providers\FoundationServiceProvider"
10 => "Illuminate\Hashing\HashServiceProvider"
11 => "Illuminate\Mail\MailServiceProvider"
12 => "Illuminate\Pagination\PaginationServiceProvider"
13 => "Illuminate\Pipeline\PipelineServiceProvider"
14 => "Illuminate\Queue\QueueServiceProvider"
15 => "Illuminate\Redis\RedisServiceProvider"
16 => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
17 => "Illuminate\Session\SessionServiceProvider"
18 => "Illuminate\Translation\TranslationServiceProvider"
19 => "Illuminate\Validation\ValidationServiceProvider"
20 => "Illuminate\View\ViewServiceProvider"
21 => "Collective\Html\HtmlServiceProvider"
22 => "Cviebrock\EloquentSluggable\SluggableServiceProvider"
23 => "Mcamara\LaravelLocalization\LaravelLocalizationServiceProvider"
24 => "App\CMS\CMSServiceProvider"
25 => "Mcamara\LaravelLocalization\LaravelLocalizationServiceProvider"
26 => "App\Providers\AuthServiceProvider"
27 => "App\Providers\EventServiceProvider"
]
"aliases" => array:33 [
"App" => "Illuminate\Support\Facades\App"
"Artisan" => "Illuminate\Support\Facades\Artisan"
"Auth" => "Illuminate\Support\Facades\Auth"
"Blade" => "Illuminate\Support\Facades\Blade"
"Cache" => "Illuminate\Support\Facades\Cache"
"Config" => "Illuminate\Support\Facades\Config"
"Cookie" => "Illuminate\Support\Facades\Cookie"
"Crypt" => "Illuminate\Support\Facades\Crypt"
"DB" => "Illuminate\Support\Facades\DB"
"Eloquent" => "Illuminate\Database\Eloquent\Model"
"Event" => "Illuminate\Support\Facades\Event"
"File" => "Illuminate\Support\Facades\File"
"Gate" => "Illuminate\Support\Facades\Gate"
"Hash" => "Illuminate\Support\Facades\Hash"
"Lang" => "Illuminate\Support\Facades\Lang"
"Log" => "Illuminate\Support\Facades\Log"
"Mail" => "Illuminate\Support\Facades\Mail"
"Password" => "Illuminate\Support\Facades\Password"
"Queue" => "Illuminate\Support\Facades\Queue"
"Redirect" => "Illuminate\Support\Facades\Redirect"
"Redis" => "Illuminate\Support\Facades\Redis"
"Request" => "Illuminate\Support\Facades\Request"
"Response" => "Illuminate\Support\Facades\Response"
"Route" => "Illuminate\Support\Facades\Route"
"Schema" => "Illuminate\Support\Facades\Schema"
"Session" => "Illuminate\Support\Facades\Session"
"Storage" => "Illuminate\Support\Facades\Storage"
"URL" => "Illuminate\Support\Facades\URL"
"Validator" => "Illuminate\Support\Facades\Validator"
"View" => "Illuminate\Support\Facades\View"
"Form" => "Collective\Html\FormFacade"
"HTML" => "Collective\Html\HtmlFacade"
"LaravelLocalization" => "Mcamara\LaravelLocalization\Facades\LaravelLocalization"
]
]
"auth" => array:4 [
"defaults" => array:2 [
"guard" => "web"
"passwords" => "users"
]
"guards" => array:4 [
"web" => array:2 [
"driver" => "session"
"provider" => "users"
]
"user" => array:2 [
"driver" => "session"
"provider" => "module_users"
]
"api" => array:2 [
"driver" => "token"
"provider" => "users"
]
"management" => array:2 [
"driver" => "session"
"provider" => "CMS_users"
]
]
"providers" => array:3 [
"users" => array:2 [
"driver" => "eloquent"
"model" => "App\User"
]
"module_users" => array:2 [
"driver" => "eloquent"
"model" => "App\CMS\Modules\User\Models\User"
]
"CMS_users" => array:2 [
"driver" => "eloquent"
"model" => "App\CMS\Models\User"
]
]
"passwords" => array:2 [
"users" => array:4 [
"provider" => "users"
"email" => "auth.emails.password"
"table" => "password_resets"
"expire" => 60
]
"module_users" => array:4 [
"provider" => "module_users"
"email" => "pages.auth.passwords.email"
"table" => "users_password_resets"
"expire" => 60
]
]
]
"broadcasting" => array:2 [
"default" => "pusher"
"connections" => array:3 [
"pusher" => array:5 [
"driver" => "pusher"
"key" => null
"secret" => null
"app_id" => null
"options" => []
]
"redis" => array:2 [
"driver" => "redis"
"connection" => "default"
]
"log" => array:1 [
"driver" => "log"
]
]
]
"cache" => array:3 [
"default" => "file"
"stores" => array:6 [
"apc" => array:1 [
"driver" => "apc"
]
"array" => array:1 [
"driver" => "array"
]
"database" => array:3 [
"driver" => "database"
"table" => "cache"
"connection" => null
]
"file" => array:2 [
"driver" => "file"
"path" => "/home/maesmediademo/technicsheireman/releases/20250507095909/storage/framework/cache"
]
"memcached" => array:2 [
"driver" => "memcached"
"servers" => array:1 [ …1]
]
"redis" => array:2 [
"driver" => "redis"
"connection" => "default"
]
]
"prefix" => "laravel"
]
"compile" => array:2 [
"files" => []
"providers" => []
]
"config" => array:3 [
"supportedLocales" => array:289 [
"ace" => array:4 [
"name" => "Achinese"
"script" => "Latn"
"native" => "Aceh"
"regional" => ""
]
"af" => array:4 [
"name" => "Afrikaans"
"script" => "Latn"
"native" => "Afrikaans"
"regional" => "af_ZA"
]
"agq" => array:4 [
"name" => "Aghem"
"script" => "Latn"
"native" => "Aghem"
"regional" => ""
]
"ak" => array:4 [
"name" => "Akan"
"script" => "Latn"
"native" => "Akan"
"regional" => "ak_GH"
]
"an" => array:4 [
"name" => "Aragonese"
"script" => "Latn"
"native" => "aragonés"
"regional" => "an_ES"
]
"cch" => array:4 [
"name" => "Atsam"
"script" => "Latn"
"native" => "Atsam"
"regional" => ""
]
"gn" => array:4 [
"name" => "Guaraní"
"script" => "Latn"
"native" => "Avañe’ẽ"
"regional" => ""
]
"ae" => array:4 [
"name" => "Avestan"
"script" => "Latn"
"native" => "avesta"
"regional" => ""
]
"ay" => array:4 [
"name" => "Aymara"
"script" => "Latn"
"native" => "aymar aru"
"regional" => "ay_PE"
]
"az" => array:4 [
"name" => "Azerbaijani (Latin)"
"script" => "Latn"
"native" => "azərbaycanca"
"regional" => "az_AZ"
]
"id" => array:4 [
"name" => "Indonesian"
"script" => "Latn"
"native" => "Bahasa Indonesia"
"regional" => "id_ID"
]
"ms" => array:4 [
"name" => "Malay"
"script" => "Latn"
"native" => "Bahasa Melayu"
"regional" => "ms_MY"
]
"bm" => array:4 [
"name" => "Bambara"
"script" => "Latn"
"native" => "bamanakan"
"regional" => ""
]
"jv" => array:4 [
"name" => "Javanese (Latin)"
"script" => "Latn"
"native" => "Basa Jawa"
"regional" => ""
]
"su" => array:4 [
"name" => "Sundanese"
"script" => "Latn"
"native" => "Basa Sunda"
"regional" => ""
]
"bh" => array:4 [
"name" => "Bihari"
"script" => "Latn"
"native" => "Bihari"
"regional" => ""
]
"bi" => array:4 [
"name" => "Bislama"
"script" => "Latn"
"native" => "Bislama"
"regional" => ""
]
"nb" => array:4 [
"name" => "Norwegian Bokmål"
"script" => "Latn"
"native" => "Bokmål"
"regional" => "nb_NO"
]
"bs" => array:4 [
"name" => "Bosnian"
"script" => "Latn"
"native" => "bosanski"
"regional" => "bs_BA"
]
"br" => array:4 [
"name" => "Breton"
"script" => "Latn"
"native" => "brezhoneg"
"regional" => "br_FR"
]
"ca" => array:4 [
"name" => "Catalan"
"script" => "Latn"
"native" => "català"
"regional" => "ca_ES"
]
"ch" => array:4 [
"name" => "Chamorro"
"script" => "Latn"
"native" => "Chamoru"
"regional" => ""
]
"ny" => array:4 [
"name" => "Chewa"
"script" => "Latn"
"native" => "chiCheŵa"
"regional" => ""
]
"kde" => array:4 [
"name" => "Makonde"
"script" => "Latn"
"native" => "Chimakonde"
"regional" => ""
]
"sn" => array:4 [
"name" => "Shona"
"script" => "Latn"
"native" => "chiShona"
"regional" => ""
]
"co" => array:4 [
"name" => "Corsican"
"script" => "Latn"
"native" => "corsu"
"regional" => ""
]
"cy" => array:4 [
"name" => "Welsh"
"script" => "Latn"
"native" => "Cymraeg"
"regional" => "cy_GB"
]
"da" => array:4 [
"name" => "Danish"
"script" => "Latn"
"native" => "dansk"
"regional" => "da_DK"
]
"se" => array:4 [
"name" => "Northern Sami"
"script" => "Latn"
"native" => "davvisámegiella"
"regional" => "se_NO"
]
"de" => array:4 [
"name" => "German"
"script" => "Latn"
"native" => "Deutsch"
"regional" => "de_DE"
]
"luo" => array:4 [
"name" => "Luo"
"script" => "Latn"
"native" => "Dholuo"
"regional" => ""
]
"nv" => array:4 [
"name" => "Navajo"
"script" => "Latn"
"native" => "Diné bizaad"
"regional" => ""
]
"dua" => array:4 [
"name" => "Duala"
"script" => "Latn"
"native" => "duálá"
"regional" => ""
]
"et" => array:4 [
"name" => "Estonian"
"script" => "Latn"
"native" => "eesti"
"regional" => "et_EE"
]
"na" => array:4 [
"name" => "Nauru"
"script" => "Latn"
"native" => "Ekakairũ Naoero"
"regional" => ""
]
"guz" => array:4 [
"name" => "Ekegusii"
"script" => "Latn"
"native" => "Ekegusii"
"regional" => ""
]
"en" => array:4 [
"name" => "English"
"script" => "Latn"
"native" => "English"
"regional" => "en_GB"
]
"en-AU" => array:4 [
"name" => "Australian English"
"script" => "Latn"
"native" => "Australian English"
"regional" => "en_AU"
]
"en-GB" => array:4 [
"name" => "British English"
"script" => "Latn"
"native" => "British English"
"regional" => "en_GB"
]
"en-US" => array:4 [
"name" => "U.S. English"
"script" => "Latn"
"native" => "U.S. English"
"regional" => "en_US"
]
"es" => array:4 [
"name" => "Spanish"
"script" => "Latn"
"native" => "español"
"regional" => "es_ES"
]
"eo" => array:4 [
"name" => "Esperanto"
"script" => "Latn"
"native" => "esperanto"
"regional" => ""
]
"eu" => array:4 [
"name" => "Basque"
"script" => "Latn"
"native" => "euskara"
"regional" => "eu_ES"
]
"ewo" => array:4 [
"name" => "Ewondo"
"script" => "Latn"
"native" => "ewondo"
"regional" => ""
]
"ee" => array:4 [
"name" => "Ewe"
"script" => "Latn"
"native" => "eʋegbe"
"regional" => ""
]
"fil" => array:4 [
"name" => "Filipino"
"script" => "Latn"
"native" => "Filipino"
"regional" => "fil_PH"
]
"fr" => array:4 [
"name" => "French"
"script" => "Latn"
"native" => "français"
"regional" => "fr_FR"
]
"fr-CA" => array:4 [
"name" => "Canadian French"
"script" => "Latn"
"native" => "français canadien"
"regional" => "fr_CA"
]
"fy" => array:4 [
"name" => "Western Frisian"
"script" => "Latn"
"native" => "frysk"
"regional" => "fy_DE"
]
"fur" => array:4 [
"name" => "Friulian"
"script" => "Latn"
"native" => "furlan"
"regional" => "fur_IT"
]
"fo" => array:4 [
"name" => "Faroese"
"script" => "Latn"
"native" => "føroyskt"
"regional" => "fo_FO"
]
"gaa" => array:4 [
"name" => "Ga"
"script" => "Latn"
"native" => "Ga"
"regional" => ""
]
"ga" => array:4 [
"name" => "Irish"
"script" => "Latn"
"native" => "Gaeilge"
"regional" => "ga_IE"
]
"gv" => array:4 [
"name" => "Manx"
"script" => "Latn"
"native" => "Gaelg"
"regional" => "gv_GB"
]
"sm" => array:4 [
"name" => "Samoan"
"script" => "Latn"
"native" => "Gagana fa’a Sāmoa"
"regional" => ""
]
"gl" => array:4 [
"name" => "Galician"
"script" => "Latn"
"native" => "galego"
"regional" => "gl_ES"
]
"ki" => array:4 [
"name" => "Kikuyu"
"script" => "Latn"
"native" => "Gikuyu"
"regional" => ""
]
"gd" => array:4 [
"name" => "Scottish Gaelic"
"script" => "Latn"
"native" => "Gàidhlig"
"regional" => "gd_GB"
]
"ha" => array:4 [
"name" => "Hausa"
"script" => "Latn"
"native" => "Hausa"
"regional" => "ha_NG"
]
"bez" => array:4 [
"name" => "Bena"
"script" => "Latn"
"native" => "Hibena"
"regional" => ""
]
"ho" => array:4 [
"name" => "Hiri Motu"
"script" => "Latn"
"native" => "Hiri Motu"
"regional" => ""
]
"hr" => array:4 [
"name" => "Croatian"
"script" => "Latn"
"native" => "hrvatski"
"regional" => "hr_HR"
]
"bem" => array:4 [
"name" => "Bemba"
"script" => "Latn"
"native" => "Ichibemba"
"regional" => "bem_ZM"
]
"io" => array:4 [
"name" => "Ido"
"script" => "Latn"
"native" => "Ido"
"regional" => ""
]
"ig" => array:4 [
"name" => "Igbo"
"script" => "Latn"
"native" => "Igbo"
"regional" => "ig_NG"
]
"rn" => array:4 [
"name" => "Rundi"
"script" => "Latn"
"native" => "Ikirundi"
"regional" => ""
]
"ia" => array:4 [
"name" => "Interlingua"
"script" => "Latn"
"native" => "interlingua"
"regional" => "ia_FR"
]
"iu-Latn" => array:4 [
"name" => "Inuktitut (Latin)"
"script" => "Latn"
"native" => "Inuktitut"
"regional" => "iu_CA"
]
"sbp" => array:4 [
"name" => "Sileibi"
"script" => "Latn"
"native" => "Ishisangu"
"regional" => ""
]
"nd" => array:4 [
"name" => "North Ndebele"
"script" => "Latn"
"native" => "isiNdebele"
"regional" => ""
]
"nr" => array:4 [
"name" => "South Ndebele"
"script" => "Latn"
"native" => "isiNdebele"
"regional" => "nr_ZA"
]
"xh" => array:4 [
"name" => "Xhosa"
"script" => "Latn"
"native" => "isiXhosa"
"regional" => "xh_ZA"
]
"zu" => array:4 [
"name" => "Zulu"
"script" => "Latn"
"native" => "isiZulu"
"regional" => "zu_ZA"
]
"it" => array:4 [
"name" => "Italian"
"script" => "Latn"
"native" => "italiano"
"regional" => "it_IT"
]
"ik" => array:4 [
"name" => "Inupiaq"
"script" => "Latn"
"native" => "Iñupiaq"
"regional" => "ik_CA"
]
"dyo" => array:4 [
"name" => "Jola-Fonyi"
"script" => "Latn"
"native" => "joola"
"regional" => ""
]
"kea" => array:4 [
"name" => "Kabuverdianu"
"script" => "Latn"
"native" => "kabuverdianu"
"regional" => ""
]
"kaj" => array:4 [
"name" => "Jju"
"script" => "Latn"
"native" => "Kaje"
"regional" => ""
]
"mh" => array:4 [
"name" => "Marshallese"
"script" => "Latn"
"native" => "Kajin M̧ajeļ"
"regional" => "mh_MH"
]
"kl" => array:4 [
"name" => "Kalaallisut"
"script" => "Latn"
"native" => "kalaallisut"
"regional" => "kl_GL"
]
"kln" => array:4 [
"name" => "Kalenjin"
"script" => "Latn"
"native" => "Kalenjin"
"regional" => ""
]
"kr" => array:4 [
"name" => "Kanuri"
"script" => "Latn"
"native" => "Kanuri"
"regional" => ""
]
"kcg" => array:4 [
"name" => "Tyap"
"script" => "Latn"
"native" => "Katab"
"regional" => ""
]
"kw" => array:4 [
"name" => "Cornish"
"script" => "Latn"
"native" => "kernewek"
"regional" => "kw_GB"
]
"naq" => array:4 [
"name" => "Nama"
"script" => "Latn"
"native" => "Khoekhoegowab"
"regional" => ""
]
"rof" => array:4 [
"name" => "Rombo"
"script" => "Latn"
"native" => "Kihorombo"
"regional" => ""
]
"kam" => array:4 [
"name" => "Kamba"
"script" => "Latn"
"native" => "Kikamba"
"regional" => ""
]
"kg" => array:4 [
"name" => "Kongo"
"script" => "Latn"
"native" => "Kikongo"
"regional" => ""
]
"jmc" => array:4 [
"name" => "Machame"
"script" => "Latn"
"native" => "Kimachame"
"regional" => ""
]
"rw" => array:4 [
"name" => "Kinyarwanda"
"script" => "Latn"
"native" => "Kinyarwanda"
"regional" => "rw_RW"
]
"asa" => array:4 [
"name" => "Kipare"
"script" => "Latn"
"native" => "Kipare"
"regional" => ""
]
"rwk" => array:4 [
"name" => "Rwa"
"script" => "Latn"
"native" => "Kiruwa"
"regional" => ""
]
"saq" => array:4 [
"name" => "Samburu"
"script" => "Latn"
"native" => "Kisampur"
"regional" => ""
]
"ksb" => array:4 [
"name" => "Shambala"
"script" => "Latn"
"native" => "Kishambaa"
"regional" => ""
]
"swc" => array:4 [
"name" => "Congo Swahili"
"script" => "Latn"
"native" => "Kiswahili ya Kongo"
"regional" => ""
]
"sw" => array:4 [
"name" => "Swahili"
"script" => "Latn"
"native" => "Kiswahili"
"regional" => "sw_KE"
]
"dav" => array:4 [
"name" => "Dawida"
"script" => "Latn"
"native" => "Kitaita"
"regional" => ""
]
"teo" => array:4 [
"name" => "Teso"
"script" => "Latn"
"native" => "Kiteso"
"regional" => ""
]
"khq" => array:4 [
"name" => "Koyra Chiini"
"script" => "Latn"
"native" => "Koyra ciini"
"regional" => ""
]
"ses" => array:4 [
"name" => "Songhay"
"script" => "Latn"
"native" => "Koyraboro senni"
"regional" => ""
]
"mfe" => array:4 [
"name" => "Morisyen"
"script" => "Latn"
"native" => "kreol morisien"
"regional" => ""
]
"ht" => array:4 [
"name" => "Haitian"
"script" => "Latn"
"native" => "Kreyòl ayisyen"
"regional" => "ht_HT"
]
"kj" => array:4 [
"name" => "Kuanyama"
"script" => "Latn"
"native" => "Kwanyama"
"regional" => ""
]
"ksh" => array:4 [
"name" => "Kölsch"
"script" => "Latn"
"native" => "Kölsch"
"regional" => ""
]
"ebu" => array:4 [
"name" => "Kiembu"
"script" => "Latn"
"native" => "Kĩembu"
"regional" => ""
]
"mer" => array:4 [
"name" => "Kimîîru"
"script" => "Latn"
"native" => "Kĩmĩrũ"
"regional" => ""
]
"lag" => array:4 [
"name" => "Langi"
"script" => "Latn"
"native" => "Kɨlaangi"
"regional" => ""
]
"lah" => array:4 [
"name" => "Lahnda"
"script" => "Latn"
"native" => "Lahnda"
"regional" => ""
]
"la" => array:4 [
"name" => "Latin"
"script" => "Latn"
"native" => "latine"
"regional" => ""
]
"lv" => array:4 [
"name" => "Latvian"
"script" => "Latn"
"native" => "latviešu"
"regional" => "lv_LV"
]
"to" => array:4 [
"name" => "Tongan"
"script" => "Latn"
"native" => "lea fakatonga"
"regional" => ""
]
"lt" => array:4 [
"name" => "Lithuanian"
"script" => "Latn"
"native" => "lietuvių"
"regional" => "lt_LT"
]
"li" => array:4 [
"name" => "Limburgish"
"script" => "Latn"
"native" => "Limburgs"
"regional" => "li_BE"
]
"ln" => array:4 [
"name" => "Lingala"
"script" => "Latn"
"native" => "lingála"
"regional" => ""
]
"lg" => array:4 [
"name" => "Ganda"
"script" => "Latn"
"native" => "Luganda"
"regional" => "lg_UG"
]
"luy" => array:4 [
"name" => "Oluluyia"
"script" => "Latn"
"native" => "Luluhia"
"regional" => ""
]
"lb" => array:4 [
"name" => "Luxembourgish"
"script" => "Latn"
"native" => "Lëtzebuergesch"
"regional" => "lb_LU"
]
"hu" => array:4 [
"name" => "Hungarian"
"script" => "Latn"
"native" => "magyar"
"regional" => "hu_HU"
]
"mgh" => array:4 [
"name" => "Makhuwa-Meetto"
"script" => "Latn"
"native" => "Makua"
"regional" => ""
]
"mg" => array:4 [
"name" => "Malagasy"
"script" => "Latn"
"native" => "Malagasy"
"regional" => "mg_MG"
]
"mt" => array:4 [
"name" => "Maltese"
"script" => "Latn"
"native" => "Malti"
"regional" => "mt_MT"
]
"mtr" => array:4 [
"name" => "Mewari"
"script" => "Latn"
"native" => "Mewari"
"regional" => ""
]
"mua" => array:4 [
"name" => "Mundang"
"script" => "Latn"
"native" => "Mundang"
"regional" => ""
]
"mi" => array:4 [
"name" => "Māori"
"script" => "Latn"
"native" => "Māori"
"regional" => "mi_NZ"
]
"nl" => array:4 [
"name" => "Dutch"
"script" => "Latn"
"native" => "Nederlands"
"regional" => "nl_NL"
]
"nmg" => array:4 [
"name" => "Kwasio"
"script" => "Latn"
"native" => "ngumba"
"regional" => ""
]
"yav" => array:4 [
"name" => "Yangben"
"script" => "Latn"
"native" => "nuasue"
"regional" => ""
]
"nn" => array:4 [
"name" => "Norwegian Nynorsk"
"script" => "Latn"
"native" => "nynorsk"
"regional" => "nn_NO"
]
"oc" => array:4 [
"name" => "Occitan"
"script" => "Latn"
"native" => "occitan"
"regional" => "oc_FR"
]
"ang" => array:4 [
"name" => "Old English"
"script" => "Runr"
"native" => "Old English"
"regional" => ""
]
"xog" => array:4 [
"name" => "Soga"
"script" => "Latn"
"native" => "Olusoga"
"regional" => ""
]
"om" => array:4 [
"name" => "Oromo"
"script" => "Latn"
"native" => "Oromoo"
"regional" => "om_ET"
]
"ng" => array:4 [
"name" => "Ndonga"
"script" => "Latn"
"native" => "OshiNdonga"
"regional" => ""
]
"hz" => array:4 [
"name" => "Herero"
"script" => "Latn"
"native" => "Otjiherero"
"regional" => ""
]
"uz-Latn" => array:4 [
"name" => "Uzbek (Latin)"
"script" => "Latn"
"native" => "oʼzbekcha"
"regional" => "uz_UZ"
]
"nds" => array:4 [
"name" => "Low German"
"script" => "Latn"
"native" => "Plattdüütsch"
"regional" => "nds_DE"
]
"pl" => array:4 [
"name" => "Polish"
"script" => "Latn"
"native" => "polski"
"regional" => "pl_PL"
]
"pt" => array:4 [
"name" => "Portuguese"
"script" => "Latn"
"native" => "português"
"regional" => "pt_PT"
]
"pt-BR" => array:4 [
"name" => "Brazilian Portuguese"
"script" => "Latn"
"native" => "português do Brasil"
"regional" => "pt_BR"
]
"ff" => array:4 [
"name" => "Fulah"
"script" => "Latn"
"native" => "Pulaar"
"regional" => "ff_SN"
]
"pi" => array:4 [
"name" => "Pahari-Potwari"
"script" => "Latn"
"native" => "Pāli"
"regional" => ""
]
"aa" => array:4 [
"name" => "Afar"
"script" => "Latn"
"native" => "Qafar"
"regional" => "aa_ER"
]
"ty" => array:4 [
"name" => "Tahitian"
"script" => "Latn"
"native" => "Reo Māohi"
"regional" => ""
]
"ksf" => array:4 [
"name" => "Bafia"
"script" => "Latn"
"native" => "rikpa"
"regional" => ""
]
"ro" => array:4 [
"name" => "Romanian"
"script" => "Latn"
"native" => "română"
"regional" => "ro_RO"
]
"cgg" => array:4 [
"name" => "Chiga"
"script" => "Latn"
"native" => "Rukiga"
"regional" => ""
]
"rm" => array:4 [
"name" => "Romansh"
"script" => "Latn"
"native" => "rumantsch"
"regional" => ""
]
"qu" => array:4 [
"name" => "Quechua"
"script" => "Latn"
"native" => "Runa Simi"
"regional" => ""
]
"nyn" => array:4 [
"name" => "Nyankole"
"script" => "Latn"
"native" => "Runyankore"
"regional" => ""
]
"ssy" => array:4 [
"name" => "Saho"
"script" => "Latn"
"native" => "Saho"
"regional" => ""
]
"sc" => array:4 [
"name" => "Sardinian"
"script" => "Latn"
"native" => "sardu"
"regional" => "sc_IT"
]
"de-CH" => array:4 [
"name" => "Swiss High German"
"script" => "Latn"
"native" => "Schweizer Hochdeutsch"
"regional" => "de_CH"
]
"gsw" => array:4 [
"name" => "Swiss German"
"script" => "Latn"
"native" => "Schwiizertüütsch"
"regional" => ""
]
"trv" => array:4 [
"name" => "Taroko"
"script" => "Latn"
"native" => "Seediq"
"regional" => ""
]
"seh" => array:4 [
"name" => "Sena"
"script" => "Latn"
"native" => "sena"
"regional" => ""
]
"nso" => array:4 [
"name" => "Northern Sotho"
"script" => "Latn"
"native" => "Sesotho sa Leboa"
"regional" => "nso_ZA"
]
"st" => array:4 [
"name" => "Southern Sotho"
"script" => "Latn"
"native" => "Sesotho"
"regional" => "st_ZA"
]
"tn" => array:4 [
"name" => "Tswana"
"script" => "Latn"
"native" => "Setswana"
"regional" => "tn_ZA"
]
"sq" => array:4 [
"name" => "Albanian"
"script" => "Latn"
"native" => "shqip"
…1
]
"sid" => array:4 [ …4]
"ss" => array:4 [ …4]
"sk" => array:4 [ …4]
"sl" => array:4 [ …4]
"so" => array:4 [ …4]
"sr-Latn" => array:4 [ …4]
"sh" => array:4 [ …4]
"fi" => array:4 [ …4]
"sv" => array:4 [ …4]
"sg" => array:4 [ …4]
"tl" => array:4 [ …4]
"tzm-Latn" => array:4 [ …4]
"kab" => array:4 [ …4]
"twq" => array:4 [ …4]
"shi" => array:4 [ …4]
"nus" => array:4 [ …4]
"vi" => array:4 [ …4]
"tg-Latn" => array:4 [ …4]
"lu" => array:4 [ …4]
"ve" => array:4 [ …4]
"tw" => array:4 [ …4]
"tr" => array:4 [ …4]
"ale" => array:4 [ …4]
"ca-valencia" => array:4 [ …4]
"vai-Latn" => array:4 [ …4]
"vo" => array:4 [ …4]
"fj" => array:4 [ …4]
"wa" => array:4 [ …4]
"wae" => array:4 [ …4]
"wen" => array:4 [ …4]
"wo" => array:4 [ …4]
"ts" => array:4 [ …4]
"dje" => array:4 [ …4]
"yo" => array:4 [ …4]
"de-AT" => array:4 [ …4]
"is" => array:4 [ …4]
"cs" => array:4 [ …4]
"bas" => array:4 [ …4]
"mas" => array:4 [ …4]
"haw" => array:4 [ …4]
"el" => array:4 [ …4]
"uz" => array:4 [ …4]
"az-Cyrl" => array:4 [ …4]
"ab" => array:4 [ …4]
"os" => array:4 [ …4]
"ky" => array:4 [ …4]
"sr" => array:4 [ …4]
"av" => array:4 [ …4]
"ady" => array:4 [ …4]
"ba" => array:4 [ …4]
"be" => array:4 [ …4]
"bg" => array:4 [ …4]
"kv" => array:4 [ …4]
"mk" => array:4 [ …4]
"mn" => array:4 [ …4]
"ce" => array:4 [ …4]
"ru" => array:4 [ …4]
"sah" => array:4 [ …4]
"tt" => array:4 [ …4]
"tg" => array:4 [ …4]
"tk" => array:4 [ …4]
"uk" => array:4 [ …4]
"cv" => array:4 [ …4]
"cu" => array:4 [ …4]
"kk" => array:4 [ …4]
"hy" => array:4 [ …4]
"yi" => array:4 [ …4]
"he" => array:4 [ …4]
"ug" => array:4 [ …4]
"ur" => array:4 [ …4]
"ar" => array:4 [ …4]
"uz-Arab" => array:4 [ …4]
"tg-Arab" => array:4 [ …4]
"sd" => array:4 [ …4]
"fa" => array:4 [ …4]
"pa-Arab" => array:4 [ …4]
"ps" => array:4 [ …4]
"ks" => array:4 [ …4]
"ku" => array:4 [ …4]
"dv" => array:4 [ …4]
"ks-Deva" => array:4 [ …4]
"kok" => array:4 [ …4]
"doi" => array:4 [ …4]
"ne" => array:4 [ …4]
"pra" => array:4 [ …4]
"brx" => array:4 [ …4]
"bra" => array:4 [ …4]
"mr" => array:4 [ …4]
"mai" => array:4 [ …4]
"raj" => array:4 [ …4]
"sa" => array:4 [ …4]
"hi" => array:4 [ …4]
"as" => array:4 [ …4]
"bn" => array:4 [ …4]
"mni" => array:4 [ …4]
"pa" => array:4 [ …4]
"gu" => array:4 [ …4]
"or" => array:4 [ …4]
"ta" => array:4 [ …4]
"te" => array:4 [ …4]
"kn" => array:4 [ …4]
"ml" => array:4 [ …4]
"si" => array:4 [ …4]
"th" => array:4 [ …4]
"lo" => array:4 [ …4]
"bo" => array:4 [ …4]
"dz" => array:4 [ …4]
"my" => array:4 [ …4]
"ka" => array:4 [ …4]
"byn" => array:4 [ …4]
"tig" => array:4 [ …4]
"ti" => array:4 [ …4]
"am" => array:4 [ …4]
"wal" => array:4 [ …4]
"chr" => array:4 [ …4]
"iu" => array:4 [ …4]
"oj" => array:4 [ …4]
"cr" => array:4 [ …4]
"km" => array:4 [ …4]
"mn-Mong" => array:4 [ …4]
"shi-Tfng" => array:4 [ …4]
"tzm" => array:4 [ …4]
"yue" => array:4 [ …4]
"ja" => array:4 [ …4]
"zh" => array:4 [ …4]
"zh-Hant" => array:4 [ …4]
"ii" => array:4 [ …4]
"vai" => array:4 [ …4]
"jv-Java" => array:4 [ …4]
"ko" => array:4 [ …4]
]
"useAcceptLanguageHeader" => true
"hideDefaultLocaleInURL" => false
]
"database" => array:5 [
"fetch" => 8
"default" => "mysql"
"connections" => array:4 [
"sqlite" => array:3 [ …3]
"mysql" => array:11 [ …11]
"maesmedia_shared" => array:11 [ …11]
"pgsql" => array:9 [ …9]
]
"migrations" => "migrations"
"redis" => array:2 [
"cluster" => false
"default" => array:4 [ …4]
]
]
"filesystems" => array:3 [
"default" => "local"
"cloud" => "s3"
"disks" => array:3 [
"local" => array:2 [ …2]
"public" => array:3 [ …3]
"s3" => array:5 [ …5]
]
]
"laravellocalization" => array:3 [
"supportedLocales" => array:1 [
"nl" => array:4 [ …4]
]
"useAcceptLanguageHeader" => true
"hideDefaultLocaleInURL" => true
]
"mail" => array:8 [
"driver" => "smtp"
"host" => "smtp.mailgun.org"
"port" => 587
"from" => array:2 [
"address" => null
"name" => null
]
"encryption" => "tls"
"username" => null
"password" => null
"sendmail" => "/usr/sbin/sendmail -bs"
]
"queue" => array:3 [
"default" => "sync"
"connections" => array:5 [
"sync" => array:1 [ …1]
"database" => array:4 [ …4]
"beanstalkd" => array:4 [ …4]
"sqs" => array:6 [ …6]
"redis" => array:4 [ …4]
]
"failed" => array:2 [
"database" => "mysql"
"table" => "failed_jobs"
]
]
"recaptcha" => array:4 [
"site_key_v2" => null
"secret_key_v2" => null
"site_key_v3" => null
"secret_key_v3" => null
]
"services" => array:4 [
"mailgun" => array:2 [
"domain" => null
"secret" => null
]
"ses" => array:3 [
"key" => null
"secret" => null
"region" => "us-east-1"
]
"sparkpost" => array:1 [
"secret" => null
]
"stripe" => array:3 [
"model" => "App\User"
"key" => null
"secret" => null
]
]
"session" => array:13 [
"driver" => "file"
"lifetime" => 120
"expire_on_close" => false
"encrypt" => false
"files" => "/home/maesmediademo/technicsheireman/releases/20250507095909/storage/framework/sessions"
"connection" => null
"table" => "sessions"
"lottery" => array:2 [
0 => 2
1 => 100
]
"cookie" => "laravel_session"
"path" => "/"
"domain" => null
"secure" => false
"http_only" => true
]
"snappy" => array:2 [
"pdf" => array:5 [
"enabled" => true
"binary" => "/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/bin/wkhtmltopdf-amd64"
"timeout" => false
"options" => []
"env" => []
]
"image" => array:5 [
"enabled" => true
"binary" => "/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/bin/wkhtmltoimage-amd64"
"timeout" => false
"options" => []
"env" => []
]
]
"view" => array:2 [
"paths" => array:4 [
0 => "/home/maesmediademo/technicsheireman/releases/20250507095909/resources/views"
1 => false
2 => "/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/maesmedia/cms/src"
3 => "/home/maesmediademo/technicsheireman/releases/20250507095909/vendor/maesmedia"
]
"compiled" => "/home/maesmediademo/technicsheireman/storage/framework/views"
]
"sluggable" => array:9 [
"build_from" => null
"save_to" => "slug"
"max_length" => null
"method" => null
"separator" => "-"
"unique" => true
"include_trashed" => false
"on_update" => false
"reserved" => null
]
]
}
"log" => Writer {#32
#monolog: Logger {#38
#name: "production"
#handlers: array:1 [
0 => StreamHandler {#40
#stream: null
#url: "/home/maesmediademo/technicsheireman/releases/20250507095909/storage/logs/laravel.log"
-errorMessage: null
#filePermission: null
#useLocking: false
-dirCreated: null
#level: 100
#bubble: true
#formatter: LineFormatter {#21 …5}
#processors: []
}
]
#processors: []
#microsecondTimestamps: true
}
#dispatcher: Dispatcher {#5}
#levels: array:8 [
"debug" => 100
"info" => 200
"notice" => 250
"warning" => 300
"error" => 400
"critical" => 500
"alert" => 550
"emergency" => 600
]
}
"db.factory" => ConnectionFactory {#89 …}
"db" => DatabaseManager {#31
#app: Application {#3}
#factory: ConnectionFactory {#89 …}
#connections: array:1 [
"mysql" => MySqlConnection {#97 …}
]
#extensions: []
}
"files" => Filesystem {#91}
]
#aliases: array:62 [
"Illuminate\Foundation\Application" => "app"
"Illuminate\Contracts\Container\Container" => "app"
"Illuminate\Contracts\Foundation\Application" => "app"
"Illuminate\Auth\AuthManager" => "auth"
"Illuminate\Contracts\Auth\Factory" => "auth"
"Illuminate\Contracts\Auth\Guard" => "auth.driver"
"Illuminate\View\Compilers\BladeCompiler" => "blade.compiler"
"Illuminate\Cache\CacheManager" => "cache"
"Illuminate\Contracts\Cache\Factory" => "cache"
"Illuminate\Cache\Repository" => "cache.store"
"Illuminate\Contracts\Cache\Repository" => "cache.store"
"Illuminate\Config\Repository" => "config"
"Illuminate\Contracts\Config\Repository" => "config"
"Illuminate\Cookie\CookieJar" => "cookie"
"Illuminate\Contracts\Cookie\Factory" => "cookie"
"Illuminate\Contracts\Cookie\QueueingFactory" => "cookie"
"Illuminate\Encryption\Encrypter" => "encrypter"
"Illuminate\Contracts\Encryption\Encrypter" => "encrypter"
"Illuminate\Database\DatabaseManager" => "db"
"Illuminate\Database\Connection" => "db.connection"
"Illuminate\Database\ConnectionInterface" => "db.connection"
"Illuminate\Events\Dispatcher" => "events"
"Illuminate\Contracts\Events\Dispatcher" => "events"
"Illuminate\Filesystem\Filesystem" => "files"
"Illuminate\Filesystem\FilesystemManager" => "filesystem"
"Illuminate\Contracts\Filesystem\Factory" => "filesystem"
"Illuminate\Contracts\Filesystem\Filesystem" => "filesystem.disk"
"Illuminate\Contracts\Filesystem\Cloud" => "filesystem.cloud"
"Illuminate\Contracts\Hashing\Hasher" => "hash"
"Illuminate\Translation\Translator" => "translator"
"Symfony\Component\Translation\TranslatorInterface" => "translator"
"Illuminate\Log\Writer" => "log"
"Illuminate\Contracts\Logging\Log" => "log"
"Psr\Log\LoggerInterface" => "log"
"Illuminate\Mail\Mailer" => "mailer"
"Illuminate\Contracts\Mail\Mailer" => "mailer"
"Illuminate\Contracts\Mail\MailQueue" => "mailer"
"Illuminate\Auth\Passwords\PasswordBrokerManager" => "auth.password"
"Illuminate\Contracts\Auth\PasswordBrokerFactory" => "auth.password"
"Illuminate\Auth\Passwords\PasswordBroker" => "auth.password.broker"
"Illuminate\Contracts\Auth\PasswordBroker" => "auth.password.broker"
"Illuminate\Queue\QueueManager" => "queue"
"Illuminate\Contracts\Queue\Factory" => "queue"
"Illuminate\Contracts\Queue\Monitor" => "queue"
"Illuminate\Contracts\Queue\Queue" => "queue.connection"
"Illuminate\Queue\Failed\FailedJobProviderInterface" => "queue.failer"
"Illuminate\Routing\Redirector" => "redirect"
"Illuminate\Redis\Database" => "redis"
"Illuminate\Contracts\Redis\Database" => "redis"
"Illuminate\Http\Request" => "request"
"Symfony\Component\HttpFoundation\Request" => "request"
"Illuminate\Routing\Router" => "router"
"Illuminate\Contracts\Routing\Registrar" => "router"
"Illuminate\Session\SessionManager" => "session"
"Illuminate\Session\Store" => "session.store"
"Symfony\Component\HttpFoundation\Session\SessionInterface" => "session.store"
"Illuminate\Routing\UrlGenerator" => "url"
"Illuminate\Contracts\Routing\UrlGenerator" => "url"
"Illuminate\Validation\Factory" => "validator"
"Illuminate\Contracts\Validation\Factory" => "validator"
"Illuminate\View\Factory" => "view"
"Illuminate\Contracts\View\Factory" => "view"
]
#extenders: []
#tags: []
#buildStack: []
+contextual: []
#reboundCallbacks: array:1 [
"request" => array:1 [
0 => Closure {#36
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#23}
parameters: {
$app: {}
$request: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5756 to 5760"
}
]
]
#globalResolvingCallbacks: []
#globalAfterResolvingCallbacks: []
#resolvingCallbacks: array:1 [
"Illuminate\Foundation\Http\FormRequest" => array:1 [
0 => Closure {#92
class: "Illuminate\Foundation\Providers\FoundationServiceProvider"
this: FoundationServiceProvider {#65}
parameters: {
$request: {
typeHint: "Illuminate\Foundation\Http\FormRequest"
}
$app: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5697 to 5700"
}
]
]
#afterResolvingCallbacks: array:1 [
"Illuminate\Contracts\Validation\ValidatesWhenResolved" => array:1 [
0 => Closure {#90
class: "Illuminate\Foundation\Providers\FoundationServiceProvider"
this: FoundationServiceProvider {#65}
parameters: {
$resolved: {
typeHint: "Illuminate\Contracts\Validation\ValidatesWhenResolved"
}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "5694 to 5696"
}
]
]
}
#defer: false
}
1 => "boot"
]
1 => []
]
}
10. Illuminate\Foundation\Application->bootProvider() ==> Illuminate\Container\Container->call(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php:1899: """
if (method_exists($provider, 'boot')) {\n
return $this->call([$provider, 'boot']);\n
}\n
"""
}
args: array:1 [
0 => array:2 [
0 => CMSServiceProvider {#86}
1 => "boot"
]
]
}
9. Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() ==> Illuminate\Foundation\Application->bootProvider(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php:1891: """
array_walk($this->serviceProviders, function ($p) {\n
$this->bootProvider($p);\n
});\n
"""
}
args: array:1 [
0 => CMSServiceProvider {#86}
]
}
8. array_walk() ==> Illuminate\Foundation\Application->Illuminate\Foundation\{closure}(): {
args: array:2 [
0 => CMSServiceProvider {#86}
1 => 13
]
}
7. Illuminate\Foundation\Application->boot() ==> array_walk(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php:1892: """
$this->bootProvider($p);\n
});\n
$this->booted = true;\n
"""
}
args: array:2 [
0 => &6 array:16 [&6]
1 => Closure {#29
class: "Illuminate\Foundation\Application"
this: Application {#3}
parameters: {
$p: {}
}
file: "/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php"
line: "1890 to 1892"
}
]
}
6. Illuminate\Foundation\Bootstrap\BootProviders->bootstrap() ==> Illuminate\Foundation\Application->boot(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php:2231: """
{\n
$app->boot();\n
}\n
"""
}
args: []
}
5. Illuminate\Foundation\Application->bootstrapWith() ==> Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php:1666: """
$this['events']->fire('bootstrapping: ' . $bootstrapper, [$this]);\n
$this->make($bootstrapper)->bootstrap($this);\n
$this['events']->fire('bootstrapped: ' . $bootstrapper, [$this]);\n
"""
}
args: array:1 [
0 => Application {#3}
]
}
4. Illuminate\Foundation\Http\Kernel->bootstrap() ==> Illuminate\Foundation\Application->bootstrapWith(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php:2412: """
if (!$this->app->hasBeenBootstrapped()) {\n
$this->app->bootstrapWith($this->bootstrappers());\n
}\n
"""
}
args: array:1 [
0 => array:7 [
0 => "Illuminate\Foundation\Bootstrap\DetectEnvironment"
1 => "Illuminate\Foundation\Bootstrap\LoadConfiguration"
2 => "Illuminate\Foundation\Bootstrap\ConfigureLogging"
3 => "Illuminate\Foundation\Bootstrap\HandleExceptions"
4 => "Illuminate\Foundation\Bootstrap\RegisterFacades"
5 => "Illuminate\Foundation\Bootstrap\RegisterProviders"
6 => "Illuminate\Foundation\Bootstrap\BootProviders"
]
]
}
3. Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter() ==> Illuminate\Foundation\Http\Kernel->bootstrap(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php:2365: """
Facade::clearResolvedInstance('request');\n
$this->bootstrap();\n
return (new Pipeline($this->app))->send($request)->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)->then($this->dispatchToRouter());\n
"""
}
args: []
}
2. Illuminate\Foundation\Http\Kernel->handle() ==> Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/bootstrap/cache/compiled.php:2350: """
$request->enableHttpMethodParameterOverride();\n
$response = $this->sendRequestThroughRouter($request);\n
} catch (Exception $e) {\n
"""
}
args: array:1 [
0 => Request {#41}
]
}
1. {main} ==> Illuminate\Foundation\Http\Kernel->handle(): {
src: {
/home/maesmediademo/technicsheireman/releases/20250507095909/public_html/index.php:67: """
$response = $kernel->handle(\n
$request = Illuminate\Http\Request::capture()\n
);\n
"""
}
args: array:1 [
0 => Request {#41}
]
}
}
}
Whoops, looks like something went wrong.