NotFoundHttpException {#174
-statusCode: 404
-headers: []
#message: ""
#code: 0
#file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php"
#line: 161
-trace: array:30 [
0 => array:3 [
"call" => "Illuminate\Routing\RouteCollection->match()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:754"
"args" => array:1 [
0 => Request {#39
#json: null
#userResolver: Closure {#184
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#40 …}
use: array:1 [
"$app" => Application {#2
#basePath: "/var/www/f_gate/public_html"
#hasBeenBootstrapped: true
#booted: true
#bootingCallbacks: array:1 [
0 => Closure {#152
class: "Illuminate\Foundation\Application"
this: Application {#2}
use: array:1 [
"$instance" => TranslationServiceProvider {#140
#defer: true
#app: Application {#2}
}
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
line: "651 to 653"
}
]
#bootedCallbacks: array:1 [
0 => Closure {#104
class: "Illuminate\Foundation\Support\Providers\RouteServiceProvider"
this: RouteServiceProvider {#87
#namespace: "FrontGate\Http\Controllers"
#app: Application {#2}
#defer: false
}
use: array:1 [
"$router" => Router {#24
#events: Dispatcher {#5
#container: Application {#2}
#listeners: array:2 [
"router.matched" => array:1 [
0 => array:1 [
0 => Closure {#94
class: "Illuminate\Foundation\Providers\FormRequestServiceProvider"
this: FormRequestServiceProvider {#68
#app: Application {#2}
#defer: false
}
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Providers/FormRequestServiceProvider.php"
line: "28 to 35"
}
]
]
"FrontGate\Events\SomeEvent" => array:1 [
0 => array:1 [
0 => Closure {#98
class: "Illuminate\Events\Dispatcher"
this: Dispatcher {#5}
use: array:2 [ …2]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
line: "345 to 349"
}
]
]
]
#wildcards: []
#sorted: array:36 [
"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\Routing\ControllerServiceProvider" => []
"Illuminate\Cookie\CookieServiceProvider" => []
"Illuminate\Database\DatabaseServiceProvider" => []
"Illuminate\Encryption\EncryptionServiceProvider" => []
"Illuminate\Filesystem\FilesystemServiceProvider" => []
"Illuminate\Foundation\Providers\FormRequestServiceProvider" => []
"Illuminate\Foundation\Providers\FoundationServiceProvider" => []
"Illuminate\Pagination\PaginationServiceProvider" => []
"Illuminate\Session\SessionServiceProvider" => []
"Illuminate\Validation\ValidationServiceProvider" => []
"Illuminate\View\ViewServiceProvider" => []
"FrontGate\Providers\AppServiceProvider" => []
"FrontGate\Providers\AuthServiceProvider" => []
"FrontGate\Providers\EventServiceProvider" => []
"FrontGate\Providers\RouteServiceProvider" => []
"FrontGate\Providers\v1\ValidationServiceProvider" => []
"Intervention\Image\ImageServiceProvider" => []
"bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders" => []
"bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders" => []
"Illuminate\Translation\TranslationServiceProvider" => []
"bootstrapped: Illuminate\Foundation\Bootstrap\BootProviders" => []
"router.before" => []
]
#firing: []
#queueResolver: Closure {#6
class: "Illuminate\Events\EventServiceProvider"
this: EventServiceProvider {#3
#app: Application {#2}
#defer: false
}
use: array:1 [
"$app" => Application {#2}
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php"
line: "17 to 19"
}
}
#container: Application {#2}
#routes: RouteCollection {#26
#routes: array:3 [
"GET" => array:31 [
"/" => Route {#103
#uri: "/"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:5 [
"uses" => "FrontGate\Http\Controllers\v1\Front\IndexController@index"
"controller" => "FrontGate\Http\Controllers\v1\Front\IndexController@index"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => null
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#221
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/"
-regex: "#^/$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"payment/active" => Route {#109
#uri: "payment/active"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:5 [
"uses" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@active"
"controller" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@active"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/payment"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#190
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/payment/active"
-regex: "#^/payment/active$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"help/howtopay" => Route {#111
#uri: "help/howtopay"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:5 [
"uses" => "FrontGate\Http\Controllers\v1\Front\HelpController@howtopay"
"controller" => "FrontGate\Http\Controllers\v1\Front\HelpController@howtopay"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/help"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#186
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/help/howtopay"
-regex: "#^/help/howtopay$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"help/howtoget" => Route {#112
#uri: "help/howtoget"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:5 [
"uses" => "FrontGate\Http\Controllers\v1\Front\HelpController@howtoget"
"controller" => "FrontGate\Http\Controllers\v1\Front\HelpController@howtoget"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/help"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#191
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/help/howtoget"
-regex: "#^/help/howtoget$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"help/howtouse" => Route {#113
#uri: "help/howtouse"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:5 [
"uses" => "FrontGate\Http\Controllers\v1\Front\HelpController@howtouse"
"controller" => "FrontGate\Http\Controllers\v1\Front\HelpController@howtouse"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/help"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#192
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/help/howtouse"
-regex: "#^/help/howtouse$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"help/paysystems" => Route {#114
#uri: "help/paysystems"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:5 [
"uses" => "FrontGate\Http\Controllers\v1\Front\HelpController@paysystems"
"controller" => "FrontGate\Http\Controllers\v1\Front\HelpController@paysystems"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/help"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#193
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/help/paysystems"
-regex: "#^/help/paysystems$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"help/refund" => Route {#115
#uri: "help/refund"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:5 [
"uses" => "FrontGate\Http\Controllers\v1\Front\HelpController@refund"
"controller" => "FrontGate\Http\Controllers\v1\Front\HelpController@refund"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/help"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#194
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/help/refund"
-regex: "#^/help/refund$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"help/feedback" => Route {#116
#uri: "help/feedback"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:5 [
"uses" => "FrontGate\Http\Controllers\v1\Front\HelpController@feedback"
"controller" => "FrontGate\Http\Controllers\v1\Front\HelpController@feedback"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/help"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#195
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/help/feedback"
-regex: "#^/help/feedback$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"test/send" => Route {#106
#uri: "test/send"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:5 [
"uses" => "FrontGate\Http\Controllers\v1\TestController@send"
"controller" => "FrontGate\Http\Controllers\v1\TestController@send"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => null
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#196
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/test/send"
-regex: "#^/test/send$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"api/paysystems" => Route {#120
#uri: "api/paysystems"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:6 [
"middleware" => "auth.api"
"uses" => "FrontGate\Http\Controllers\v1\AstraPaymentController@get_paysystems"
"controller" => "FrontGate\Http\Controllers\v1\AstraPaymentController@get_paysystems"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/api"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#197
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/api/paysystems"
-regex: "#^/api/paysystems$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"api/payments" => Route {#122
#uri: "api/payments"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:6 [
"middleware" => "auth.api"
"uses" => "FrontGate\Http\Controllers\v1\Pay\PayController@enter_data"
"controller" => "FrontGate\Http\Controllers\v1\Pay\PayController@enter_data"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/api"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#198
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/api/payments"
-regex: "#^/api/payments$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"api/testpay" => Route {#124
#uri: "api/testpay"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:6 [
"middleware" => "auth.api"
"uses" => "FrontGate\Http\Controllers\v1\AstraPaymentController@test_pay"
"controller" => "FrontGate\Http\Controllers\v1\AstraPaymentController@test_pay"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/api"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#199
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/api/testpay"
-regex: "#^/api/testpay$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"api/pay/paysystem" => Route {#127
#uri: "api/pay/paysystem"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:6 [
"middleware" => "v1.access.merchant.ip"
"uses" => "FrontGate\Http\Controllers\v1\Pay\PaysystemController@index"
"controller" => "FrontGate\Http\Controllers\v1\Pay\PaysystemController@index"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "api/pay/paysystem"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#200
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/api/pay/paysystem"
-regex: "#^/api/pay/paysystem$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"api/pay" => Route {#128
#uri: "api/pay"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:6 [
"middleware" => "v1.exist.pay"
"uses" => "FrontGate\Http\Controllers\v1\Pay\PayController@enter_data"
"controller" => "FrontGate\Http\Controllers\v1\Pay\PayController@enter_data"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "api/pay"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#201
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/api/pay"
-regex: "#^/api/pay$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"api/pay/inner" => Route {#130
#uri: "api/pay/inner"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:6 [
"middleware" => array:2 [ …2]
"uses" => "FrontGate\Http\Controllers\v1\Pay\PayController@inner"
"controller" => "FrontGate\Http\Controllers\v1\Pay\PayController@inner"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "api/pay"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#202
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/api/pay/inner"
-regex: "#^/api/pay/inner$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"api/panel/directories" => Route {#131
#uri: "api/panel/directories"
#methods: array:2 [
0 => "GET"
1 => "HEAD"
]
#action: array:6 [
"middleware" => "v1.access.front"
"uses" => "FrontGate\Http\Controllers\v1\Front\PanelController@get_list"
"controller" => "FrontGate\Http\Controllers\v1\Front\PanelController@get_list"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "api/panel"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#203
-variables: []
…7
}
#container: Application {#2}
}
"pay/limit" => Route {#119
#uri: "pay/limit"
#methods: array:2 [ …2]
#action: array:5 [ …5]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#204 …8}
#container: Application {#2}
}
"pay/fail" => Route {#125
#uri: "pay/fail"
#methods: array:2 [ …2]
#action: array:5 [ …5]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#205 …8}
#container: Application {#2}
}
"pay/error" => Route {#132
#uri: "pay/error"
#methods: array:2 [ …2]
#action: array:5 [ …5]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#206 …8}
#container: Application {#2}
}
"pay/inner/acard" => Route {#136
#uri: "pay/inner/acard"
#methods: array:2 [ …2]
#action: array:6 [ …6]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#207 …8}
#container: Application {#2}
}
"pay/inner/acard_altegronet" => Route {#138
#uri: "pay/inner/acard_altegronet"
#methods: array:2 [ …2]
#action: array:6 [ …6]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#208 …8}
#container: Application {#2}
}
"pay/inner/terminal/{label}" => Route {#134
#uri: "pay/inner/terminal/{label}"
#methods: array:2 [ …2]
#action: array:5 [ …5]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#209 …8}
#container: Application {#2}
}
"pay/inner/mobimoney" => Route {#135
#uri: "pay/inner/mobimoney"
#methods: array:2 [ …2]
#action: array:5 [ …5]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#210 …8}
#container: Application {#2}
}
"pay/inner/bank_statement" => Route {#141
#uri: "pay/inner/bank_statement"
#methods: array:2 [ …2]
#action: array:5 [ …5]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#211 …8}
#container: Application {#2}
}
"pay/inner/bank_statement/download" => Route {#142
#uri: "pay/inner/bank_statement/download"
#methods: array:2 [ …2]
#action: array:5 [ …5]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#212 …8}
#container: Application {#2}
}
"pay/inner/prepayment_bank_statement/check_user" => Route {#143
#uri: "pay/inner/prepayment_bank_statement/check_user"
#methods: array:2 [ …2]
#action: array:5 [ …5]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#213 …8}
#container: Application {#2}
}
"pay/inner/prepayment_bank_statement/inn" => Route {#144
#uri: "pay/inner/prepayment_bank_statement/inn"
#methods: array:2 [ …2]
#action: array:5 [ …5]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#214 …8}
#container: Application {#2}
}
"pay/inner/prepayment_bank_statement/enter" => Route {#146
#uri: "pay/inner/prepayment_bank_statement/enter"
#methods: array:2 [ …2]
#action: array:5 [ …5]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#215 …8}
#container: Application {#2}
}
"pay/inner/prepayment_bank_statement" => Route {#148
#uri: "pay/inner/prepayment_bank_statement"
#methods: array:2 [ …2]
#action: array:5 [ …5]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#216 …8}
#container: Application {#2}
}
"pay/inner/prepayment_bank_statement/download" => Route {#149
#uri: "pay/inner/prepayment_bank_statement/download"
#methods: array:2 [ …2]
#action: array:5 [ …5]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#217 …8}
#container: Application {#2}
}
"pay/terminal/{id}" => Route {#133
#uri: "pay/terminal/{id}"
#methods: array:2 [ …2]
#action: array:5 [ …5]
#defaults: []
#wheres: array:1 [ …1]
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#218 …8}
#container: Application {#2}
}
]
"HEAD" => array:31 [
"/" => Route {#103}
"payment/active" => Route {#109}
"help/howtopay" => Route {#111}
"help/howtoget" => Route {#112}
"help/howtouse" => Route {#113}
"help/paysystems" => Route {#114}
"help/refund" => Route {#115}
"help/feedback" => Route {#116}
"test/send" => Route {#106}
"api/paysystems" => Route {#120}
"api/payments" => Route {#122}
"api/testpay" => Route {#124}
"api/pay/paysystem" => Route {#127}
"api/pay" => Route {#128}
"api/pay/inner" => Route {#130}
"api/panel/directories" => Route {#131}
"pay/limit" => Route {#119}
"pay/fail" => Route {#125}
"pay/error" => Route {#132}
"pay/inner/acard" => Route {#136}
"pay/inner/acard_altegronet" => Route {#138}
"pay/inner/terminal/{label}" => Route {#134}
"pay/inner/mobimoney" => Route {#135}
"pay/inner/bank_statement" => Route {#141}
"pay/inner/bank_statement/download" => Route {#142}
"pay/inner/prepayment_bank_statement/check_user" => Route {#143}
"pay/inner/prepayment_bank_statement/inn" => Route {#144}
"pay/inner/prepayment_bank_statement/enter" => Route {#146}
"pay/inner/prepayment_bank_statement" => Route {#148}
"pay/inner/prepayment_bank_statement/download" => Route {#149}
"pay/terminal/{id}" => Route {#133}
]
"POST" => array:13 [
"payment/stage1/{id}" => Route {#107
#uri: "payment/stage1/{id}"
#methods: array:1 [
0 => "POST"
]
#action: array:5 [
"uses" => "FrontGate\Http\Controllers\v1\Front\PaymentController@stage1"
"controller" => "FrontGate\Http\Controllers\v1\Front\PaymentController@stage1"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/payment"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#219
-variables: array:1 [ …1]
-tokens: array:2 [ …2]
-staticPrefix: "/payment/stage1"
-regex: "#^/payment/stage1/(?P<id>[^/]++)$#s"
-pathVariables: array:1 [ …1]
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"payment/stage2/{id}" => Route {#108
#uri: "payment/stage2/{id}"
#methods: array:1 [
0 => "POST"
]
#action: array:5 [
"uses" => "FrontGate\Http\Controllers\v1\Front\PaymentController@stage2"
"controller" => "FrontGate\Http\Controllers\v1\Front\PaymentController@stage2"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/payment"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#222
-variables: array:1 [ …1]
-tokens: array:2 [ …2]
-staticPrefix: "/payment/stage2"
-regex: "#^/payment/stage2/(?P<id>[^/]++)$#s"
-pathVariables: array:1 [ …1]
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"payment/card_check" => Route {#110
#uri: "payment/card_check"
#methods: array:1 [
0 => "POST"
]
#action: array:5 [
"uses" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@card_check"
"controller" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@card_check"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/payment"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#223
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/payment/card_check"
-regex: "#^/payment/card_check$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"help/feedback" => Route {#117
#uri: "help/feedback"
#methods: array:1 [
0 => "POST"
]
#action: array:5 [
"uses" => "FrontGate\Http\Controllers\v1\Front\HelpController@send_feedback"
"controller" => "FrontGate\Http\Controllers\v1\Front\HelpController@send_feedback"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/help"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#224
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/help/feedback"
-regex: "#^/help/feedback$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"api/test" => Route {#105
#uri: "api/test"
#methods: array:1 [
0 => "POST"
]
#action: array:5 [
"uses" => "FrontGate\Http\Controllers\v1\TestController@index"
"controller" => "FrontGate\Http\Controllers\v1\TestController@index"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => null
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#225
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/api/test"
-regex: "#^/api/test$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"api/payments" => Route {#121
#uri: "api/payments"
#methods: array:1 [
0 => "POST"
]
#action: array:6 [
"middleware" => "auth.api"
"uses" => "FrontGate\Http\Controllers\v1\Pay\PayController@get_data"
"controller" => "FrontGate\Http\Controllers\v1\Pay\PayController@get_data"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/api"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#226
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/api/payments"
-regex: "#^/api/payments$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"api/testpay" => Route {#123
#uri: "api/testpay"
#methods: array:1 [
0 => "POST"
]
#action: array:6 [
"middleware" => "auth.api"
"uses" => "FrontGate\Http\Controllers\v1\AstraPaymentController@test_pay"
"controller" => "FrontGate\Http\Controllers\v1\AstraPaymentController@test_pay"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "/api"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#227
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/api/testpay"
-regex: "#^/api/testpay$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"api/pay" => Route {#126
#uri: "api/pay"
#methods: array:1 [
0 => "POST"
]
#action: array:6 [
"middleware" => "v1.exist.pay"
"uses" => "FrontGate\Http\Controllers\v1\Pay\PayController@get_data"
"controller" => "FrontGate\Http\Controllers\v1\Pay\PayController@get_data"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "api/pay"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#228
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/api/pay"
-regex: "#^/api/pay$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"api/pay/check" => Route {#129
#uri: "api/pay/check"
#methods: array:1 [
0 => "POST"
]
#action: array:6 [
"middleware" => "v1.access.front"
"uses" => "FrontGate\Http\Controllers\v1\Pay\PayController@check"
"controller" => "FrontGate\Http\Controllers\v1\Pay\PayController@check"
"namespace" => "FrontGate\Http\Controllers"
"prefix" => "api/pay"
"where" => []
]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#229
-variables: []
-tokens: array:1 [ …1]
-staticPrefix: "/api/pay/check"
-regex: "#^/api/pay/check$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
#container: Application {#2}
}
"pay/inner/acard" => Route {#137
#uri: "pay/inner/acard"
#methods: array:1 [ …1]
#action: array:6 [ …6]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#230 …8}
#container: Application {#2}
}
"pay/inner/acard_altegronet" => Route {#139
#uri: "pay/inner/acard_altegronet"
#methods: array:1 [ …1]
#action: array:6 [ …6]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#231 …8}
#container: Application {#2}
}
"pay/inner/prepayment_bank_statement/check_inn" => Route {#145
#uri: "pay/inner/prepayment_bank_statement/check_inn"
#methods: array:1 [ …1]
#action: array:5 [ …5]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#232 …8}
#container: Application {#2}
}
"pay/inner/prepayment_bank_statement/enter" => Route {#147
#uri: "pay/inner/prepayment_bank_statement/enter"
#methods: array:1 [ …1]
#action: array:5 [ …5]
#defaults: []
#wheres: []
#parameters: null
#parameterNames: null
#compiled: CompiledRoute {#233 …8}
#container: Application {#2}
}
]
]
#allRoutes: array:44 [
"HEAD/" => Route {#103}
"POSTpayment/stage1/{id}" => Route {#107}
"POSTpayment/stage2/{id}" => Route {#108}
"HEADpayment/active" => Route {#109}
"POSTpayment/card_check" => Route {#110}
"HEADhelp/howtopay" => Route {#111}
"HEADhelp/howtoget" => Route {#112}
"HEADhelp/howtouse" => Route {#113}
"HEADhelp/paysystems" => Route {#114}
"HEADhelp/refund" => Route {#115}
"HEADhelp/feedback" => Route {#116}
"POSThelp/feedback" => Route {#117}
"POSTapi/test" => Route {#105}
"HEADtest/send" => Route {#106}
"HEADapi/paysystems" => Route {#120}
"POSTapi/payments" => Route {#121}
"HEADapi/payments" => Route {#122}
"POSTapi/testpay" => Route {#123}
"HEADapi/testpay" => Route {#124}
"HEADapi/pay/paysystem" => Route {#127}
"POSTapi/pay" => Route {#126}
"HEADapi/pay" => Route {#128}
"HEADapi/pay/inner" => Route {#130}
"POSTapi/pay/check" => Route {#129}
"HEADapi/panel/directories" => Route {#131}
"HEADpay/limit" => Route {#119}
"HEADpay/fail" => Route {#125}
"HEADpay/error" => Route {#132}
"HEADpay/inner/acard" => Route {#136}
"POSTpay/inner/acard" => Route {#137}
"HEADpay/inner/acard_altegronet" => Route {#138}
"POSTpay/inner/acard_altegronet" => Route {#139}
"HEADpay/inner/terminal/{label}" => Route {#134}
"HEADpay/inner/mobimoney" => Route {#135}
"HEADpay/inner/bank_statement" => Route {#141}
"HEADpay/inner/bank_statement/download" => Route {#142}
"HEADpay/inner/prepayment_bank_statement/check_user" => Route {#143}
"HEADpay/inner/prepayment_bank_statement/inn" => Route {#144}
"POSTpay/inner/prepayment_bank_statement/check_inn" => Route {#145}
"HEADpay/inner/prepayment_bank_statement/enter" => Route {#146}
"POSTpay/inner/prepayment_bank_statement/enter" => Route {#147}
"HEADpay/inner/prepayment_bank_statement" => Route {#148}
"HEADpay/inner/prepayment_bank_statement/download" => Route {#149}
"HEADpay/terminal/{id}" => Route {#133}
]
#nameList: []
#actionList: array:40 [
"FrontGate\Http\Controllers\v1\Front\IndexController@index" => Route {#103}
"FrontGate\Http\Controllers\v1\Front\PaymentController@stage1" => Route {#107}
"FrontGate\Http\Controllers\v1\Front\PaymentController@stage2" => Route {#108}
"FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@active" => Route {#109}
"FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@card_check" => Route {#110}
"FrontGate\Http\Controllers\v1\Front\HelpController@howtopay" => Route {#111}
"FrontGate\Http\Controllers\v1\Front\HelpController@howtoget" => Route {#112}
"FrontGate\Http\Controllers\v1\Front\HelpController@howtouse" => Route {#113}
"FrontGate\Http\Controllers\v1\Front\HelpController@paysystems" => Route {#114}
"FrontGate\Http\Controllers\v1\Front\HelpController@refund" => Route {#115}
"FrontGate\Http\Controllers\v1\Front\HelpController@feedback" => Route {#116}
"FrontGate\Http\Controllers\v1\Front\HelpController@send_feedback" => Route {#117}
"FrontGate\Http\Controllers\v1\TestController@index" => Route {#105}
"FrontGate\Http\Controllers\v1\TestController@send" => Route {#106}
"FrontGate\Http\Controllers\v1\AstraPaymentController@get_paysystems" => Route {#120}
"FrontGate\Http\Controllers\v1\Pay\PayController@get_data" => Route {#126}
"FrontGate\Http\Controllers\v1\Pay\PayController@enter_data" => Route {#128}
"FrontGate\Http\Controllers\v1\AstraPaymentController@test_pay" => Route {#124}
"FrontGate\Http\Controllers\v1\Pay\PaysystemController@index" => Route {#127}
"FrontGate\Http\Controllers\v1\Pay\PayController@inner" => Route {#133}
"FrontGate\Http\Controllers\v1\Pay\PayController@check" => Route {#129}
"FrontGate\Http\Controllers\v1\Front\PanelController@get_list" => Route {#131}
"FrontGate\Http\Controllers\v1\Front\ErrorController@limit" => Route {#119}
"FrontGate\Http\Controllers\v1\Front\ErrorController@fail" => Route {#125}
"FrontGate\Http\Controllers\v1\Front\ErrorController@error" => Route {#132}
"FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@index" => Route {#136}
"FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@check" => Route {#137}
"FrontGate\Http\Controllers\v1\Pay\Methods\AcardAltegroNetController@index" => Route {#138}
"FrontGate\Http\Controllers\v1\Pay\Methods\AcardAltegroNetController@check" => Route {#139}
"FrontGate\Http\Controllers\v1\Pay\Methods\TerminalController@index" => Route {#134}
"FrontGate\Http\Controllers\v1\Pay\Methods\MobiMoneyController@index" => Route {#135}
"FrontGate\Http\Controllers\v1\Pay\Methods\BankStatementController@index" => Route {#141}
"FrontGate\Http\Controllers\v1\Pay\Methods\BankStatementController@download" => Route {#142}
"FrontGate\Http\Controllers\v1\Pay\Methods\PrepaymentBankStatementController@check_user" => Route {#143}
"FrontGate\Http\Controllers\v1\Pay\Methods\PrepaymentBankStatementController@inn" => Route {#144}
"FrontGate\Http\Controllers\v1\Pay\Methods\PrepaymentBankStatementController@check_inn" => Route {#145}
"FrontGate\Http\Controllers\v1\Pay\Methods\PrepaymentBankStatementController@enter" => Route {#146}
"FrontGate\Http\Controllers\v1\Pay\Methods\PrepaymentBankStatementController@check_enter" => Route {#147}
"FrontGate\Http\Controllers\v1\Pay\Methods\PrepaymentBankStatementController@index" => Route {#148}
"FrontGate\Http\Controllers\v1\Pay\Methods\PrepaymentBankStatementController@download" => Route {#149}
]
}
#current: null
#currentRequest: Request {#39}
#middleware: array:9 [
"auth" => "FrontGate\Http\Middleware\Authenticate"
"auth.api" => "FrontGate\Http\Middleware\v1\AccessAstraExternal"
"auth.basic" => "Illuminate\Auth\Middleware\AuthenticateWithBasicAuth"
"guest" => "FrontGate\Http\Middleware\RedirectIfAuthenticated"
"v1.access.merchant.ip" => "FrontGate\Http\Middleware\v1\AccessMerchantIP"
"v1.exist.pay" => "FrontGate\Http\Middleware\v1\ExistPay"
"v1.exist.inner.pay" => "FrontGate\Http\Middleware\v1\ExistInnerPay"
"v1.access.front" => "FrontGate\Http\Middleware\v1\AccessFront"
"v1.check.signature" => "FrontGate\Http\Middleware\v1\CheckSignature"
]
#patternFilters: []
#regexFilters: []
#binders: []
#patterns: []
#groupStack: []
}
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Support/Providers/RouteServiceProvider.php"
line: "32 to 34"
}
]
#terminatingCallbacks: []
#serviceProviders: array:21 [
0 => EventServiceProvider {#3}
1 => RoutingServiceProvider {#7
#app: Application {#2}
#defer: false
}
2 => AuthServiceProvider {#40 …}
3 => ControllerServiceProvider {#50
#app: Application {#2}
#defer: false
}
4 => CookieServiceProvider {#52
#app: Application {#2}
#defer: false
}
5 => DatabaseServiceProvider {#54
#app: Application {#2}
#defer: false
}
6 => EncryptionServiceProvider {#60
#app: Application {#2}
#defer: false
}
7 => FilesystemServiceProvider {#62
#app: Application {#2}
#defer: false
}
8 => FormRequestServiceProvider {#68}
9 => FoundationServiceProvider {#67
#providers: array:1 [
0 => "Illuminate\Foundation\Providers\FormRequestServiceProvider"
]
#instances: array:1 [
0 => FormRequestServiceProvider {#68}
]
#app: Application {#2}
#defer: false
}
10 => PaginationServiceProvider {#69
#app: Application {#2}
#defer: false
}
11 => SessionServiceProvider {#72
#app: Application {#2}
#defer: false
}
12 => ValidationServiceProvider {#76
#app: Application {#2}
#defer: false
}
13 => ViewServiceProvider {#80
#app: Application {#2}
#defer: false
}
14 => AppServiceProvider {#84
#app: Application {#2}
#defer: false
}
15 => AuthServiceProvider {#85
#policies: array:1 [
"FrontGate\Model" => "FrontGate\Policies\ModelPolicy"
]
#app: Application {#2}
#defer: false
}
16 => EventServiceProvider {#86
#listen: array:1 [
"FrontGate\Events\SomeEvent" => array:1 [
0 => "FrontGate\Listeners\EventListener"
]
]
#subscribe: []
#app: Application {#2}
#defer: false
}
17 => RouteServiceProvider {#87}
18 => ValidationServiceProvider {#88
#app: Application {#2}
#defer: false
}
19 => ImageServiceProvider {#89
#defer: false
#provider: ImageServiceProviderLaravel5 {#90
#app: Application {#2}
#defer: false
}
#app: Application {#2}
}
20 => TranslationServiceProvider {#140}
]
#loadedProviders: array:21 [
"Illuminate\Events\EventServiceProvider" => true
"Illuminate\Routing\RoutingServiceProvider" => true
"Illuminate\Auth\AuthServiceProvider" => true
"Illuminate\Routing\ControllerServiceProvider" => true
"Illuminate\Cookie\CookieServiceProvider" => true
"Illuminate\Database\DatabaseServiceProvider" => true
"Illuminate\Encryption\EncryptionServiceProvider" => true
"Illuminate\Filesystem\FilesystemServiceProvider" => true
"Illuminate\Foundation\Providers\FormRequestServiceProvider" => true
"Illuminate\Foundation\Providers\FoundationServiceProvider" => true
"Illuminate\Pagination\PaginationServiceProvider" => true
"Illuminate\Session\SessionServiceProvider" => true
"Illuminate\Validation\ValidationServiceProvider" => true
"Illuminate\View\ViewServiceProvider" => true
"FrontGate\Providers\AppServiceProvider" => true
"FrontGate\Providers\AuthServiceProvider" => true
"FrontGate\Providers\EventServiceProvider" => true
"FrontGate\Providers\RouteServiceProvider" => true
"FrontGate\Providers\v1\ValidationServiceProvider" => true
"Intervention\Image\ImageServiceProvider" => true
"Illuminate\Translation\TranslationServiceProvider" => true
]
#deferredServices: array:89 [
"command.app.name" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.clear-compiled" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.command.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.config.cache" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.config.clear" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.console.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.event.generate" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.event.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.down" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.environment" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.handler.command" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.handler.event" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.job.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.key.generate" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.listener.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.model.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.optimize" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.policy.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.provider.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.request.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.route.cache" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.route.clear" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.route.list" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.serve" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.test.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.tinker" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.up" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.vendor.publish" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"command.view.clear" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
"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.cache.table" => "Illuminate\Cache\CacheServiceProvider"
"command.auth.resets.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"
"command.seeder.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"composer" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.queue.table" => "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"
"command.queue.failed-table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.controller.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.middleware.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
"command.session.database" => "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"
"command.queue.subscribe" => "Illuminate\Queue\QueueServiceProvider"
"queue.connection" => "Illuminate\Queue\QueueServiceProvider"
"redis" => "Illuminate\Redis\RedisServiceProvider"
"auth.password" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
"auth.password.tokens" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
"translation.loader" => "Illuminate\Translation\TranslationServiceProvider"
"command.ide-helper.generate" => "Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider"
"command.ide-helper.models" => "Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider"
"bpc" => "FrontGate\Providers\v1\FrontGateServiceProvider"
"PaymentGate" => "FrontGate\Providers\v1\FrontGateServiceProvider"
"KibanaLog" => "FrontGate\Providers\v1\FrontGateServiceProvider"
"UIS" => "FrontGate\Providers\v1\FrontGateServiceProvider"
]
#monologConfigurator: null
#databasePath: null
#storagePath: null
#environmentPath: null
#environmentFile: ".env"
#namespace: null
#resolved: array:36 [
"events" => true
"router" => true
"FrontGate\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
"translation.loader" => true
"translator" => true
"validation.presence" => true
"validator" => true
"Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode" => true
"encrypter" => true
"FrontGate\Http\Middleware\EncryptCookies" => true
"cookie" => true
"Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse" => true
"session" => true
"Illuminate\Session\Middleware\StartSession" => true
"view.engine.resolver" => true
"view.finder" => true
"view" => true
"Illuminate\View\Middleware\ShareErrorsFromSession" => true
"FrontGate\Http\Middleware\VerifyCsrfToken" => true
"Psr\Log\LoggerInterface" => true
"FrontGate\Exceptions\Handler" => true
"Illuminate\Contracts\Debug\ExceptionHandler" => true
]
#bindings: array:40 [
"events" => array:2 [
"concrete" => Closure {#4
class: "Illuminate\Events\EventServiceProvider"
this: EventServiceProvider {#3}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_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 {#2}
parameters: array:1 [
"$container" => []
]
use: array:2 [
"$closure" => Closure {#8
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: array:1 [ …1]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
line: "38 to 40"
}
"$object" => Router {#24}
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "268 to 279"
}
"shared" => false
]
"url" => array:2 [
"concrete" => Closure {#11
class: "Illuminate\Container\Container"
this: Application {#2}
parameters: array:1 [
"$container" => []
]
use: array:2 [
"$closure" => Closure {#10
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: array:1 [ …1]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
line: "50 to 76"
}
"$object" => UrlGenerator {#99
#routes: RouteCollection {#26}
#request: Request {#39}
#forcedRoot: null
#forceSchema: null
#cachedRoot: null
#cachedSchema: null
#rootNamespace: "FrontGate\Http\Controllers"
#sessionResolver: Closure {#100 …4}
#dontEncode: array:14 [ …14]
}
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "268 to 279"
}
"shared" => false
]
"redirect" => array:2 [
"concrete" => Closure {#13
class: "Illuminate\Container\Container"
this: Application {#2}
parameters: array:1 [
"$container" => []
]
use: array:2 [
"$closure" => Closure {#12
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: array:1 [ …1]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
line: "98 to 109"
}
"$object" => null
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "268 to 279"
}
"shared" => false
]
"Psr\Http\Message\ServerRequestInterface" => array:2 [
"concrete" => Closure {#14
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_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: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_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: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_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 {#2}
parameters: array:2 [
"$c" => []
"$parameters" => array:1 [
"default" => []
]
]
use: array:2 [
"$abstract" => "Illuminate\Contracts\Http\Kernel"
"$concrete" => "FrontGate\Http\Kernel"
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "213 to 217"
}
"shared" => true
]
"Illuminate\Contracts\Console\Kernel" => array:2 [
"concrete" => Closure {#18
class: "Illuminate\Container\Container"
this: Application {#2}
parameters: array:2 [
"$c" => []
"$parameters" => array:1 [
"default" => []
]
]
use: array:2 [
"$abstract" => "Illuminate\Contracts\Console\Kernel"
"$concrete" => "FrontGate\Console\Kernel"
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "213 to 217"
}
"shared" => true
]
"Illuminate\Contracts\Debug\ExceptionHandler" => array:2 [
"concrete" => Closure {#19
class: "Illuminate\Container\Container"
this: Application {#2}
parameters: array:2 [
"$c" => []
"$parameters" => array:1 [
"default" => []
]
]
use: array:2 [
"$abstract" => "Illuminate\Contracts\Debug\ExceptionHandler"
"$concrete" => "FrontGate\Exceptions\Handler"
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "213 to 217"
}
"shared" => true
]
"env" => array:2 [
"concrete" => Closure {#27
class: "Illuminate\Container\Container"
this: Application {#2}
use: array:1 [
"$value" => "local"
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "1175 to 1177"
}
"shared" => false
]
"Psr\Log\LoggerInterface" => array:2 [
"concrete" => Closure {#35
class: "Illuminate\Foundation\Bootstrap\ConfigureLogging"
this: ConfigureLogging {#20 …}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/ConfigureLogging.php"
line: "35 to 37"
}
"shared" => false
]
"auth" => array:2 [
"concrete" => Closure {#33
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#40 …}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
line: "35 to 42"
}
"shared" => true
]
"auth.driver" => array:2 [
"concrete" => Closure {#34
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#40 …}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
line: "44 to 46"
}
"shared" => true
]
"Illuminate\Contracts\Auth\Authenticatable" => array:2 [
"concrete" => Closure {#46
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#40 …}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
line: "56 to 58"
}
"shared" => false
]
"Illuminate\Contracts\Auth\Access\Gate" => array:2 [
"concrete" => Closure {#48
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#40 …}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
line: "68 to 70"
}
"shared" => true
]
"illuminate.route.dispatcher" => array:2 [
"concrete" => Closure {#51
class: "Illuminate\Routing\ControllerServiceProvider"
this: ControllerServiceProvider {#50}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/ControllerServiceProvider.php"
line: "16 to 18"
}
"shared" => true
]
"cookie" => array:2 [
"concrete" => Closure {#53
class: "Illuminate\Cookie\CookieServiceProvider"
this: CookieServiceProvider {#52}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Cookie/CookieServiceProvider.php"
line: "16 to 20"
}
"shared" => true
]
"Faker\Generator" => array:2 [
"concrete" => Closure {#55
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#54}
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
line: "62 to 64"
}
"shared" => true
]
"Illuminate\Database\Eloquent\Factory" => array:2 [
"concrete" => Closure {#56
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#54}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
line: "66 to 70"
}
"shared" => true
]
"Illuminate\Contracts\Queue\EntityResolver" => array:2 [
"concrete" => Closure {#57
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#54}
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
line: "80 to 82"
}
"shared" => true
]
"db.factory" => array:2 [
"concrete" => Closure {#58
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#54}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
line: "43 to 45"
}
"shared" => true
]
"db" => array:2 [
"concrete" => Closure {#59
class: "Illuminate\Database\DatabaseServiceProvider"
this: DatabaseServiceProvider {#54}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
line: "50 to 52"
}
"shared" => true
]
"encrypter" => array:2 [
"concrete" => Closure {#61
class: "Illuminate\Encryption\EncryptionServiceProvider"
this: EncryptionServiceProvider {#60}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php"
line: "17 to 31"
}
"shared" => true
]
"files" => array:2 [
"concrete" => Closure {#63
class: "Illuminate\Filesystem\FilesystemServiceProvider"
this: FilesystemServiceProvider {#62}
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
line: "28 to 28"
}
"shared" => true
]
"filesystem" => array:2 [
"concrete" => Closure {#64
class: "Illuminate\Filesystem\FilesystemServiceProvider"
this: FilesystemServiceProvider {#62}
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
line: "56 to 58"
}
"shared" => true
]
"filesystem.disk" => array:2 [
"concrete" => Closure {#65
class: "Illuminate\Filesystem\FilesystemServiceProvider"
this: FilesystemServiceProvider {#62}
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
line: "40 to 42"
}
"shared" => true
]
"filesystem.cloud" => array:2 [
"concrete" => Closure {#66
class: "Illuminate\Filesystem\FilesystemServiceProvider"
this: FilesystemServiceProvider {#62}
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
line: "44 to 46"
}
"shared" => true
]
"session" => array:2 [
"concrete" => Closure {#73
class: "Illuminate\Session\SessionServiceProvider"
this: SessionServiceProvider {#72}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Session/SessionServiceProvider.php"
line: "30 to 32"
}
"shared" => true
]
"session.store" => array:2 [
"concrete" => Closure {#74
class: "Illuminate\Session\SessionServiceProvider"
this: SessionServiceProvider {#72}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Session/SessionServiceProvider.php"
line: "42 to 49"
}
"shared" => true
]
"Illuminate\Session\Middleware\StartSession" => array:2 [
"concrete" => Closure {#75
class: "Illuminate\Container\Container"
this: Application {#2}
parameters: array:2 [
"$c" => []
"$parameters" => array:1 [
"default" => []
]
]
use: array:2 [
"$abstract" => "Illuminate\Session\Middleware\StartSession"
"$concrete" => "Illuminate\Session\Middleware\StartSession"
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "213 to 217"
}
"shared" => true
]
"validation.presence" => array:2 [
"concrete" => Closure {#79
class: "Illuminate\Validation\ValidationServiceProvider"
this: ValidationServiceProvider {#76}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Validation/ValidationServiceProvider.php"
line: "64 to 66"
}
"shared" => true
]
"validator" => array:2 [
"concrete" => Closure {#78
class: "Illuminate\Validation\ValidationServiceProvider"
this: ValidationServiceProvider {#76}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Validation/ValidationServiceProvider.php"
line: "43 to 54"
}
"shared" => true
]
"view.engine.resolver" => array:2 [
"concrete" => Closure {#81
class: "Illuminate\View\ViewServiceProvider"
this: ViewServiceProvider {#80}
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
line: "34 to 45"
}
"shared" => true
]
"view.finder" => array:2 [
"concrete" => Closure {#82
class: "Illuminate\View\ViewServiceProvider"
this: ViewServiceProvider {#80}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
line: "90 to 94"
}
"shared" => false
]
"view" => array:2 [
"concrete" => Closure {#83
class: "Illuminate\View\ViewServiceProvider"
this: ViewServiceProvider {#80}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
line: "104 to 122"
}
"shared" => true
]
"image" => array:2 [
"concrete" => Closure {#92
class: "Illuminate\Container\Container"
this: Application {#2}
parameters: array:1 [
"$container" => []
]
use: array:2 [
"$closure" => Closure {#91
class: "Intervention\Image\ImageServiceProviderLaravel5"
this: ImageServiceProviderLaravel5 {#90}
parameters: array:1 [ …1]
file: "/var/www/f_gate/public_html/vendor/intervention/image/src/Intervention/Image/ImageServiceProviderLaravel5.php"
line: "51 to 53"
}
"$object" => null
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
line: "268 to 279"
}
"shared" => false
]
"translation.loader" => array:2 [
"concrete" => Closure {#150
class: "Illuminate\Translation\TranslationServiceProvider"
this: TranslationServiceProvider {#140}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Translation/TranslationServiceProvider.php"
line: "48 to 50"
}
"shared" => true
]
"translator" => array:2 [
"concrete" => Closure {#151
class: "Illuminate\Translation\TranslationServiceProvider"
this: TranslationServiceProvider {#140}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Translation/TranslationServiceProvider.php"
line: "25 to 38"
}
"shared" => true
]
"blade.compiler" => array:2 [
"concrete" => Closure {#180
class: "Illuminate\View\ViewServiceProvider"
this: ViewServiceProvider {#80}
parameters: array:1 [
"$app" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
line: "72 to 76"
}
"shared" => true
]
]
#instances: array:30 [
"app" => Application {#2}
"Illuminate\Container\Container" => Application {#2}
"events" => Dispatcher {#5}
"path" => "/var/www/f_gate/public_html/app"
"path.base" => "/var/www/f_gate/public_html"
"path.config" => "/var/www/f_gate/public_html/config"
"path.database" => "/var/www/f_gate/public_html/database"
"path.lang" => "/var/www/f_gate/public_html/resources/lang"
"path.public" => "/var/www/f_gate/public_html/public"
"path.storage" => "/var/www/f_gate/public_html/storage"
"Illuminate\Contracts\Http\Kernel" => Kernel {#25 …}
"request" => Request {#39}
"config" => Repository {#30
#items: array:15 [
"queue" => array:3 [
"default" => "sync"
"connections" => array:6 [
"sync" => array:1 [ …1]
"database" => array:4 [ …4]
"beanstalkd" => array:4 [ …4]
"sqs" => array:5 [ …5]
"iron" => array:6 [ …6]
"redis" => array:4 [ …4]
]
"failed" => array:2 [
"database" => "mysql"
"table" => "failed_jobs"
]
]
"mail" => array:9 [
"driver" => "smtp"
"host" => "mailtrap.io"
"port" => "2525"
"from" => array:2 [
"address" => null
"name" => null
]
"encryption" => null
"username" => null
"password" => null
"sendmail" => "/usr/sbin/sendmail -bs"
"pretend" => false
]
"services" => array:4 [
"mailgun" => array:2 [
"domain" => null
"secret" => null
]
"mandrill" => array:1 [
"secret" => null
]
"ses" => array:3 [
"key" => null
"secret" => null
"region" => "us-east-1"
]
"stripe" => array:3 [
"model" => "FrontGate\User"
"key" => null
"secret" => null
]
]
"auth" => array:4 [
"driver" => "eloquent"
"model" => "FrontGate\User"
"table" => "users"
"password" => array:3 [
"email" => "emails.password"
"table" => "password_resets"
"expire" => 60
]
]
"compile" => array:2 [
"files" => []
"providers" => []
]
"database" => array:5 [
"fetch" => 8
"default" => "pgsql"
"connections" => array:4 [
"sqlite" => array:3 [ …3]
"mysql" => array:9 [ …9]
"pgsql" => array:8 [ …8]
"sqlsrv" => array:7 [ …7]
]
"migrations" => "migrations"
"redis" => array:2 [
"cluster" => false
"default" => array:4 [ …4]
]
]
"broadcasting" => array:2 [
"default" => "pusher"
"connections" => array:3 [
"pusher" => array:5 [ …5]
"redis" => array:2 [ …2]
"log" => array:1 [ …1]
]
]
"cache" => array:3 [
"default" => "redis"
"stores" => array:6 [
"apc" => array:1 [ …1]
"array" => array:1 [ …1]
"database" => array:3 [ …3]
"file" => array:2 [ …2]
"memcached" => array:2 [ …2]
"redis" => array:2 [ …2]
]
"prefix" => "payment_"
]
"filesystems" => array:3 [
"default" => "local"
"cloud" => "s3"
"disks" => array:4 [
"local" => array:2 [ …2]
"ftp" => array:4 [ …4]
"s3" => array:5 [ …5]
"rackspace" => array:7 [ …7]
]
]
"settings" => array:3 [
"payment" => array:2 [
"time" => 30
"inner" => array:1 [ …1]
]
"access" => array:7 [
0 => "127.0.0.1"
1 => "192.168.1.7"
2 => "178.21.10.53"
3 => "192.168.1.4"
4 => "185.98.85.44"
5 => "185.8.216.108"
6 => "194.107.177.120"
]
"api" => array:4 [
"gate" => array:1 [ …1]
"bpc" => array:2 [ …2]
"kibana" => array:2 [ …2]
"uis" => array:2 [ …2]
]
]
"view" => array:2 [
"paths" => array:1 [
0 => "/var/www/f_gate/public_html/resources/views"
]
"compiled" => "/var/www/f_gate/public_html/storage/framework/views"
]
"session" => array:12 [
"driver" => "file"
"lifetime" => 120
"expire_on_close" => false
"encrypt" => false
"files" => "/var/www/f_gate/public_html/storage/framework/sessions"
"connection" => null
"table" => "sessions"
"lottery" => array:2 [
0 => 2
1 => 100
]
"cookie" => "laravel_session"
"path" => "/"
"domain" => null
"secure" => false
]
"app" => array:10 [
"debug" => true
"url" => "https://front.masterplat.net"
"timezone" => "Europe/Moscow"
"locale" => "ru"
"fallback_locale" => "ru"
"key" => "6xrLpGxKrUMTMY3m5AvVRbIu55Sp70P6"
"cipher" => "AES-256-CBC"
"log" => "daily"
"providers" => array:31 [
0 => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
1 => "Illuminate\Auth\AuthServiceProvider"
2 => "Illuminate\Broadcasting\BroadcastServiceProvider"
3 => "Illuminate\Bus\BusServiceProvider"
4 => "Illuminate\Cache\CacheServiceProvider"
5 => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
6 => "Illuminate\Routing\ControllerServiceProvider"
7 => "Illuminate\Cookie\CookieServiceProvider"
8 => "Illuminate\Database\DatabaseServiceProvider"
9 => "Illuminate\Encryption\EncryptionServiceProvider"
10 => "Illuminate\Filesystem\FilesystemServiceProvider"
11 => "Illuminate\Foundation\Providers\FoundationServiceProvider"
12 => "Illuminate\Hashing\HashServiceProvider"
13 => "Illuminate\Mail\MailServiceProvider"
14 => "Illuminate\Pagination\PaginationServiceProvider"
15 => "Illuminate\Pipeline\PipelineServiceProvider"
16 => "Illuminate\Queue\QueueServiceProvider"
17 => "Illuminate\Redis\RedisServiceProvider"
18 => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
19 => "Illuminate\Session\SessionServiceProvider"
20 => "Illuminate\Translation\TranslationServiceProvider"
21 => "Illuminate\Validation\ValidationServiceProvider"
22 => "Illuminate\View\ViewServiceProvider"
23 => "FrontGate\Providers\AppServiceProvider"
24 => "FrontGate\Providers\AuthServiceProvider"
25 => "FrontGate\Providers\EventServiceProvider"
26 => "FrontGate\Providers\RouteServiceProvider"
27 => "Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider"
28 => "FrontGate\Providers\v1\FrontGateServiceProvider"
29 => "FrontGate\Providers\v1\ValidationServiceProvider"
30 => "Intervention\Image\ImageServiceProvider"
]
"aliases" => array:35 [
"App" => "Illuminate\Support\Facades\App"
"Artisan" => "Illuminate\Support\Facades\Artisan"
"Auth" => "Illuminate\Support\Facades\Auth"
"Blade" => "Illuminate\Support\Facades\Blade"
"Bus" => "Illuminate\Support\Facades\Bus"
"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"
"Input" => "Illuminate\Support\Facades\Input"
"Inspiring" => "Illuminate\Foundation\Inspiring"
"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"
"KibanaLog" => "FrontGate\Classes\v1\Facades\KibanaLog"
"Image" => "Intervention\Image\Facades\Image"
]
]
"tokens" => array:1 [
"access_tokens" => array:1 [
0 => "0ZBPhyWQUlx4du3mB8LI5I185nQ5a8Hou7X5MWJcEc7tYBTTv35Ed59gQ7fJ"
]
]
"image" => array:1 [
"driver" => "gd"
]
]
}
"log" => Writer {#23
#monolog: Logger {#28
#name: "local"
#handlers: array:1 [
0 => RotatingFileHandler {#32
#filename: "/var/www/f_gate/public_html/storage/logs/laravel.log"
#maxFiles: 5
#mustRotate: null
#nextRotation: DateTime {#37 …3}
#filenameFormat: "{filename}-{date}"
#dateFormat: "Y-m-d"
#stream: null
#url: "/var/www/f_gate/public_html/storage/logs/laravel-2025-04-03.log"
-errorMessage: null
#filePermission: null
#useLocking: false
-dirCreated: null
#level: 100
#bubble: true
#formatter: LineFormatter {#36 …5}
#processors: []
}
]
#processors: []
}
#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 {#93
#container: Application {#2}
}
"db" => DatabaseManager {#21
#app: Application {#2}
#factory: ConnectionFactory {#93}
#connections: []
#extensions: []
}
"Illuminate\Contracts\Auth\Access\Gate" => Gate {#95
#container: Application {#2}
#userResolver: Closure {#97
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#40 …}
use: array:1 [
"$app" => Application {#2}
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
line: "69 to 69"
}
#abilities: []
#policies: array:1 [
"FrontGate\Model" => "FrontGate\Policies\ModelPolicy"
]
#beforeCallbacks: []
#afterCallbacks: []
}
"routes" => RouteCollection {#26}
"files" => Filesystem {#102}
"translation.loader" => FileLoader {#153
#files: Filesystem {#102}
#path: "/var/www/f_gate/public_html/resources/lang"
#hints: []
}
"translator" => Translator {#154
#loader: FileLoader {#153}
#locale: "ru"
#fallback: "ru"
#loaded: []
#parsed: []
}
"validation.presence" => DatabasePresenceVerifier {#155
#db: DatabaseManager {#21}
#connection: null
}
"validator" => Factory {#118
#translator: Translator {#154}
#verifier: DatabasePresenceVerifier {#155}
#container: Application {#2}
#extensions: []
#implicitExtensions: []
#replacers: []
#fallbackMessages: []
#resolver: Closure {#156
class: "FrontGate\Providers\v1\ValidationServiceProvider"
this: ValidationServiceProvider {#88}
parameters: array:4 [
"$translator" => []
"$data" => []
"$rules" => []
"$messages" => []
]
file: "/var/www/f_gate/public_html/app/Providers/v1/ValidationServiceProvider.php"
line: "15 to 18"
}
}
"encrypter" => Encrypter {#169
#cipher: "AES-256-CBC"
#key: "6xrLpGxKrUMTMY3m5AvVRbIu55Sp70P6"
}
"cookie" => CookieJar {#171
#path: "/"
#domain: null
#queued: []
}
"session" => SessionManager {#173
#app: Application {#2}
#customCreators: []
#drivers: array:1 [
"file" => Store {#158
#id: "8b31a305aef07e3cc582a884d9a6869c667bc7ef"
#name: "laravel_session"
#attributes: array:1 [
"_token" => "7kHcdxuBYvOHKedXZa5PhsZc2fuMHRod1ov3glgP"
]
#bags: []
#metaBag: MetadataBag {#166
-name: "__metadata"
-storageKey: "_sf2_meta"
#meta: &78 array:3 [
"u" => 1743680234
"c" => 1743680234
"l" => "0"
]
-lastUsed: 1743680234
-updateThreshold: 0
}
#bagData: array:1 [
"_sf2_meta" => &78 array:3 [&78]
]
#handler: FileSessionHandler {#165
#files: Filesystem {#102}
#path: "/var/www/f_gate/public_html/storage/framework/sessions"
}
#started: true
}
]
}
"Illuminate\Session\Middleware\StartSession" => StartSession {#172
#manager: SessionManager {#173}
#sessionHandled: true
}
"view.engine.resolver" => EngineResolver {#178
#resolvers: array:2 [
"php" => Closure {#179
class: "Illuminate\View\ViewServiceProvider"
this: ViewServiceProvider {#80}
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
line: "56 to 56"
}
"blade" => Closure {#181
class: "Illuminate\View\ViewServiceProvider"
this: ViewServiceProvider {#80}
use: array:1 [
"$app" => Application {#2}
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
line: "78 to 80"
}
]
#resolved: []
}
"view" => Factory {#183
#engines: EngineResolver {#178}
#finder: FileViewFinder {#182
#files: Filesystem {#102}
#paths: array:1 [
0 => "/var/www/f_gate/public_html/resources/views"
]
#views: []
#hints: []
#extensions: array:2 [
0 => "blade.php"
1 => "php"
]
}
#events: Dispatcher {#5}
#container: Application {#2}
#shared: array:3 [
"__env" => Factory {#183}
"app" => Application {#2}
"errors" => ViewErrorBag {#176
#bags: []
}
]
#aliases: []
#names: []
#extensions: array:2 [
"blade.php" => "blade"
"php" => "php"
]
#composers: []
#sections: []
#sectionStack: []
#renderCount: 0
}
"Illuminate\Contracts\Debug\ExceptionHandler" => Handler {#236
#dontReport: array:2 [
0 => "Symfony\Component\HttpKernel\Exception\HttpException"
1 => "Illuminate\Database\Eloquent\ModelNotFoundException"
]
#log: Logger {#28}
}
]
#aliases: array:57 [
"Illuminate\Foundation\Application" => "app"
"Illuminate\Contracts\Container\Container" => "app"
"Illuminate\Contracts\Foundation\Application" => "app"
"Illuminate\Auth\AuthManager" => "auth"
"Illuminate\Auth\Guard" => "auth.driver"
"Illuminate\Contracts\Auth\Guard" => "auth.driver"
"Illuminate\Auth\Passwords\TokenRepositoryInterface" => "auth.password.tokens"
"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\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"
"Illuminate\Mail\Mailer" => "mailer"
"Illuminate\Contracts\Mail\Mailer" => "mailer"
"Illuminate\Contracts\Mail\MailQueue" => "mailer"
"Illuminate\Auth\Passwords\PasswordBroker" => "auth.password"
"Illuminate\Contracts\Auth\PasswordBroker" => "auth.password"
"Illuminate\Queue\QueueManager" => "queue"
"Illuminate\Contracts\Queue\Factory" => "queue"
"Illuminate\Contracts\Queue\Monitor" => "queue"
"Illuminate\Contracts\Queue\Queue" => "queue.connection"
"Illuminate\Routing\Redirector" => "redirect"
"Illuminate\Redis\Database" => "redis"
"Illuminate\Contracts\Redis\Database" => "redis"
"Illuminate\Http\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"
"Intervention\Image\ImageManager" => "image"
]
#extenders: []
#tags: []
#buildStack: []
+contextual: []
#reboundCallbacks: array:2 [
"request" => array:2 [
0 => Closure {#49
class: "Illuminate\Auth\AuthServiceProvider"
this: AuthServiceProvider {#40 …}
parameters: array:2 [
"$app" => []
"$request" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
line: "80 to 84"
}
1 => Closure {#96
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: array:2 [
"$app" => []
"$request" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
line: "86 to 88"
}
]
"routes" => array:1 [
0 => Closure {#101
class: "Illuminate\Routing\RoutingServiceProvider"
this: RoutingServiceProvider {#7}
parameters: array:2 [
"$app" => []
"$routes" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
line: "71 to 73"
}
]
]
#globalResolvingCallbacks: []
#globalAfterResolvingCallbacks: []
#resolvingCallbacks: []
#afterResolvingCallbacks: array:1 [
"Illuminate\Contracts\Validation\ValidatesWhenResolved" => array:1 [
0 => Closure {#77
class: "Illuminate\Validation\ValidationServiceProvider"
this: ValidationServiceProvider {#76}
parameters: array:1 [
"$resolved" => array:1 [ …1]
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Validation/ValidationServiceProvider.php"
line: "31 to 33"
}
]
]
}
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
line: "81 to 83"
}
#routeResolver: null
+attributes: ParameterBag {#41
#parameters: []
}
+request: ParameterBag {#47
#parameters: []
}
+query: ParameterBag {#47}
+server: ServerBag {#44
#parameters: array:30 [
"REDIRECT_HTTPS" => "on"
"REDIRECT_SSL_TLS_SNI" => "front.masterplat.net"
"REDIRECT_STATUS" => "200"
"HTTPS" => "on"
"SSL_TLS_SNI" => "front.masterplat.net"
"HTTP_ACCEPT" => "*/*"
"HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
"HTTP_ACCEPT_ENCODING" => "gzip, br, zstd, deflate"
"HTTP_HOST" => "front.masterplat.net"
"PATH" => "/sbin:/usr/sbin:/bin:/usr/bin"
"SERVER_SIGNATURE" => "<address>Apache/2.2.15 (CentOS) Server at front.masterplat.net Port 443</address>\n"
"SERVER_SOFTWARE" => "Apache/2.2.15 (CentOS)"
"SERVER_NAME" => "front.masterplat.net"
"SERVER_ADDR" => "192.168.1.7"
"SERVER_PORT" => "443"
"REMOTE_ADDR" => "3.129.17.245"
"DOCUMENT_ROOT" => "/var/www/f_gate/public_html/public"
"SERVER_ADMIN" => "root@localhost"
"SCRIPT_FILENAME" => "/var/www/f_gate/public_html/public/index.php"
"REMOTE_PORT" => "10165"
"REDIRECT_URL" => "/sitemap.xml"
"GATEWAY_INTERFACE" => "CGI/1.1"
"SERVER_PROTOCOL" => "HTTP/1.1"
"REQUEST_METHOD" => "GET"
"QUERY_STRING" => ""
"REQUEST_URI" => "/sitemap.xml"
"SCRIPT_NAME" => "/index.php"
"PHP_SELF" => "/index.php"
"REQUEST_TIME_FLOAT" => 1743680234.687
"REQUEST_TIME" => 1743680234
]
}
+files: FileBag {#43
#parameters: []
}
+cookies: ParameterBag {#42
#parameters: []
}
+headers: HeaderBag {#45
#headers: array:4 [
"accept" => array:1 [
0 => "*/*"
]
"user-agent" => array:1 [
0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
]
"accept-encoding" => array:1 [
0 => "gzip, br, zstd, deflate"
]
"host" => array:1 [
0 => "front.masterplat.net"
]
]
#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: Store {#158}
#locale: null
#defaultLocale: "en"
}
]
]
1 => array:3 [
"call" => "Illuminate\Routing\Router->findRoute()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:663"
"args" => array:1 [
0 => Request {#39}
]
]
2 => array:3 [
"call" => "Illuminate\Routing\Router->dispatchToRoute()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:639"
"args" => array:1 [
0 => Request {#39}
]
]
3 => array:3 [
"call" => "Illuminate\Routing\Router->dispatch()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:236"
"args" => array:1 [
0 => Request {#39}
]
]
4 => array:3 [
"call" => "Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}()"
"file" => ""
"args" => array:1 [
0 => Request {#39}
]
]
5 => array:3 [
"call" => "call_user_func()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:139"
"args" => array:2 [
0 => Closure {#29
class: "Illuminate\Foundation\Http\Kernel"
this: Kernel {#25 …}
parameters: array:1 [
"$request" => []
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php"
line: "233 to 237"
}
1 => Request {#39}
]
]
6 => array:3 [
"call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
"file" => "/var/www/f_gate/public_html/app/Http/Middleware/VerifyCsrfToken.php:46"
"args" => array:1 [
0 => Request {#39}
]
]
7 => array:3 [
"call" => "FrontGate\Http\Middleware\VerifyCsrfToken->NewHandle()"
"file" => "/var/www/f_gate/public_html/app/Http/Middleware/VerifyCsrfToken.php:30"
"args" => array:2 [
0 => Request {#39}
1 => Closure {#157
class: "Illuminate\Pipeline\Pipeline"
this: Pipeline {#22 …}
parameters: array:1 [
"$passable" => []
]
use: array:1 [
"$destination" => Closure {#29}
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
line: "138 to 140"
}
]
]
8 => array:3 [
"call" => "FrontGate\Http\Middleware\VerifyCsrfToken->handle()"
"file" => ""
"args" => array:2 [
0 => Request {#39}
1 => Closure {#157}
]
]
9 => array:3 [
"call" => "call_user_func_array()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124"
"args" => array:2 [
0 => array:2 [
0 => VerifyCsrfToken {#185
#except: []
#encrypter: Encrypter {#169}
}
1 => "handle"
]
1 => array:2 [
0 => Request {#39}
1 => Closure {#157}
]
]
]
10 => array:3 [
"call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49"
"args" => array:1 [
0 => Request {#39}
]
]
11 => array:3 [
"call" => "Illuminate\View\Middleware\ShareErrorsFromSession->handle()"
"file" => ""
"args" => array:2 [
0 => Request {#39}
1 => Closure {#159
class: "Illuminate\Pipeline\Pipeline"
this: Pipeline {#22 …}
parameters: array:1 [
"$passable" => []
]
use: array:2 [
"$stack" => Closure {#157}
"$pipe" => "FrontGate\Http\Middleware\VerifyCsrfToken"
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
line: "114 to 126"
}
]
]
12 => array:3 [
"call" => "call_user_func_array()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124"
"args" => array:2 [
0 => array:2 [
0 => ShareErrorsFromSession {#177
#view: Factory {#183}
}
1 => "handle"
]
1 => array:2 [
0 => Request {#39}
1 => Closure {#159}
]
]
]
13 => array:3 [
"call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:62"
"args" => array:1 [
0 => Request {#39}
]
]
14 => array:3 [
"call" => "Illuminate\Session\Middleware\StartSession->handle()"
"file" => ""
"args" => array:2 [
0 => Request {#39}
1 => Closure {#160
class: "Illuminate\Pipeline\Pipeline"
this: Pipeline {#22 …}
parameters: array:1 [
"$passable" => []
]
use: array:2 [
"$stack" => Closure {#159}
"$pipe" => "Illuminate\View\Middleware\ShareErrorsFromSession"
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
line: "114 to 126"
}
]
]
15 => array:3 [
"call" => "call_user_func_array()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124"
"args" => array:2 [
0 => array:2 [
0 => StartSession {#172}
1 => "handle"
]
1 => array:2 [
0 => Request {#39}
1 => Closure {#160}
]
]
]
16 => array:3 [
"call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37"
"args" => array:1 [
0 => Request {#39}
]
]
17 => array:3 [
"call" => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle()"
"file" => ""
"args" => array:2 [
0 => Request {#39}
1 => Closure {#161
class: "Illuminate\Pipeline\Pipeline"
this: Pipeline {#22 …}
parameters: array:1 [
"$passable" => []
]
use: array:2 [
"$stack" => Closure {#160}
"$pipe" => "Illuminate\Session\Middleware\StartSession"
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
line: "114 to 126"
}
]
]
18 => array:3 [
"call" => "call_user_func_array()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124"
"args" => array:2 [
0 => array:2 [
0 => AddQueuedCookiesToResponse {#170
#cookies: CookieJar {#171}
}
1 => "handle"
]
1 => array:2 [
0 => Request {#39}
1 => Closure {#161}
]
]
]
19 => array:3 [
"call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:59"
"args" => array:1 [
0 => Request {#39}
]
]
20 => array:3 [
"call" => "Illuminate\Cookie\Middleware\EncryptCookies->handle()"
"file" => ""
"args" => array:2 [
0 => Request {#39}
1 => Closure {#162
class: "Illuminate\Pipeline\Pipeline"
this: Pipeline {#22 …}
parameters: array:1 [
"$passable" => []
]
use: array:2 [
"$stack" => Closure {#161}
"$pipe" => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse"
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
line: "114 to 126"
}
]
]
21 => array:3 [
"call" => "call_user_func_array()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124"
"args" => array:2 [
0 => array:2 [
0 => EncryptCookies {#168
#except: []
#encrypter: Encrypter {#169}
}
1 => "handle"
]
1 => array:2 [
0 => Request {#39}
1 => Closure {#162}
]
]
]
22 => array:3 [
"call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:42"
"args" => array:1 [
0 => Request {#39}
]
]
23 => array:3 [
"call" => "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle()"
"file" => ""
"args" => array:2 [
0 => Request {#39}
1 => Closure {#163
class: "Illuminate\Pipeline\Pipeline"
this: Pipeline {#22 …}
parameters: array:1 [
"$passable" => []
]
use: array:2 [
"$stack" => Closure {#162}
"$pipe" => "FrontGate\Http\Middleware\EncryptCookies"
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
line: "114 to 126"
}
]
]
24 => array:3 [
"call" => "call_user_func_array()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124"
"args" => array:2 [
0 => array:2 [
0 => CheckForMaintenanceMode {#167
#app: Application {#2}
}
1 => "handle"
]
1 => array:2 [
0 => Request {#39}
1 => Closure {#163}
]
]
]
25 => array:3 [
"call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
"file" => ""
"args" => array:1 [
0 => Request {#39}
]
]
26 => array:3 [
"call" => "call_user_func()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103"
"args" => array:2 [
0 => Closure {#164
class: "Illuminate\Pipeline\Pipeline"
this: Pipeline {#22 …}
parameters: array:1 [
"$passable" => []
]
use: array:2 [
"$stack" => Closure {#163}
"$pipe" => "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode"
]
file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
line: "114 to 126"
}
1 => Request {#39}
]
]
27 => array:3 [
"call" => "Illuminate\Pipeline\Pipeline->then()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:122"
"args" => array:1 [
0 => Closure {#29}
]
]
28 => array:3 [
"call" => "Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()"
"file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:87"
"args" => array:1 [
0 => Request {#39}
]
]
29 => array:3 [
"call" => "Illuminate\Foundation\Http\Kernel->handle()"
"file" => "/var/www/f_gate/public_html/public/index.php:54"
"args" => array:1 [
0 => Request {#39}
]
]
]
}