NotFoundHttpException {#99
-statusCode: 404
-headers: []
#message: ""
#code: 0
#file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php"
#line: 161
-trace: {
17. Illuminate\Routing\RouteCollection->match() ==> new Symfony\Component\HttpKernel\Exception\NotFoundHttpException(): {
src: {
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php:161: """
\n
throw new NotFoundHttpException;\n
}\n
"""
}
}
16. Illuminate\Routing\Router->findRoute() ==> Illuminate\Routing\RouteCollection->match(): {
src: {
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:821: """
{\n
$this->current = $route = $this->routes->match($request);\n
\n
"""
}
args: array:1 [
0 => Request {#40
#json: null
#convertedFiles: null
#userResolver: Closure {#100
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#36 …}
parameters: {
$guard: {
default: null
}
}
use: {
$app: Application {#3
#basePath: "/var/www/html"
#hasBeenBootstrapped: true
#booted: true
#bootingCallbacks: []
#bootedCallbacks: array:1 [
0 => Closure {#92
class: "Illuminate\Foundation\Support\Providers\RouteServiceProvider"
this: RouteServiceProvider {#79
#namespace: "App\Http\Controllers"
#app: Application {#3}
#defer: false
}
use: {
$router: Router {#24
#events: Dispatcher {#5
#container: Application {#3}
#listeners: array:1 [
"App\Events\SomeEvent" => array:1 [
0 => array:1 [
0 => Closure {#86
class: "Illuminate\Events\Dispatcher"
this: Dispatcher {#5}
use: {
$listener: "App\Listeners\EventListener"
$container: Application {#3}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
line: "345 to 349"
}
]
]
]
#wildcards: []
#sorted: array:29 [
"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" => []
"App\Providers\AppServiceProvider" => []
"App\Providers\AuthServiceProvider" => []
"App\Providers\EventServiceProvider" => []
"App\Providers\RouteServiceProvider" => []
"bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders" => []
"bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders" => []
"bootstrapped: Illuminate\Foundation\Bootstrap\BootProviders" => []
]
#firing: []
#queueResolver: Closure {#6
class: "Illuminate\Events\EventServiceProvider"
this: EventServiceProvider {#2
#app: Application {#3}
#defer: false
}
use: {
$app: Application {#3}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php"
line: "17 to 19"
}
}
#container: Application {#3}
#routes: RouteCollection {#26
#routes: array:3 [
"GET" => array:1 [
"/" => Route {#91
#uri: "/"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:6 [
"middleware" => "web"
"uses" => "App\Http\Controllers\MainController@index"
"controller" => "App\Http\Controllers\MainController@index"
"namespace" => "App\Http\Controllers"
"prefix" => null
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#107
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/"
]
]
-staticPrefix: "/"
-regex: "#^/$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#router: Router {#24}
#container: Application {#3}
}
]
"HEAD" => array:1 [
"/" => Route {#91}
]
"POST" => array:1 [
"send-mail" => Route {#93
#uri: "send-mail"
#methods: array:1 [
0 => "POST"
]
#action: array:6 [
"middleware" => "web"
"uses" => "App\Http\Controllers\MailController@sendMail"
"controller" => "App\Http\Controllers\MailController@sendMail"
"namespace" => "App\Http\Controllers"
"prefix" => null
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#106
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/send-mail"
]
]
-staticPrefix: "/send-mail"
-regex: "#^/send\-mail$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#router: Router {#24}
#container: Application {#3}
}
]
]
#allRoutes: array:2 [
"HEAD/" => Route {#91}
"POSTsend-mail" => Route {#93}
]
#nameList: []
#actionList: array:2 [
"App\Http\Controllers\MainController@index" => Route {#91}
"App\Http\Controllers\MailController@sendMail" => Route {#93}
]
}
#current: null
#currentRequest: Request {#40}
#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:2 [
"web" => array:4 [
0 => "App\Http\Middleware\EncryptCookies"
1 => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse"
2 => "Illuminate\Session\Middleware\StartSession"
3 => "Illuminate\View\Middleware\ShareErrorsFromSession"
]
"api" => array:1 [
0 => "throttle:60,1"
]
]
#binders: array:1 [
"_missing" => Closure {#27
class: "Illuminate\Routing\Router"
this: Router {#24}
parameters: {
$v: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php"
line: "115 to 117"
}
]
#patterns: []
#groupStack: []
}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Support/Providers/RouteServiceProvider.php"
line: "33 to 35"
}
]
#terminatingCallbacks: []
#serviceProviders: array:15 [
0 => EventServiceProvider {#2}
1 => RoutingServiceProvider {#7
#app: Application {#3}
#defer: false
}
2 => AuthServiceProvider {#36 …}
3 => CookieServiceProvider {#47
#app: Application {#3}
#defer: false
}
4 => DatabaseServiceProvider {#50
#app: Application {#3}
#defer: false
}
5 => EncryptionServiceProvider {#57
#app: Application {#3}
#defer: false
}
6 => FilesystemServiceProvider {#59
#app: Application {#3}
#defer: false
}
7 => FoundationServiceProvider {#64
#app: Application {#3}
#defer: false
}
8 => PaginationServiceProvider {#65
#app: Application {#3}
#defer: false
}
9 => SessionServiceProvider {#68
#app: Application {#3}
#defer: false
}
10 => ViewServiceProvider {#72
#app: Application {#3}
#defer: false
}
11 => AppServiceProvider {#76
#app: Application {#3}
#defer: false
}
12 => AuthServiceProvider {#77
#policies: array:1 [
"App\Model" => "App\Policies\ModelPolicy"
]
#app: Application {#3}
#defer: false
}
13 => EventServiceProvider {#78
#listen: array:1 [
"App\Events\SomeEvent" => array:1 [
0 => "App\Listeners\EventListener"
]
]
#subscribe: []
#app: Application {#3}
#defer: false
}
14 => RouteServiceProvider {#79}
]
#loadedProviders: array:15 [
"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
"App\Providers\AppServiceProvider" => true
"App\Providers\AuthServiceProvider" => true
"App\Providers\EventServiceProvider" => true
"App\Providers\RouteServiceProvider" => true
]
#deferredServices: array:62 [
"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"
]
#monologConfigurator: null
#databasePath: null
#storagePath: null
#environmentPath: null
#environmentFile: ".env"
#namespace: null
#resolved: array:20 [
"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
"Illuminate\Contracts\Auth\Access\Gate" => true
"url" => true
"files" => true
"Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode" => true
"App\Exceptions\Handler" => true
"Illuminate\Contracts\Debug\ExceptionHandler" => true
]
#bindings: array:33 [
"events" => array:2 [
"concrete" => Closure {#4
class: "Illuminate\Events\EventServiceProvider"
this: EventServiceProvider {#2}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php"
line: "16 to 20"
}
"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: "/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
line: "38 to 40"
}
$object: Router {#24}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "282 to 293"
}
"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: "/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
line: "50 to 76"
}
$object: UrlGenerator {#87
#routes: RouteCollection {#26}
#request: Request {#40}
#forcedRoot: null
#forceSchema: null
#cachedRoot: null
#cachedSchema: null
#rootNamespace: "App\Http\Controllers"
#sessionResolver: Closure {#88
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
line: "64 to 66"
}
#dontEncode: array:14 [
"%2F" => "/"
"%40" => "@"
"%3A" => ":"
"%3B" => ";"
"%2C" => ","
"%3D" => "="
"%2B" => "+"
"%21" => "!"
"%2A" => "*"
"%7C" => "|"
"%3F" => "?"
"%26" => "&"
"%23" => "#"
"%25" => "%"
]
}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "282 to 293"
}
"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: "/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
line: "98 to 109"
}
$object: null
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "282 to 293"
}
"shared" => false
]
"Psr\Http\Message\ServerRequestInterface" => array:2 [
"concrete" => Closure {#14
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
line: "119 to 121"
}
"shared" => false
]
"Psr\Http\Message\ResponseInterface" => array:2 [
"concrete" => Closure {#15
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
line: "131 to 133"
}
"shared" => false
]
"Illuminate\Contracts\Routing\ResponseFactory" => array:2 [
"concrete" => Closure {#16
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
line: "143 to 145"
}
"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: "/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "227 to 231"
}
"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: "/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "227 to 231"
}
"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: "/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "227 to 231"
}
"shared" => true
]
"env" => array:2 [
"concrete" => Closure {#28
class: "Illuminate\Container\Container"
this: Application {#3}
use: {
$value: "production"
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "1194 to 1196"
}
"shared" => false
]
"auth" => array:2 [
"concrete" => Closure {#37
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#36 …}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
line: "35 to 42"
}
"shared" => true
]
"auth.driver" => array:2 [
"concrete" => Closure {#38
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#36 …}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
line: "44 to 46"
}
"shared" => true
]
"Illuminate\Contracts\Auth\Authenticatable" => array:2 [
"concrete" => Closure {#34
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#36 …}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
line: "57 to 59"
}
"shared" => false
]
"Illuminate\Contracts\Auth\Access\Gate" => array:2 [
"concrete" => Closure {#33
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#36 …}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
line: "70 to 74"
}
"shared" => true
]
"cookie" => array:2 [
"concrete" => Closure {#49
class: "Illuminate\Cookie\CookieServiceProvider"
this: CookieServiceProvider {#47}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/CookieServiceProvider.php"
line: "16 to 20"
}
"shared" => true
]
"Faker\Generator" => array:2 [
"concrete" => Closure {#51
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#50}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
line: "66 to 68"
}
"shared" => true
]
"Illuminate\Database\Eloquent\Factory" => array:2 [
"concrete" => Closure {#52
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#50}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
line: "70 to 74"
}
"shared" => true
]
"Illuminate\Contracts\Queue\EntityResolver" => array:2 [
"concrete" => Closure {#53
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#50}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
line: "84 to 86"
}
"shared" => true
]
"db.factory" => array:2 [
"concrete" => Closure {#54
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#50}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
line: "43 to 45"
}
"shared" => true
]
"db" => array:2 [
"concrete" => Closure {#55
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#50}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
line: "50 to 52"
}
"shared" => true
]
"db.connection" => array:2 [
"concrete" => Closure {#56
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#50}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
line: "54 to 56"
}
"shared" => false
]
"encrypter" => array:2 [
"concrete" => Closure {#58
class: "Illuminate\Encryption\EncryptionServiceProvider"
this: EncryptionServiceProvider {#57}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php"
line: "18 to 26"
}
"shared" => true
]
"files" => array:2 [
"concrete" => Closure {#60
class: "Illuminate\Filesystem\FilesystemServiceProvider"
this: FilesystemServiceProvider {#59}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
line: "28 to 30"
}
"shared" => true
]
"filesystem" => array:2 [
"concrete" => Closure {#61
class: "Illuminate\Filesystem\FilesystemServiceProvider"
this: FilesystemServiceProvider {#59}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
line: "58 to 60"
}
"shared" => true
]
"filesystem.disk" => array:2 [
"concrete" => Closure {#62
class: "Illuminate\Filesystem\FilesystemServiceProvider"
this: FilesystemServiceProvider {#59}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
line: "42 to 44"
}
"shared" => true
]
"filesystem.cloud" => array:2 [
"concrete" => Closure {#63
class: "Illuminate\Filesystem\FilesystemServiceProvider"
this: FilesystemServiceProvider {#59}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
line: "46 to 48"
}
"shared" => true
]
"session" => array:2 [
"concrete" => Closure {#69
class: "Illuminate\Session\SessionServiceProvider"
this: SessionServiceProvider {#68}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Session/SessionServiceProvider.php"
line: "30 to 32"
}
"shared" => true
]
"session.store" => array:2 [
"concrete" => Closure {#70
class: "Illuminate\Session\SessionServiceProvider"
this: SessionServiceProvider {#68}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Session/SessionServiceProvider.php"
line: "42 to 49"
}
"shared" => true
]
"Illuminate\Session\Middleware\StartSession" => array:2 [
"concrete" => Closure {#71
class: "Illuminate\Container\Container"
this: Application {#3}
parameters: {
$c: {}
$parameters: {
default: []
}
}
use: {
$abstract: "Illuminate\Session\Middleware\StartSession"
$concrete: "Illuminate\Session\Middleware\StartSession"
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "227 to 231"
}
"shared" => true
]
"view.engine.resolver" => array:2 [
"concrete" => Closure {#73
class: "Illuminate\View\ViewServiceProvider"
this: ViewServiceProvider {#72}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
line: "34 to 45"
}
"shared" => true
]
"view.finder" => array:2 [
"concrete" => Closure {#74
class: "Illuminate\View\ViewServiceProvider"
this: ViewServiceProvider {#72}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
line: "92 to 96"
}
"shared" => false
]
"view" => array:2 [
"concrete" => Closure {#75
class: "Illuminate\View\ViewServiceProvider"
this: ViewServiceProvider {#72}
parameters: {
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
line: "106 to 124"
}
"shared" => true
]
]
#instances: array:21 [
"app" => Application {#3}
"Illuminate\Container\Container" => Application {#3}
"events" => Dispatcher {#5}
"path" => "/var/www/html/app"
"path.base" => "/var/www/html"
"path.lang" => "/var/www/html/resources/lang"
"path.config" => "/var/www/html/config"
"path.public" => "/var/www/html/public"
"path.storage" => "/var/www/html/storage"
"path.database" => "/var/www/html/database"
"path.bootstrap" => "/var/www/html/bootstrap"
"Illuminate\Contracts\Http\Kernel" => Kernel {#25 …}
"request" => Request {#40}
"config" => Repository {#23
#items: array:12 [
"app" => array:11 [
"env" => "production"
"debug" => false
"url" => "http://localhost"
"timezone" => "UTC"
"locale" => "en"
"fallback_locale" => "en"
"key" => "base64:FOX9uDnoADn9bzqaDdYRGLunvxSS4a1MT7Zn+lLH5fw="
"cipher" => "AES-256-CBC"
"log" => "single"
"providers" => array:25 [
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 => "App\Providers\AppServiceProvider"
22 => "App\Providers\AuthServiceProvider"
23 => "App\Providers\EventServiceProvider"
24 => "App\Providers\RouteServiceProvider"
]
"aliases" => array:30 [
"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"
]
]
"auth" => array:4 [
"defaults" => array:2 [
"guard" => "web"
"passwords" => "users"
]
"guards" => array:2 [
"web" => array:2 [
"driver" => "session"
"provider" => "users"
]
"api" => array:2 [
"driver" => "token"
"provider" => "users"
]
]
"providers" => array:1 [
"users" => array:2 [
"driver" => "eloquent"
"model" => "App\User"
]
]
"passwords" => array:1 [
"users" => array:4 [
"provider" => "users"
"email" => "auth.emails.password"
"table" => "password_resets"
"expire" => 60
]
]
]
"queue" => array:3 [
"default" => "sync"
"connections" => array:5 [
"sync" => array:1 [
"driver" => "sync"
]
"database" => array:4 [
"driver" => "database"
"table" => "jobs"
"queue" => "default"
"expire" => 60
]
"beanstalkd" => array:4 [
"driver" => "beanstalkd"
"host" => "localhost"
"queue" => "default"
"ttr" => 60
]
"sqs" => array:6 [
"driver" => "sqs"
"key" => "your-public-key"
"secret" => "your-secret-key"
"prefix" => "https://sqs.us-east-1.amazonaws.com/your-account-id"
"queue" => "your-queue-name"
"region" => "us-east-1"
]
"redis" => array:4 [
"driver" => "redis"
"connection" => "default"
"queue" => "default"
"expire" => 60
]
]
"failed" => array:2 [
"database" => "mysql"
"table" => "failed_jobs"
]
]
"compile" => array:2 [
"files" => []
"providers" => []
]
"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" => "/var/www/html/storage/framework/cache"
]
"memcached" => array:2 [
"driver" => "memcached"
"servers" => array:1 [
0 => array:3 [
"host" => "127.0.0.1"
"port" => 11211
"weight" => 100
]
]
]
"redis" => array:2 [
"driver" => "redis"
"connection" => "default"
]
]
"prefix" => "laravel"
]
"database" => array:5 [
"fetch" => 8
"default" => "mysql"
"connections" => array:3 [
"sqlite" => array:3 [
"driver" => "sqlite"
"database" => "/var/www/html/database/database.sqlite"
"prefix" => ""
]
"mysql" => array:11 [
"driver" => "mysql"
"host" => "localhost"
"port" => "3306"
"database" => "forge"
"username" => "forge"
"password" => ""
"charset" => "utf8"
"collation" => "utf8_unicode_ci"
"prefix" => ""
"strict" => false
"engine" => null
]
"pgsql" => array:9 [
"driver" => "pgsql"
"host" => "localhost"
"port" => "5432"
"database" => "forge"
"username" => "forge"
"password" => ""
"charset" => "utf8"
"prefix" => ""
"schema" => "public"
]
]
"migrations" => "migrations"
"redis" => array:2 [
"cluster" => false
"default" => array:4 [
"host" => "localhost"
"password" => null
"port" => 6379
"database" => 0
]
]
]
"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
]
]
"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"
]
]
]
"session" => array:13 [
"driver" => "file"
"lifetime" => 120
"expire_on_close" => false
"encrypt" => false
"files" => "/var/www/html/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
]
"filesystems" => array:3 [
"default" => "local"
"cloud" => "s3"
"disks" => array:3 [
"local" => array:2 [
"driver" => "local"
"root" => "/var/www/html/storage/app"
]
"public" => array:3 [
"driver" => "local"
"root" => "/var/www/html/storage/app/public"
"visibility" => "public"
]
"s3" => array:5 [
"driver" => "s3"
"key" => "your-key"
"secret" => "your-secret"
"region" => "your-region"
"bucket" => "your-bucket"
]
]
]
"view" => array:2 [
"paths" => array:1 [
0 => "/var/www/html/resources/views"
]
"compiled" => "/var/www/html/storage/framework/views"
]
"mail" => array:8 [
"driver" => "smtp"
"host" => "smtp.yandex.com.tr"
"port" => 465
"from" => array:2 [
"address" => null
"name" => null
]
"encryption" => "ssl"
"username" => "info@soramuhendislik.com"
"password" => "124874Sora!"
"sendmail" => "/usr/sbin/sendmail -bs"
]
]
}
"log" => Writer {#41
#monolog: Logger {#29
#name: "production"
#handlers: array:1 [
0 => StreamHandler {#30
#stream: null
#url: "/var/www/html/storage/logs/laravel.log"
-errorMessage: null
#filePermission: null
#useLocking: false
-dirCreated: null
#level: 100
#bubble: true
#formatter: LineFormatter {#21
#format: "[%datetime%] %channel%.%level_name%: %message% %context% %extra%\n"
#allowInlineLineBreaks: true
#ignoreEmptyContextAndExtra: true
#includeStacktraces: null
#dateFormat: "Y-m-d H:i:s"
}
#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 {#80
#container: Application {#3}
}
"db" => DatabaseManager {#39
#app: Application {#3}
#factory: ConnectionFactory {#80}
#connections: []
#extensions: []
}
"Illuminate\Contracts\Auth\Access\Gate" => Gate {#84
#container: Application {#3}
#userResolver: Closure {#85
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#36 …}
use: {
$app: Application {#3}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
line: "71 to 73"
}
#abilities: []
#policies: array:1 [
"App\Model" => "App\Policies\ModelPolicy"
]
#beforeCallbacks: []
#afterCallbacks: []
}
"routes" => RouteCollection {#26}
"files" => Filesystem {#90}
"Illuminate\Contracts\Debug\ExceptionHandler" => Handler {#110
#dontReport: array:4 [
0 => "Illuminate\Auth\Access\AuthorizationException"
1 => "Symfony\Component\HttpKernel\Exception\HttpException"
2 => "Illuminate\Database\Eloquent\ModelNotFoundException"
3 => "Illuminate\Validation\ValidationException"
]
#log: Writer {#41}
}
]
#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:2 [
"request" => array:2 [
0 => Closure {#35
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#36 …}
parameters: {
$app: {}
$request: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
line: "84 to 88"
}
1 => Closure {#82
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: {
$app: {}
$request: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
line: "86 to 88"
}
]
"routes" => array:1 [
0 => Closure {#89
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: {
$app: {}
$routes: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
line: "71 to 73"
}
]
]
#globalResolvingCallbacks: []
#globalAfterResolvingCallbacks: []
#resolvingCallbacks: array:1 [
"Illuminate\Foundation\Http\FormRequest" => array:1 [
0 => Closure {#83
class: "Illuminate\Foundation\Providers\FoundationServiceProvider"
this: FoundationServiceProvider {#64}
parameters: {
$request: {
typeHint: "Illuminate\Foundation\Http\FormRequest"
}
$app: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Providers/FoundationServiceProvider.php"
line: "44 to 48"
}
]
]
#afterResolvingCallbacks: array:1 [
"Illuminate\Contracts\Validation\ValidatesWhenResolved" => array:1 [
0 => Closure {#81
class: "Illuminate\Foundation\Providers\FoundationServiceProvider"
this: FoundationServiceProvider {#64}
parameters: {
$resolved: {
typeHint: "Illuminate\Contracts\Validation\ValidatesWhenResolved"
}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Providers/FoundationServiceProvider.php"
line: "40 to 42"
}
]
]
}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
line: "85 to 87"
}
#routeResolver: null
+attributes: ParameterBag {#42
#parameters: []
}
+request: ParameterBag {#48
#parameters: []
}
+query: ParameterBag {#48}
+server: ServerBag {#45
#parameters: array:29 [
"USER" => "www-data"
"HOME" => "/var/www"
"HTTP_HOST" => "soramuhendislik.com"
"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" => "*/*"
"REDIRECT_STATUS" => "200"
"SERVER_NAME" => "soramuhendislik.com"
"SERVER_PORT" => "80"
"SERVER_ADDR" => "46.101.236.50"
"REMOTE_PORT" => "4381"
"REMOTE_ADDR" => "13.59.210.36"
"SERVER_SOFTWARE" => "nginx/1.10.3"
"GATEWAY_INTERFACE" => "CGI/1.1"
"REQUEST_SCHEME" => "http"
"SERVER_PROTOCOL" => "HTTP/1.1"
"DOCUMENT_ROOT" => "/var/www/html/public"
"DOCUMENT_URI" => "/index.php"
"REQUEST_URI" => "/sitemap.xml"
"SCRIPT_NAME" => "/index.php"
"CONTENT_LENGTH" => ""
"CONTENT_TYPE" => ""
"REQUEST_METHOD" => "GET"
"QUERY_STRING" => ""
"SCRIPT_FILENAME" => "/var/www/html/public/index.php"
"FCGI_ROLE" => "RESPONDER"
"PHP_SELF" => "/index.php"
"REQUEST_TIME_FLOAT" => 1744738338.1807
"REQUEST_TIME" => 1744738338
]
}
+files: FileBag {#44
#parameters: []
}
+cookies: ParameterBag {#43
#parameters: []
}
+headers: HeaderBag {#46
#headers: array:6 [
"host" => array:1 [
0 => "soramuhendislik.com"
]
"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 => "*/*"
]
"content-length" => array:1 [
0 => ""
]
"content-type" => array:1 [
0 => ""
]
]
#cacheControl: []
}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: null
#pathInfo: "/sitemap.xml"
#requestUri: "/sitemap.xml"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: null
#locale: null
#defaultLocale: "en"
}
]
}
15. Illuminate\Routing\Router->dispatchToRoute() ==> Illuminate\Routing\Router->findRoute(): {
src: {
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:691: """
// receive access to this route instance for checking of the parameters.\n
$route = $this->findRoute($request);\n
\n
"""
}
args: array:1 [
0 => Request {#40}
]
}
14. Illuminate\Routing\Router->dispatch() ==> Illuminate\Routing\Router->dispatchToRoute(): {
src: {
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:675: """
\n
$response = $this->dispatchToRoute($request);\n
\n
"""
}
args: array:1 [
0 => Request {#40}
]
}
13. Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}() ==> Illuminate\Routing\Router->dispatch(): {
src: {
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:246: """
\n
return $this->router->dispatch($request);\n
};\n
"""
}
args: array:1 [
0 => Request {#40}
]
}
12. call_user_func() ==> Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(): {
args: array:1 [
0 => Request {#40}
]
}
11. Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}() ==> call_user_func(): {
src: {
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:52: """
try {\n
return call_user_func($destination, $passable);\n
} catch (Exception $e) {\n
"""
}
args: array:2 [
0 => Closure {#32
class: "Illuminate\Foundation\Http\Kernel"
this: Kernel {#25 …}
parameters: {
$request: {}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php"
line: "243 to 247"
}
1 => Request {#40}
]
}
10. Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle() ==> Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(): {
src: {
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:44: """
\n
return $next($request);\n
}\n
"""
}
args: array:1 [
0 => Request {#40}
]
}
9. call_user_func_array() ==> Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(): {
args: array:2 [
0 => Request {#40}
1 => Closure {#94
class: "Illuminate\Routing\Pipeline"
this: Pipeline {#20 …}
parameters: {
$passable: {}
}
use: {
$destination: Closure {#32}
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php"
line: "50 to 58"
}
]
}
8. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() ==> call_user_func_array(): {
src: {
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:136: """
\n
return call_user_func_array([$pipe, $this->method], $parameters);\n
};\n
"""
}
args: array:2 [
0 => array:2 [
0 => CheckForMaintenanceMode {#101
#app: Application {#3}
}
1 => "handle"
]
1 => array:2 [
0 => Request {#40}
1 => Closure {#94}
]
]
}
7. call_user_func() ==> Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(): {
args: array:1 [
0 => Request {#40}
]
}
6. Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}() ==> call_user_func(): {
src: {
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32: """
\n
return call_user_func($slice($stack, $pipe), $passable);\n
} catch (Exception $e) {\n
"""
}
args: array:2 [
0 => Closure {#97
class: "Illuminate\Pipeline\Pipeline"
this: Pipeline {#20 …}
parameters: {
$passable: {}
}
use: {
$stack: Closure {#94}
$pipe: "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode"
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
line: "114 to 137"
}
1 => Request {#40}
]
}
5. call_user_func() ==> Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(): {
args: array:1 [
0 => Request {#40}
]
}
4. Illuminate\Pipeline\Pipeline->then() ==> call_user_func(): {
src: {
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:102: """
return call_user_func(\n
array_reduce($pipes, $this->getSlice(), $firstSlice), $this->passable\n
);\n
"""
}
args: array:2 [
0 => Closure {#96
class: "Illuminate\Routing\Pipeline"
this: Pipeline {#20 …}
parameters: {
$passable: {}
}
use: {
$stack: Closure {#94}
$pipe: "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode"
}
file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php"
line: "28 to 38"
}
1 => Request {#40}
]
}
3. Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter() ==> Illuminate\Pipeline\Pipeline->then(): {
src: {
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:132: """
->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)\n
->then($this->dispatchToRouter());\n
}\n
"""
}
args: array:1 [
0 => Closure {#32}
]
}
2. Illuminate\Foundation\Http\Kernel->handle() ==> Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(): {
src: {
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:99: """
\n
$response = $this->sendRequestThroughRouter($request);\n
} catch (Exception $e) {\n
"""
}
args: array:1 [
0 => Request {#40}
]
}
1. {main} ==> Illuminate\Foundation\Http\Kernel->handle(): {
src: {
/var/www/html/public/index.php:53: """
$response = $kernel->handle(\n
$request = Illuminate\Http\Request::capture()\n
);\n
"""
}
args: array:1 [
0 => Request {#40}
]
}
}
}