· 5 years ago · Mar 16, 2020, 10:28 AM
1BelongsTo {#1570
2 #child: Barcode {#1563
3 #fillable: array:2 [
4 0 => "value"
5 1 => "productId"
6 ]
7 #connection: "mysql"
8 #table: "barcodes"
9 #primaryKey: "id"
10 #keyType: "int"
11 +incrementing: true
12 #with: []
13 #withCount: []
14 #perPage: 15
15 +exists: true
16 +wasRecentlyCreated: false
17 #attributes: array:5 [
18 "id" => 27
19 "value" => "bc146"
20 "productId" => "1"
21 "created_at" => "2020-03-15 13:59:29"
22 "updated_at" => "2020-03-15 13:59:29"
23 ]
24 #original: array:5 [
25 "id" => 27
26 "value" => "bc146"
27 "productId" => "1"
28 "created_at" => "2020-03-15 13:59:29"
29 "updated_at" => "2020-03-15 13:59:29"
30 ]
31 #changes: []
32 #casts: []
33 #dates: []
34 #dateFormat: null
35 #appends: []
36 #dispatchesEvents: []
37 #observables: []
38 #relations: []
39 #touches: []
40 +timestamps: true
41 #hidden: []
42 #visible: []
43 #guarded: array:1 [
44 0 => "*"
45 ]
46 }
47 #foreignKey: "productId"
48 #ownerKey: "id"
49 #relationName: "product"
50 #query: Builder {#1569
51 #query: Builder {#1568
52 +connection: MySqlConnection {#1337
53 #pdo: PDO {#1358
54 inTransaction: false
55 attributes: {
56 CASE: NATURAL
57 ERRMODE: EXCEPTION
58 AUTOCOMMIT: 1
59 PERSISTENT: false
60 DRIVER_NAME: "mysql"
61 SERVER_INFO: "Uptime: 4005 Threads: 1 Questions: 705 Slow queries: 0 Opens: 187 Flush tables: 1 Open tables: 180 Queries per second avg: 0.176"
62 ORACLE_NULLS: NATURAL
63 CLIENT_VERSION: "mysqlnd 5.0.12-dev - 20150407 - $Id: 38fea24f2847fa7519001be390c98ae0acafe387 $"
64 SERVER_VERSION: "5.7.22-0ubuntu18.04.1"
65 STATEMENT_CLASS: array:1 [
66 0 => "PDOStatement"
67 ]
68 EMULATE_PREPARES: 0
69 CONNECTION_STATUS: "192.168.10.10 via TCP/IP"
70 DEFAULT_FETCH_MODE: BOTH
71 }
72 }
73 #readPdo: null
74 #database: "tometa"
75 #tablePrefix: ""
76 #config: array:15 [
77 "driver" => "mysql"
78 "host" => "192.168.10.10"
79 "port" => "3306"
80 "database" => "tometa"
81 "username" => "homestead"
82 "password" => "secret"
83 "unix_socket" => ""
84 "charset" => "utf8mb4"
85 "collation" => "utf8mb4_unicode_ci"
86 "prefix" => ""
87 "prefix_indexes" => true
88 "strict" => true
89 "engine" => null
90 "options" => []
91 "name" => "mysql"
92 ]
93 #reconnector: Closure($connection) {#942
94 class: "Illuminate\Database\DatabaseManager"
95 this: DatabaseManager {#940 …}
96 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php"
97 line: "64 to 66"
98 }
99 #queryGrammar: MySqlGrammar {#1338
100 #operators: array:1 [
101 0 => "sounds like"
102 ]
103 #selectComponents: array:11 [
104 0 => "aggregate"
105 1 => "columns"
106 2 => "from"
107 3 => "joins"
108 4 => "wheres"
109 5 => "groups"
110 6 => "havings"
111 7 => "orders"
112 8 => "limit"
113 9 => "offset"
114 10 => "lock"
115 ]
116 #tablePrefix: ""
117 }
118 #schemaGrammar: null
119 #postProcessor: MySqlProcessor {#1339}
120 #events: Dispatcher {#47
121 #container: Application {#5
122 #basePath: "/home/vagrant/code/TometaIS"
123 #hasBeenBootstrapped: true
124 #booted: true
125 #bootingCallbacks: array:1 [
126 0 => Closure() {#984
127 class: "Illuminate\Foundation\Application"
128 this: Application {#5}
129 use: {
130 $instance: QueueServiceProvider {#976
131 #app: Application {#5}
132 }
133 }
134 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
135 line: "745 to 747"
136 }
137 ]
138 #bootedCallbacks: array:1 [
139 0 => Closure() {#1111
140 class: "Illuminate\Foundation\Support\Providers\RouteServiceProvider"
141 this: RouteServiceProvider {#934
142 #namespace: "App\Http\Controllers"
143 #app: Application {#5}
144 }
145 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Foundation/Support/Providers/RouteServiceProvider.php"
146 line: "38 to 41"
147 }
148 ]
149 #terminatingCallbacks: []
150 #serviceProviders: array:27 [
151 0 => EventServiceProvider {#19 …}
152 1 => LogServiceProvider {#22
153 #app: Application {#5}
154 }
155 2 => RoutingServiceProvider {#25
156 #app: Application {#5}
157 }
158 3 => AuthServiceProvider {#721
159 #app: Application {#5}
160 }
161 4 => CookieServiceProvider {#729
162 #app: Application {#5}
163 }
164 5 => DatabaseServiceProvider {#732
165 #app: Application {#5}
166 }
167 6 => EncryptionServiceProvider {#740
168 #app: Application {#5}
169 }
170 7 => FilesystemServiceProvider {#743
171 #app: Application {#5}
172 }
173 8 => FormRequestServiceProvider {#751
174 #app: Application {#5}
175 }
176 9 => FoundationServiceProvider {#749
177 #providers: array:1 [
178 0 => "Illuminate\Foundation\Providers\FormRequestServiceProvider"
179 ]
180 #instances: array:1 [
181 0 => FormRequestServiceProvider {#751}
182 ]
183 #app: Application {#5}
184 }
185 10 => NotificationServiceProvider {#755
186 #app: Application {#5}
187 }
188 11 => PaginationServiceProvider {#758
189 #app: Application {#5}
190 }
191 12 => SessionServiceProvider {#763
192 #app: Application {#5}
193 }
194 13 => ViewServiceProvider {#768
195 #app: Application {#5}
196 }
197 14 => IgnitionServiceProvider {#773
198 #app: Application {#5}
199 }
200 15 => TrustedProxyServiceProvider {#900
201 #app: Application {#5}
202 }
203 16 => PassportServiceProvider {#902
204 #app: Application {#5}
205 }
206 17 => TinkerServiceProvider {#918
207 #defer: true
208 #app: Application {#5}
209 }
210 18 => ServiceProvider {#922
211 #app: Application {#5}
212 }
213 19 => CollisionServiceProvider {#924
214 #defer: true
215 #app: Application {#5}
216 }
217 20 => AppServiceProvider {#928
218 #app: Application {#5}
219 }
220 21 => AuthServiceProvider {#930
221 #policies: []
222 #app: Application {#5}
223 }
224 22 => EventServiceProvider {#932
225 #listen: array:1 [
226 "Illuminate\Auth\Events\Registered" => array:1 [
227 0 => "Illuminate\Auth\Listeners\SendEmailVerificationNotification"
228 ]
229 ]
230 #subscribe: []
231 #app: Application {#5}
232 }
233 23 => RouteServiceProvider {#934}
234 24 => QueueServiceProvider {#976}
235 25 => HashServiceProvider {#1267
236 #app: Application {#5}
237 }
238 26 => CacheServiceProvider {#1482
239 #app: Application {#5}
240 }
241 ]
242 #loadedProviders: array:27 [
243 "Illuminate\Events\EventServiceProvider" => true
244 "Illuminate\Log\LogServiceProvider" => true
245 "Illuminate\Routing\RoutingServiceProvider" => true
246 "Illuminate\Auth\AuthServiceProvider" => true
247 "Illuminate\Cookie\CookieServiceProvider" => true
248 "Illuminate\Database\DatabaseServiceProvider" => true
249 "Illuminate\Encryption\EncryptionServiceProvider" => true
250 "Illuminate\Filesystem\FilesystemServiceProvider" => true
251 "Illuminate\Foundation\Providers\FormRequestServiceProvider" => true
252 "Illuminate\Foundation\Providers\FoundationServiceProvider" => true
253 "Illuminate\Notifications\NotificationServiceProvider" => true
254 "Illuminate\Pagination\PaginationServiceProvider" => true
255 "Illuminate\Session\SessionServiceProvider" => true
256 "Illuminate\View\ViewServiceProvider" => true
257 "Facade\Ignition\IgnitionServiceProvider" => true
258 "Fideloper\Proxy\TrustedProxyServiceProvider" => true
259 "Laravel\Passport\PassportServiceProvider" => true
260 "Laravel\Tinker\TinkerServiceProvider" => true
261 "Carbon\Laravel\ServiceProvider" => true
262 "NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider" => true
263 "App\Providers\AppServiceProvider" => true
264 "App\Providers\AuthServiceProvider" => true
265 "App\Providers\EventServiceProvider" => true
266 "App\Providers\RouteServiceProvider" => true
267 "Illuminate\Queue\QueueServiceProvider" => true
268 "Illuminate\Hashing\HashServiceProvider" => true
269 "Illuminate\Cache\CacheServiceProvider" => true
270 ]
271 #deferredServices: array:103 [
272 "Illuminate\Broadcasting\BroadcastManager" => "Illuminate\Broadcasting\BroadcastServiceProvider"
273 "Illuminate\Contracts\Broadcasting\Factory" => "Illuminate\Broadcasting\BroadcastServiceProvider"
274 "Illuminate\Contracts\Broadcasting\Broadcaster" => "Illuminate\Broadcasting\BroadcastServiceProvider"
275 "Illuminate\Bus\Dispatcher" => "Illuminate\Bus\BusServiceProvider"
276 "Illuminate\Contracts\Bus\Dispatcher" => "Illuminate\Bus\BusServiceProvider"
277 "Illuminate\Contracts\Bus\QueueingDispatcher" => "Illuminate\Bus\BusServiceProvider"
278 "cache" => "Illuminate\Cache\CacheServiceProvider"
279 "cache.psr6" => "Illuminate\Cache\CacheServiceProvider"
280 "memcached.connector" => "Illuminate\Cache\CacheServiceProvider"
281 "command.cache.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
282 "command.cache.forget" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
283 "command.clear-compiled" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
284 "command.auth.resets.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
285 "command.config.cache" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
286 "command.config.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
287 "command.db.wipe" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
288 "command.down" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
289 "command.environment" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
290 "command.event.cache" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
291 "command.event.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
292 "command.event.list" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
293 "command.key.generate" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
294 "command.optimize" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
295 "command.optimize.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
296 "command.package.discover" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
297 "command.preset" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
298 "command.queue.failed" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
299 "command.queue.flush" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
300 "command.queue.forget" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
301 "command.queue.listen" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
302 "command.queue.restart" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
303 "command.queue.retry" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
304 "command.queue.work" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
305 "command.route.cache" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
306 "command.route.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
307 "command.route.list" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
308 "command.seed" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
309 "Illuminate\Console\Scheduling\ScheduleFinishCommand" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
310 "Illuminate\Console\Scheduling\ScheduleRunCommand" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
311 "command.storage.link" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
312 "command.up" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
313 "command.view.cache" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
314 "command.view.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
315 "command.cache.table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
316 "command.channel.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
317 "command.console.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
318 "command.controller.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
319 "command.event.generate" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
320 "command.event.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
321 "command.exception.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
322 "command.factory.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
323 "command.job.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
324 "command.listener.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
325 "command.mail.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
326 "command.middleware.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
327 "command.model.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
328 "command.notification.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
329 "command.notification.table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
330 "command.observer.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
331 "command.policy.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
332 "command.provider.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
333 "command.queue.failed-table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
334 "command.queue.table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
335 "command.request.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
336 "command.resource.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
337 "command.rule.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
338 "command.seeder.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
339 "command.session.table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
340 "command.serve" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
341 "command.test.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
342 "command.vendor.publish" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
343 "migrator" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
344 "migration.repository" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
345 "migration.creator" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
346 "command.migrate" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
347 "command.migrate.fresh" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
348 "command.migrate.install" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
349 "command.migrate.refresh" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
350 "command.migrate.reset" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
351 "command.migrate.rollback" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
352 "command.migrate.status" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
353 "command.migrate.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
354 "composer" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
355 "hash.driver" => "Illuminate\Hashing\HashServiceProvider"
356 "mailer" => "Illuminate\Mail\MailServiceProvider"
357 "swift.mailer" => "Illuminate\Mail\MailServiceProvider"
358 "swift.transport" => "Illuminate\Mail\MailServiceProvider"
359 "Illuminate\Mail\Markdown" => "Illuminate\Mail\MailServiceProvider"
360 "Illuminate\Contracts\Pipeline\Hub" => "Illuminate\Pipeline\PipelineServiceProvider"
361 "queue.worker" => "Illuminate\Queue\QueueServiceProvider"
362 "queue.listener" => "Illuminate\Queue\QueueServiceProvider"
363 "queue.failer" => "Illuminate\Queue\QueueServiceProvider"
364 "queue.connection" => "Illuminate\Queue\QueueServiceProvider"
365 "redis" => "Illuminate\Redis\RedisServiceProvider"
366 "redis.connection" => "Illuminate\Redis\RedisServiceProvider"
367 "auth.password" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
368 "auth.password.broker" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
369 "translator" => "Illuminate\Translation\TranslationServiceProvider"
370 "translation.loader" => "Illuminate\Translation\TranslationServiceProvider"
371 "validator" => "Illuminate\Validation\ValidationServiceProvider"
372 "validation.presence" => "Illuminate\Validation\ValidationServiceProvider"
373 "Laravel\Ui\AuthCommand" => "Laravel\Ui\UiServiceProvider"
374 "Laravel\Ui\UiCommand" => "Laravel\Ui\UiServiceProvider"
375 ]
376 #appPath: null
377 #databasePath: null
378 #storagePath: null
379 #environmentPath: null
380 #environmentFile: ".env"
381 #namespace: null
382 #resolved: array:54 [
383 "events" => true
384 "router" => true
385 "App\Http\Kernel" => true
386 "Illuminate\Contracts\Http\Kernel" => true
387 "Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables" => true
388 "Illuminate\Foundation\Bootstrap\LoadConfiguration" => true
389 "Illuminate\Foundation\Bootstrap\HandleExceptions" => true
390 "env" => true
391 "Illuminate\Foundation\Bootstrap\RegisterFacades" => true
392 "Illuminate\Foundation\Bootstrap\RegisterProviders" => true
393 "log" => true
394 "Facade\Ignition\LogRecorder\LogRecorder" => true
395 "Facade\Ignition\DumpRecorder\DumpRecorder" => true
396 "Facade\Ignition\QueryRecorder\QueryRecorder" => true
397 "flare.http" => true
398 "flare.client" => true
399 "Facade\Ignition\Middleware\SetNotifierName" => true
400 "Facade\Ignition\Middleware\AddEnvironmentInformation" => true
401 "Facade\Ignition\Middleware\AddLogs" => true
402 "Facade\Ignition\Middleware\AddDumps" => true
403 "Facade\Ignition\Middleware\AddQueries" => true
404 "Facade\IgnitionContracts\SolutionProviderRepository" => true
405 "Facade\Ignition\Middleware\AddSolutions" => true
406 "Illuminate\Foundation\Bootstrap\BootProviders" => true
407 "db.factory" => true
408 "db" => true
409 "view.engine.resolver" => true
410 "files" => true
411 "view.finder" => true
412 "view" => true
413 "blade.compiler" => true
414 "queue" => true
415 "url" => true
416 "App\Http\Middleware\TrustProxies" => true
417 "App\Http\Middleware\CheckForMaintenanceMode" => true
418 "Illuminate\Foundation\Http\Middleware\ValidatePostSize" => true
419 "App\Http\Middleware\TrimStrings" => true
420 "Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull" => true
421 "Illuminate\Routing\Contracts\ControllerDispatcher" => true
422 "App\Http\Controllers\BarcodeController" => true
423 "auth" => true
424 "App\Http\Middleware\Authenticate" => true
425 "Laravel\Passport\TokenRepository" => true
426 "Laravel\Passport\Bridge\AccessTokenRepository" => true
427 "League\OAuth2\Server\ResourceServer" => true
428 "hash" => true
429 "Laravel\Passport\ClientRepository" => true
430 "encrypter" => true
431 "cache" => true
432 "cache.store" => true
433 "Illuminate\Cache\RateLimiter" => true
434 "Illuminate\Routing\Middleware\ThrottleRequests" => true
435 "Illuminate\Routing\Middleware\SubstituteBindings" => true
436 "App\Http\Middleware\ApiMiddleware" => true
437 ]
438 #bindings: array:65 [
439 "Illuminate\Foundation\Mix" => array:2 [
440 "concrete" => Closure($container, $parameters = []) {#6
441 class: "Illuminate\Container\Container"
442 this: Application {#5}
443 use: {
444 $abstract: "Illuminate\Foundation\Mix"
445 $concrete: "Illuminate\Foundation\Mix"
446 }
447 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Container/Container.php"
448 line: "260 to 268"
449 }
450 "shared" => true
451 ]
452 "events" => array:2 [
453 "concrete" => Closure($app) {#21
454 class: "Illuminate\Events\EventServiceProvider"
455 this: EventServiceProvider {#19 …}
456 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php"
457 line: "17 to 21"
458 }
459 "shared" => true
460 ]
461 "log" => array:2 [
462 "concrete" => Closure() {#24
463 class: "Illuminate\Log\LogServiceProvider"
464 this: LogServiceProvider {#22}
465 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Log/LogServiceProvider.php"
466 line: "16 to 18"
467 }
468 "shared" => true
469 ]
470 "router" => array:2 [
471 "concrete" => Closure($app) {#27
472 class: "Illuminate\Routing\RoutingServiceProvider"
473 this: RoutingServiceProvider {#25}
474 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
475 line: "40 to 42"
476 }
477 "shared" => true
478 ]
479 "url" => array:2 [
480 "concrete" => Closure($app) {#28
481 class: "Illuminate\Routing\RoutingServiceProvider"
482 this: RoutingServiceProvider {#25}
483 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
484 line: "52 to 65"
485 }
486 "shared" => true
487 ]
488 "redirect" => array:2 [
489 "concrete" => Closure($app) {#30
490 class: "Illuminate\Routing\RoutingServiceProvider"
491 this: RoutingServiceProvider {#25}
492 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
493 line: "109 to 120"
494 }
495 "shared" => true
496 ]
497 "Psr\Http\Message\ServerRequestInterface" => array:2 [
498 "concrete" => Closure($app) {#31
499 class: "Illuminate\Routing\RoutingServiceProvider"
500 this: RoutingServiceProvider {#25}
501 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
502 line: "130 to 132"
503 }
504 "shared" => false
505 ]
506 "Psr\Http\Message\ResponseInterface" => array:2 [
507 "concrete" => Closure() {#32
508 class: "Illuminate\Routing\RoutingServiceProvider"
509 this: RoutingServiceProvider {#25}
510 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
511 line: "142 to 144"
512 }
513 "shared" => false
514 ]
515 "Illuminate\Contracts\Routing\ResponseFactory" => array:2 [
516 "concrete" => Closure($app) {#33
517 class: "Illuminate\Routing\RoutingServiceProvider"
518 this: RoutingServiceProvider {#25}
519 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
520 line: "154 to 156"
521 }
522 "shared" => true
523 ]
524 "Illuminate\Routing\Contracts\ControllerDispatcher" => array:2 [
525 "concrete" => Closure($app) {#34
526 class: "Illuminate\Routing\RoutingServiceProvider"
527 this: RoutingServiceProvider {#25}
528 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
529 line: "166 to 168"
530 }
531 "shared" => true
532 ]
533 "Illuminate\Contracts\Http\Kernel" => array:2 [
534 "concrete" => Closure($container, $parameters = []) {#35
535 class: "Illuminate\Container\Container"
536 this: Application {#5}
537 use: {
538 $abstract: "Illuminate\Contracts\Http\Kernel"
539 $concrete: "App\Http\Kernel"
540 }
541 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Container/Container.php"
542 line: "260 to 268"
543 }
544 "shared" => true
545 ]
546 "Illuminate\Contracts\Console\Kernel" => array:2 [
547 "concrete" => Closure($container, $parameters = []) {#36
548 class: "Illuminate\Container\Container"
549 this: Application {#5}
550 use: {
551 $abstract: "Illuminate\Contracts\Console\Kernel"
552 $concrete: "App\Console\Kernel"
553 }
554 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Container/Container.php"
555 line: "260 to 268"
556 }
557 "shared" => true
558 ]
559 "Illuminate\Contracts\Debug\ExceptionHandler" => array:2 [
560 "concrete" => Closure($container, $parameters = []) {#37
561 class: "Illuminate\Container\Container"
562 this: Application {#5}
563 use: {
564 $abstract: "Illuminate\Contracts\Debug\ExceptionHandler"
565 $concrete: "App\Exceptions\Handler"
566 }
567 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Container/Container.php"
568 line: "260 to 268"
569 }
570 "shared" => true
571 ]
572 "env" => array:2 [
573 "concrete" => Closure() {#687
574 class: "Illuminate\Container\Container"
575 this: Application {#5}
576 use: {
577 $value: "local"
578 }
579 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Container/Container.php"
580 line: "1258 to 1260"
581 }
582 "shared" => false
583 ]
584 "auth" => array:2 [
585 "concrete" => Closure($app) {#722
586 class: "Illuminate\Auth\AuthServiceProvider"
587 this: AuthServiceProvider {#721}
588 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
589 line: "33 to 40"
590 }
591 "shared" => true
592 ]
593 "auth.driver" => array:2 [
594 "concrete" => Closure($app) {#723
595 class: "Illuminate\Auth\AuthServiceProvider"
596 this: AuthServiceProvider {#721}
597 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
598 line: "42 to 44"
599 }
600 "shared" => true
601 ]
602 "Illuminate\Contracts\Auth\Authenticatable" => array:2 [
603 "concrete" => Closure($app) {#724
604 class: "Illuminate\Auth\AuthServiceProvider"
605 this: AuthServiceProvider {#721}
606 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
607 line: "55 to 57"
608 }
609 "shared" => false
610 ]
611 "Illuminate\Contracts\Auth\Access\Gate" => array:2 [
612 "concrete" => Closure($app) {#725
613 class: "Illuminate\Auth\AuthServiceProvider"
614 this: AuthServiceProvider {#721}
615 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
616 line: "68 to 72"
617 }
618 "shared" => true
619 ]
620 "cookie" => array:2 [
621 "concrete" => Closure($app) {#730
622 class: "Illuminate\Cookie\CookieServiceProvider"
623 this: CookieServiceProvider {#729}
624 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Cookie/CookieServiceProvider.php"
625 line: "16 to 22"
626 }
627 "shared" => true
628 ]
629 "db.factory" => array:2 [
630 "concrete" => Closure($app) {#733
631 class: "Illuminate\Database\DatabaseServiceProvider"
632 this: DatabaseServiceProvider {#732}
633 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
634 line: "54 to 56"
635 }
636 "shared" => true
637 ]
638 "db" => array:2 [
639 "concrete" => Closure($app) {#734
640 class: "Illuminate\Database\DatabaseServiceProvider"
641 this: DatabaseServiceProvider {#732}
642 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
643 line: "61 to 63"
644 }
645 "shared" => true
646 ]
647 "db.connection" => array:2 [
648 "concrete" => Closure($app) {#735
649 class: "Illuminate\Database\DatabaseServiceProvider"
650 this: DatabaseServiceProvider {#732}
651 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
652 line: "65 to 67"
653 }
654 "shared" => false
655 ]
656 "Faker\Generator" => array:2 [
657 "concrete" => Closure($app) {#736
658 class: "Illuminate\Database\DatabaseServiceProvider"
659 this: DatabaseServiceProvider {#732}
660 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
661 line: "77 to 79"
662 }
663 "shared" => true
664 ]
665 "Illuminate\Database\Eloquent\Factory" => array:2 [
666 "concrete" => Closure($app) {#737
667 class: "Illuminate\Database\DatabaseServiceProvider"
668 this: DatabaseServiceProvider {#732}
669 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
670 line: "81 to 85"
671 }
672 "shared" => true
673 ]
674 "Illuminate\Contracts\Queue\EntityResolver" => array:2 [
675 "concrete" => Closure() {#738
676 class: "Illuminate\Database\DatabaseServiceProvider"
677 this: DatabaseServiceProvider {#732}
678 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
679 line: "95 to 97"
680 }
681 "shared" => true
682 ]
683 "encrypter" => array:2 [
684 "concrete" => Closure($app) {#741
685 class: "Illuminate\Encryption\EncryptionServiceProvider"
686 this: EncryptionServiceProvider {#740}
687 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php"
688 line: "18 to 29"
689 }
690 "shared" => true
691 ]
692 "files" => array:2 [
693 "concrete" => Closure() {#744
694 class: "Illuminate\Filesystem\FilesystemServiceProvider"
695 this: FilesystemServiceProvider {#743}
696 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
697 line: "28 to 30"
698 }
699 "shared" => true
700 ]
701 "filesystem" => array:2 [
702 "concrete" => Closure() {#745
703 class: "Illuminate\Filesystem\FilesystemServiceProvider"
704 this: FilesystemServiceProvider {#743}
705 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
706 line: "58 to 60"
707 }
708 "shared" => true
709 ]
710 "filesystem.disk" => array:2 [
711 "concrete" => Closure() {#746
712 class: "Illuminate\Filesystem\FilesystemServiceProvider"
713 this: FilesystemServiceProvider {#743}
714 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
715 line: "42 to 44"
716 }
717 "shared" => true
718 ]
719 "filesystem.cloud" => array:2 [
720 "concrete" => Closure() {#747
721 class: "Illuminate\Filesystem\FilesystemServiceProvider"
722 this: FilesystemServiceProvider {#743}
723 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
724 line: "46 to 48"
725 }
726 "shared" => true
727 ]
728 "Illuminate\Notifications\ChannelManager" => array:2 [
729 "concrete" => Closure($app) {#756
730 class: "Illuminate\Notifications\NotificationServiceProvider"
731 this: NotificationServiceProvider {#755}
732 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Notifications/NotificationServiceProvider.php"
733 line: "34 to 36"
734 }
735 "shared" => true
736 ]
737 "session" => array:2 [
738 "concrete" => Closure($app) {#764
739 class: "Illuminate\Session\SessionServiceProvider"
740 this: SessionServiceProvider {#763}
741 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Session/SessionServiceProvider.php"
742 line: "31 to 33"
743 }
744 "shared" => true
745 ]
746 "session.store" => array:2 [
747 "concrete" => Closure($app) {#765
748 class: "Illuminate\Session\SessionServiceProvider"
749 this: SessionServiceProvider {#763}
750 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Session/SessionServiceProvider.php"
751 line: "43 to 48"
752 }
753 "shared" => true
754 ]
755 "Illuminate\Session\Middleware\StartSession" => array:2 [
756 "concrete" => Closure($container, $parameters = []) {#766
757 class: "Illuminate\Container\Container"
758 this: Application {#5}
759 use: {
760 $abstract: "Illuminate\Session\Middleware\StartSession"
761 $concrete: "Illuminate\Session\Middleware\StartSession"
762 }
763 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Container/Container.php"
764 line: "260 to 268"
765 }
766 "shared" => true
767 ]
768 "view" => array:2 [
769 "concrete" => Closure($app) {#769
770 class: "Illuminate\View\ViewServiceProvider"
771 this: ViewServiceProvider {#768}
772 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
773 line: "35 to 53"
774 }
775 "shared" => true
776 ]
777 "view.finder" => array:2 [
778 "concrete" => Closure($app) {#770
779 class: "Illuminate\View\ViewServiceProvider"
780 this: ViewServiceProvider {#768}
781 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
782 line: "76 to 78"
783 }
784 "shared" => false
785 ]
786 "view.engine.resolver" => array:2 [
787 "concrete" => Closure() {#771
788 class: "Illuminate\View\ViewServiceProvider"
789 this: ViewServiceProvider {#768}
790 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
791 line: "88 to 99"
792 }
793 "shared" => true
794 ]
795 "Facade\IgnitionContracts\SolutionProviderRepository" => array:2 [
796 "concrete" => Closure() {#798
797 class: "Facade\Ignition\IgnitionServiceProvider"
798 this: IgnitionServiceProvider {#773}
799 file: "/home/vagrant/code/TometaIS/vendor/facade/ignition/src/IgnitionServiceProvider.php"
800 line: "148 to 152"
801 }
802 "shared" => true
803 ]
804 "Facade\Ignition\ErrorPage\Renderer" => array:2 [
805 "concrete" => Closure() {#799
806 class: "Facade\Ignition\IgnitionServiceProvider"
807 this: IgnitionServiceProvider {#773}
808 file: "/home/vagrant/code/TometaIS/vendor/facade/ignition/src/IgnitionServiceProvider.php"
809 line: "159 to 161"
810 }
811 "shared" => false
812 ]
813 "Whoops\Handler\HandlerInterface" => array:2 [
814 "concrete" => Closure(Application $app) {#800
815 class: "Facade\Ignition\IgnitionServiceProvider"
816 this: IgnitionServiceProvider {#773}
817 file: "/home/vagrant/code/TometaIS/vendor/facade/ignition/src/IgnitionServiceProvider.php"
818 line: "168 to 170"
819 }
820 "shared" => false
821 ]
822 "Facade\Ignition\IgnitionConfig" => array:2 [
823 "concrete" => Closure() {#801
824 class: "Facade\Ignition\IgnitionServiceProvider"
825 this: IgnitionServiceProvider {#773}
826 file: "/home/vagrant/code/TometaIS/vendor/facade/ignition/src/IgnitionServiceProvider.php"
827 line: "177 to 189"
828 }
829 "shared" => true
830 ]
831 "flare.http" => array:2 [
832 "concrete" => Closure() {#802
833 class: "Facade\Ignition\IgnitionServiceProvider"
834 this: IgnitionServiceProvider {#773}
835 file: "/home/vagrant/code/TometaIS/vendor/facade/ignition/src/IgnitionServiceProvider.php"
836 line: "196 to 202"
837 }
838 "shared" => true
839 ]
840 "flare.client" => array:2 [
841 "concrete" => Closure() {#803
842 class: "Facade\Ignition\IgnitionServiceProvider"
843 this: IgnitionServiceProvider {#773}
844 file: "/home/vagrant/code/TometaIS/vendor/facade/ignition/src/IgnitionServiceProvider.php"
845 line: "206 to 212"
846 }
847 "shared" => true
848 ]
849 "flare.logger" => array:2 [
850 "concrete" => Closure($app) {#804
851 class: "Facade\Ignition\IgnitionServiceProvider"
852 this: IgnitionServiceProvider {#773}
853 file: "/home/vagrant/code/TometaIS/vendor/facade/ignition/src/IgnitionServiceProvider.php"
854 line: "221 to 234"
855 }
856 "shared" => true
857 ]
858 "Facade\Ignition\LogRecorder\LogRecorder" => array:2 [
859 "concrete" => Closure($container, $parameters = []) {#815
860 class: "Illuminate\Container\Container"
861 this: Application {#5}
862 use: {
863 $abstract: "Facade\Ignition\LogRecorder\LogRecorder"
864 $concrete: "Facade\Ignition\LogRecorder\LogRecorder"
865 }
866 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Container/Container.php"
867 line: "260 to 268"
868 }
869 "shared" => true
870 ]
871 "Facade\Ignition\DumpRecorder\MultiDumpHandler" => array:2 [
872 "concrete" => Closure($container, $parameters = []) {#829
873 class: "Illuminate\Container\Container"
874 this: Application {#5}
875 use: {
876 $abstract: "Facade\Ignition\DumpRecorder\MultiDumpHandler"
877 $concrete: MultiDumpHandler {#828}
878 }
879 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Container/Container.php"
880 line: "260 to 268"
881 }
882 "shared" => true
883 ]
884 "Facade\Ignition\DumpRecorder\DumpRecorder" => array:2 [
885 "concrete" => Closure($container, $parameters = []) {#833
886 class: "Illuminate\Container\Container"
887 this: Application {#5}
888 use: {
889 $abstract: "Facade\Ignition\DumpRecorder\DumpRecorder"
890 $concrete: "Facade\Ignition\DumpRecorder\DumpRecorder"
891 }
892 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Container/Container.php"
893 line: "260 to 268"
894 }
895 "shared" => true
896 ]
897 "command.flare:test" => array:2 [
898 "concrete" => Closure($container, $parameters = []) {#840
899 class: "Illuminate\Container\Container"
900 this: Application {#5}
901 use: {
902 $abstract: "command.flare:test"
903 $concrete: "Facade\Ignition\Commands\TestCommand"
904 }
905 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Container/Container.php"
906 line: "260 to 268"
907 }
908 "shared" => false
909 ]
910 "Facade\Ignition\QueryRecorder\QueryRecorder" => array:2 [
911 "concrete" => Closure($container, $parameters = []) {#849
912 class: "Illuminate\Container\Container"
913 this: Application {#5}
914 use: {
915 $abstract: "Facade\Ignition\QueryRecorder\QueryRecorder"
916 $concrete: "Facade\Ignition\QueryRecorder\QueryRecorder"
917 }
918 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Container/Container.php"
919 line: "260 to 268"
920 }
921 "shared" => true
922 ]
923 "League\OAuth2\Server\AuthorizationServer" => array:2 [
924 "concrete" => Closure() {#911
925 class: "Laravel\Passport\PassportServiceProvider"
926 this: PassportServiceProvider {#902}
927 file: "/home/vagrant/code/TometaIS/vendor/laravel/passport/src/PassportServiceProvider.php"
928 line: "98 to 128"
929 }
930 "shared" => true
931 ]
932 "League\OAuth2\Server\ResourceServer" => array:2 [
933 "concrete" => Closure() {#912
934 class: "Laravel\Passport\PassportServiceProvider"
935 this: PassportServiceProvider {#902}
936 file: "/home/vagrant/code/TometaIS/vendor/laravel/passport/src/PassportServiceProvider.php"
937 line: "221 to 226"
938 }
939 "shared" => true
940 ]
941 "command.tinker" => array:2 [
942 "concrete" => Closure() {#919
943 class: "Laravel\Tinker\TinkerServiceProvider"
944 this: TinkerServiceProvider {#918}
945 file: "/home/vagrant/code/TometaIS/vendor/laravel/tinker/src/TinkerServiceProvider.php"
946 line: "44 to 46"
947 }
948 "shared" => true
949 ]
950 "blade.compiler" => array:2 [
951 "concrete" => Closure() {#956
952 class: "Illuminate\View\ViewServiceProvider"
953 this: ViewServiceProvider {#768}
954 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
955 line: "139 to 143"
956 }
957 "shared" => true
958 ]
959 "queue" => array:2 [
960 "concrete" => Closure($app) {#978
961 class: "Illuminate\Queue\QueueServiceProvider"
962 this: QueueServiceProvider {#976}
963 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Queue/QueueServiceProvider.php"
964 line: "46 to 53"
965 }
966 "shared" => true
967 ]
968 "queue.connection" => array:2 [
969 "concrete" => Closure($app) {#979
970 class: "Illuminate\Queue\QueueServiceProvider"
971 this: QueueServiceProvider {#976}
972 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Queue/QueueServiceProvider.php"
973 line: "63 to 65"
974 }
975 "shared" => true
976 ]
977 "queue.worker" => array:2 [
978 "concrete" => Closure() {#980
979 class: "Illuminate\Queue\QueueServiceProvider"
980 this: QueueServiceProvider {#976}
981 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Queue/QueueServiceProvider.php"
982 line: "166 to 177"
983 }
984 "shared" => true
985 ]
986 "queue.listener" => array:2 [
987 "concrete" => Closure() {#981
988 class: "Illuminate\Queue\QueueServiceProvider"
989 this: QueueServiceProvider {#976}
990 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Queue/QueueServiceProvider.php"
991 line: "187 to 189"
992 }
993 "shared" => true
994 ]
995 "queue.failer" => array:2 [
996 "concrete" => Closure() {#982
997 class: "Illuminate\Queue\QueueServiceProvider"
998 this: QueueServiceProvider {#976}
999 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Queue/QueueServiceProvider.php"
1000 line: "199 to 209"
1001 }
1002 "shared" => true
1003 ]
1004 "auth.loaded" => array:2 [
1005 "concrete" => Closure() {#1243
1006 class: "Illuminate\Container\Container"
1007 this: Application {#5}
1008 use: {
1009 $value: true
1010 }
1011 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Container/Container.php"
1012 line: "1258 to 1260"
1013 }
1014 "shared" => false
1015 ]
1016 "hash" => array:2 [
1017 "concrete" => Closure($app) {#1269
1018 class: "Illuminate\Hashing\HashServiceProvider"
1019 this: HashServiceProvider {#1267}
1020 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Hashing/HashServiceProvider.php"
1021 line: "17 to 19"
1022 }
1023 "shared" => true
1024 ]
1025 "hash.driver" => array:2 [
1026 "concrete" => Closure($app) {#1270
1027 class: "Illuminate\Hashing\HashServiceProvider"
1028 this: HashServiceProvider {#1267}
1029 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Hashing/HashServiceProvider.php"
1030 line: "21 to 23"
1031 }
1032 "shared" => true
1033 ]
1034 "cache" => array:2 [
1035 "concrete" => Closure($app) {#1484
1036 class: "Illuminate\Cache\CacheServiceProvider"
1037 this: CacheServiceProvider {#1482}
1038 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Cache/CacheServiceProvider.php"
1039 line: "18 to 20"
1040 }
1041 "shared" => true
1042 ]
1043 "cache.store" => array:2 [
1044 "concrete" => Closure($app) {#1485
1045 class: "Illuminate\Cache\CacheServiceProvider"
1046 this: CacheServiceProvider {#1482}
1047 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Cache/CacheServiceProvider.php"
1048 line: "22 to 24"
1049 }
1050 "shared" => true
1051 ]
1052 "cache.psr6" => array:2 [
1053 "concrete" => Closure($app) {#1486
1054 class: "Illuminate\Cache\CacheServiceProvider"
1055 this: CacheServiceProvider {#1482}
1056 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Cache/CacheServiceProvider.php"
1057 line: "26 to 28"
1058 }
1059 "shared" => true
1060 ]
1061 "memcached.connector" => array:2 [
1062 "concrete" => Closure() {#1487
1063 class: "Illuminate\Cache\CacheServiceProvider"
1064 this: CacheServiceProvider {#1482}
1065 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Cache/CacheServiceProvider.php"
1066 line: "30 to 32"
1067 }
1068 "shared" => true
1069 ]
1070 ]
1071 #methodBindings: []
1072 #instances: array:42 [
1073 "path" => "/home/vagrant/code/TometaIS/app"
1074 "path.base" => "/home/vagrant/code/TometaIS"
1075 "path.lang" => "/home/vagrant/code/TometaIS/resources/lang"
1076 "path.config" => "/home/vagrant/code/TometaIS/config"
1077 "path.public" => "/home/vagrant/code/TometaIS/public"
1078 "path.storage" => "/home/vagrant/code/TometaIS/storage"
1079 "path.database" => "/home/vagrant/code/TometaIS/database"
1080 "path.resources" => "/home/vagrant/code/TometaIS/resources"
1081 "path.bootstrap" => "/home/vagrant/code/TometaIS/bootstrap"
1082 "app" => Application {#5}
1083 "Illuminate\Container\Container" => Application {#5}
1084 "Illuminate\Foundation\PackageManifest" => PackageManifest {#7
1085 +files: Filesystem {#8}
1086 +basePath: "/home/vagrant/code/TometaIS"
1087 +vendorPath: "/home/vagrant/code/TometaIS/vendor"
1088 +manifestPath: "/home/vagrant/code/TometaIS/bootstrap/cache/packages.php"
1089 +manifest: array:7 [
1090 "facade/ignition" => array:2 [
1091 "providers" => array:1 [ …1]
1092 "aliases" => array:1 [ …1]
1093 ]
1094 "fideloper/proxy" => array:1 [
1095 "providers" => array:1 [ …1]
1096 ]
1097 "laravel/passport" => array:1 [
1098 "providers" => array:1 [ …1]
1099 ]
1100 "laravel/tinker" => array:1 [
1101 "providers" => array:1 [ …1]
1102 ]
1103 "laravel/ui" => array:1 [
1104 "providers" => array:1 [ …1]
1105 ]
1106 "nesbot/carbon" => array:1 [
1107 "providers" => array:1 [ …1]
1108 ]
1109 "nunomaduro/collision" => array:1 [
1110 "providers" => array:1 [ …1]
1111 ]
1112 ]
1113 }
1114 "events" => Dispatcher {#47}
1115 "router" => Router {#46
1116 #events: Dispatcher {#47}
1117 #container: Application {#5}
1118 #routes: RouteCollection {#49
1119 #routes: array:5 [
1120 "GET" => array:26 [
1121 "_ignition/health-check" => Route {#793
1122 +uri: "_ignition/health-check"
1123 +methods: array:2 [ …2]
1124 +action: array:6 [ …6]
1125 +isFallback: false
1126 +controller: null
1127 +defaults: []
1128 +wheres: []
1129 +parameters: null
1130 +parameterNames: null
1131 #originalParameters: null
1132 +computedMiddleware: null
1133 +compiled: null
1134 #router: Router {#46}
1135 #container: Application {#5}
1136 }
1137 "_ignition/scripts/{script}" => Route {#796
1138 +uri: "_ignition/scripts/{script}"
1139 +methods: array:2 [ …2]
1140 +action: array:6 [ …6]
1141 +isFallback: false
1142 +controller: null
1143 +defaults: []
1144 +wheres: []
1145 +parameters: null
1146 +parameterNames: null
1147 #originalParameters: null
1148 +computedMiddleware: null
1149 +compiled: null
1150 #router: Router {#46}
1151 #container: Application {#5}
1152 }
1153 "_ignition/styles/{style}" => Route {#797
1154 +uri: "_ignition/styles/{style}"
1155 +methods: array:2 [ …2]
1156 +action: array:6 [ …6]
1157 +isFallback: false
1158 +controller: null
1159 +defaults: []
1160 +wheres: []
1161 +parameters: null
1162 +parameterNames: null
1163 #originalParameters: null
1164 +computedMiddleware: null
1165 +compiled: null
1166 #router: Router {#46}
1167 #container: Application {#5}
1168 }
1169 "oauth/authorize" => Route {#1041
1170 +uri: "oauth/authorize"
1171 +methods: array:2 [ …2]
1172 +action: array:7 [ …7]
1173 +isFallback: false
1174 +controller: null
1175 +defaults: []
1176 +wheres: []
1177 +parameters: null
1178 +parameterNames: null
1179 #originalParameters: null
1180 +computedMiddleware: null
1181 +compiled: null
1182 #router: Router {#46}
1183 #container: Application {#5}
1184 }
1185 "oauth/tokens" => Route {#1046
1186 +uri: "oauth/tokens"
1187 +methods: array:2 [ …2]
1188 +action: array:7 [ …7]
1189 +isFallback: false
1190 +controller: null
1191 +defaults: []
1192 +wheres: []
1193 +parameters: null
1194 +parameterNames: null
1195 #originalParameters: null
1196 +computedMiddleware: null
1197 +compiled: null
1198 #router: Router {#46}
1199 #container: Application {#5}
1200 }
1201 "oauth/clients" => Route {#1050
1202 +uri: "oauth/clients"
1203 +methods: array:2 [ …2]
1204 +action: array:7 [ …7]
1205 +isFallback: false
1206 +controller: null
1207 +defaults: []
1208 +wheres: []
1209 +parameters: null
1210 +parameterNames: null
1211 #originalParameters: null
1212 +computedMiddleware: null
1213 +compiled: null
1214 #router: Router {#46}
1215 #container: Application {#5}
1216 }
1217 "oauth/scopes" => Route {#1055
1218 +uri: "oauth/scopes"
1219 +methods: array:2 [ …2]
1220 +action: array:7 [ …7]
1221 +isFallback: false
1222 +controller: null
1223 +defaults: []
1224 +wheres: []
1225 +parameters: null
1226 +parameterNames: null
1227 #originalParameters: null
1228 +computedMiddleware: null
1229 +compiled: null
1230 #router: Router {#46}
1231 #container: Application {#5}
1232 }
1233 "oauth/personal-access-tokens" => Route {#1056
1234 +uri: "oauth/personal-access-tokens"
1235 +methods: array:2 [ …2]
1236 +action: array:7 [ …7]
1237 +isFallback: false
1238 +controller: null
1239 +defaults: []
1240 +wheres: []
1241 +parameters: null
1242 +parameterNames: null
1243 #originalParameters: null
1244 +computedMiddleware: null
1245 +compiled: null
1246 #router: Router {#46}
1247 #container: Application {#5}
1248 }
1249 "api/get-user" => Route {#1081 …14}
1250 "api/get-role" => Route {#1082 …14}
1251 "api/getAllManagers" => Route {#1084 …14}
1252 "api/getAllSchools" => Route {#1085 …14}
1253 "api/school/{id}" => Route {#1086 …14}
1254 "api/checkSchoolManager" => Route {#1087 …14}
1255 "api/getMaterials" => Route {#1088 …14}
1256 "api/products" => Route {#1092 …14}
1257 "api/orderProducts/{orderId}" => Route {#1093 …14}
1258 "api/orders" => Route {#1095 …14}
1259 "api/order/{id}" => Route {#1096 …14}
1260 "api/preproducts" => Route {#1098 …14}
1261 "api/preproduct/{id}" => Route {#1099 …14}
1262 "api/barcode/{barcode}" => Route {#1100 …14}
1263 "api/oneSchool/{id}" => Route {#1102 …14}
1264 "api/filteredProducts" => Route {#1103 …14}
1265 "{any?}" => Route {#1108 …14}
1266 "{any?}/{id}" => Route {#1110 …14}
1267 ]
1268 "HEAD" => array:26 [
1269 "_ignition/health-check" => Route {#793}
1270 "_ignition/scripts/{script}" => Route {#796}
1271 "_ignition/styles/{style}" => Route {#797}
1272 "oauth/authorize" => Route {#1041}
1273 "oauth/tokens" => Route {#1046}
1274 "oauth/clients" => Route {#1050}
1275 "oauth/scopes" => Route {#1055}
1276 "oauth/personal-access-tokens" => Route {#1056}
1277 "api/get-user" => Route {#1081 …14}
1278 "api/get-role" => Route {#1082 …14}
1279 "api/getAllManagers" => Route {#1084 …14}
1280 "api/getAllSchools" => Route {#1085 …14}
1281 "api/school/{id}" => Route {#1086 …14}
1282 "api/checkSchoolManager" => Route {#1087 …14}
1283 "api/getMaterials" => Route {#1088 …14}
1284 "api/products" => Route {#1092 …14}
1285 "api/orderProducts/{orderId}" => Route {#1093 …14}
1286 "api/orders" => Route {#1095 …14}
1287 "api/order/{id}" => Route {#1096 …14}
1288 "api/preproducts" => Route {#1098 …14}
1289 "api/preproduct/{id}" => Route {#1099 …14}
1290 "api/barcode/{barcode}" => Route {#1100 …14}
1291 "api/oneSchool/{id}" => Route {#1102 …14}
1292 "api/filteredProducts" => Route {#1103 …14}
1293 "{any?}" => Route {#1108 …14}
1294 "{any?}/{id}" => Route {#1110 …14}
1295 ]
1296 "POST" => array:16 [
1297 "_ignition/execute-solution" => Route {#794
1298 +uri: "_ignition/execute-solution"
1299 +methods: array:1 [ …1]
1300 +action: array:6 [ …6]
1301 +isFallback: false
1302 +controller: null
1303 +defaults: []
1304 +wheres: []
1305 +parameters: null
1306 +parameterNames: null
1307 #originalParameters: null
1308 +computedMiddleware: null
1309 +compiled: CompiledRoute {#1163 …8}
1310 #router: Router {#46}
1311 #container: Application {#5}
1312 }
1313 "_ignition/share-report" => Route {#795
1314 +uri: "_ignition/share-report"
1315 +methods: array:1 [ …1]
1316 +action: array:6 [ …6]
1317 +isFallback: false
1318 +controller: null
1319 +defaults: []
1320 +wheres: []
1321 +parameters: null
1322 +parameterNames: null
1323 #originalParameters: null
1324 +computedMiddleware: null
1325 +compiled: CompiledRoute {#1170 …8}
1326 #router: Router {#46}
1327 #container: Application {#5}
1328 }
1329 "oauth/authorize" => Route {#1042
1330 +uri: "oauth/authorize"
1331 +methods: array:1 [ …1]
1332 +action: array:7 [ …7]
1333 +isFallback: false
1334 +controller: null
1335 +defaults: []
1336 +wheres: []
1337 +parameters: null
1338 +parameterNames: null
1339 #originalParameters: null
1340 +computedMiddleware: null
1341 +compiled: CompiledRoute {#1173 …8}
1342 #router: Router {#46}
1343 #container: Application {#5}
1344 }
1345 "oauth/token" => Route {#1044
1346 +uri: "oauth/token"
1347 +methods: array:1 [ …1]
1348 +action: array:7 [ …7]
1349 +isFallback: false
1350 +controller: null
1351 +defaults: []
1352 +wheres: []
1353 +parameters: null
1354 +parameterNames: null
1355 #originalParameters: null
1356 +computedMiddleware: null
1357 +compiled: CompiledRoute {#1176 …8}
1358 #router: Router {#46}
1359 #container: Application {#5}
1360 }
1361 "oauth/token/refresh" => Route {#1048
1362 +uri: "oauth/token/refresh"
1363 +methods: array:1 [ …1]
1364 +action: array:7 [ …7]
1365 +isFallback: false
1366 +controller: null
1367 +defaults: []
1368 +wheres: []
1369 +parameters: null
1370 +parameterNames: null
1371 #originalParameters: null
1372 +computedMiddleware: null
1373 +compiled: CompiledRoute {#1179 …8}
1374 #router: Router {#46}
1375 #container: Application {#5}
1376 }
1377 "oauth/clients" => Route {#1051
1378 +uri: "oauth/clients"
1379 +methods: array:1 [ …1]
1380 +action: array:7 [ …7]
1381 +isFallback: false
1382 +controller: null
1383 +defaults: []
1384 +wheres: []
1385 +parameters: null
1386 +parameterNames: null
1387 #originalParameters: null
1388 +computedMiddleware: null
1389 +compiled: CompiledRoute {#1182 …8}
1390 #router: Router {#46}
1391 #container: Application {#5}
1392 }
1393 "oauth/personal-access-tokens" => Route {#1057
1394 +uri: "oauth/personal-access-tokens"
1395 +methods: array:1 [ …1]
1396 +action: array:7 [ …7]
1397 +isFallback: false
1398 +controller: null
1399 +defaults: []
1400 +wheres: []
1401 +parameters: null
1402 +parameterNames: null
1403 #originalParameters: null
1404 +computedMiddleware: null
1405 +compiled: CompiledRoute {#1185 …8}
1406 #router: Router {#46}
1407 #container: Application {#5}
1408 }
1409 "api/login" => Route {#1077
1410 +uri: "api/login"
1411 +methods: array:1 [ …1]
1412 +action: array:6 [ …6]
1413 +isFallback: false
1414 +controller: null
1415 +defaults: []
1416 +wheres: []
1417 +parameters: null
1418 +parameterNames: null
1419 #originalParameters: null
1420 +computedMiddleware: null
1421 +compiled: CompiledRoute {#1188 …8}
1422 #router: Router {#46}
1423 #container: Application {#5}
1424 }
1425 "api/register" => Route {#1080
1426 +uri: "api/register"
1427 +methods: array:1 [ …1]
1428 +action: array:6 [ …6]
1429 +isFallback: false
1430 +controller: null
1431 +defaults: []
1432 +wheres: []
1433 +parameters: null
1434 +parameterNames: null
1435 #originalParameters: null
1436 +computedMiddleware: null
1437 +compiled: CompiledRoute {#1191 …8}
1438 #router: Router {#46}
1439 …1
1440 }
1441 "api/registerSchool" => Route {#1083 …14}
1442 "api/materials" => Route {#1089 …14}
1443 "api/schoolMaterial" => Route {#1090 …14}
1444 "api/product" => Route {#1091 …14}
1445 "api/order" => Route {#1094 …14}
1446 "api/preproduct" => Route {#1097 …14}
1447 "api/barcode" => Route {#1101
1448 +uri: "api/barcode"
1449 +methods: array:1 [
1450 0 => "POST"
1451 ]
1452 +action: array:6 [
1453 "middleware" => array:2 [ …2]
1454 "uses" => "App\Http\Controllers\BarcodeController@changeStatus"
1455 "controller" => "App\Http\Controllers\BarcodeController@changeStatus"
1456 "namespace" => "App\Http\Controllers"
1457 "prefix" => "api"
1458 "where" => []
1459 ]
1460 +isFallback: false
1461 +controller: BarcodeController {#1219
1462 #middleware: []
1463 }
1464 +defaults: []
1465 +wheres: []
1466 +parameters: []
1467 +parameterNames: []
1468 #originalParameters: []
1469 +computedMiddleware: array:2 [
1470 0 => "api"
1471 1 => "auth:api"
1472 ]
1473 +compiled: CompiledRoute {#1212
1474 -variables: []
1475 -tokens: array:1 [ …1]
1476 -staticPrefix: "/api/barcode"
1477 -regex: "#^/api/barcode$#sDu"
1478 -pathVariables: []
1479 -hostVariables: []
1480 -hostRegex: null
1481 -hostTokens: []
1482 }
1483 #router: Router {#46}
1484 #container: Application {#5}
1485 }
1486 ]
1487 "DELETE" => array:5 [
1488 "oauth/authorize" => Route {#1043
1489 +uri: "oauth/authorize"
1490 +methods: array:1 [ …1]
1491 +action: array:7 [ …7]
1492 +isFallback: false
1493 +controller: null
1494 +defaults: []
1495 +wheres: []
1496 +parameters: null
1497 +parameterNames: null
1498 #originalParameters: null
1499 +computedMiddleware: null
1500 +compiled: null
1501 #router: Router {#46}
1502 #container: Application {#5}
1503 }
1504 "oauth/tokens/{token_id}" => Route {#1047
1505 +uri: "oauth/tokens/{token_id}"
1506 +methods: array:1 [ …1]
1507 +action: array:7 [ …7]
1508 +isFallback: false
1509 +controller: null
1510 +defaults: []
1511 +wheres: []
1512 +parameters: null
1513 +parameterNames: null
1514 #originalParameters: null
1515 +computedMiddleware: null
1516 +compiled: null
1517 #router: Router {#46}
1518 #container: Application {#5}
1519 }
1520 "oauth/clients/{client_id}" => Route {#1053
1521 +uri: "oauth/clients/{client_id}"
1522 +methods: array:1 [ …1]
1523 +action: array:7 [ …7]
1524 +isFallback: false
1525 +controller: null
1526 +defaults: []
1527 +wheres: []
1528 +parameters: null
1529 +parameterNames: null
1530 #originalParameters: null
1531 +computedMiddleware: null
1532 +compiled: null
1533 #router: Router {#46}
1534 #container: Application {#5}
1535 }
1536 "oauth/personal-access-tokens/{token_id}" => Route {#1058
1537 +uri: "oauth/personal-access-tokens/{token_id}"
1538 +methods: array:1 [ …1]
1539 +action: array:7 [ …7]
1540 +isFallback: false
1541 +controller: null
1542 +defaults: []
1543 +wheres: []
1544 +parameters: null
1545 +parameterNames: null
1546 #originalParameters: null
1547 +computedMiddleware: null
1548 +compiled: null
1549 #router: Router {#46}
1550 #container: Application {#5}
1551 }
1552 "api/preproducts/{id}" => Route {#1104 …14}
1553 ]
1554 "PUT" => array:1 [
1555 "oauth/clients/{client_id}" => Route {#1052
1556 +uri: "oauth/clients/{client_id}"
1557 +methods: array:1 [ …1]
1558 +action: array:7 [ …7]
1559 +isFallback: false
1560 +controller: null
1561 +defaults: []
1562 +wheres: []
1563 +parameters: null
1564 +parameterNames: null
1565 #originalParameters: null
1566 +computedMiddleware: null
1567 +compiled: null
1568 #router: Router {#46}
1569 #container: Application {#5}
1570 }
1571 ]
1572 ]
1573 #allRoutes: array:48 [
1574 "HEAD_ignition/health-check" => Route {#793}
1575 "POST_ignition/execute-solution" => Route {#794}
1576 "POST_ignition/share-report" => Route {#795}
1577 "HEAD_ignition/scripts/{script}" => Route {#796}
1578 "HEAD_ignition/styles/{style}" => Route {#797}
1579 "HEADoauth/authorize" => Route {#1041}
1580 "POSToauth/authorize" => Route {#1042}
1581 "DELETEoauth/authorize" => Route {#1043}
1582 "POSToauth/token" => Route {#1044}
1583 "HEADoauth/tokens" => Route {#1046}
1584 "DELETEoauth/tokens/{token_id}" => Route {#1047}
1585 "POSToauth/token/refresh" => Route {#1048}
1586 "HEADoauth/clients" => Route {#1050}
1587 "POSToauth/clients" => Route {#1051}
1588 "PUToauth/clients/{client_id}" => Route {#1052}
1589 "DELETEoauth/clients/{client_id}" => Route {#1053}
1590 "HEADoauth/scopes" => Route {#1055}
1591 "HEADoauth/personal-access-tokens" => Route {#1056}
1592 "POSToauth/personal-access-tokens" => Route {#1057}
1593 "DELETEoauth/personal-access-tokens/{token_id}" => Route {#1058}
1594 "POSTapi/login" => Route {#1077}
1595 "POSTapi/register" => Route {#1080 …1}
1596 "HEADapi/get-user" => Route {#1081 …14}
1597 "HEADapi/get-role" => Route {#1082 …14}
1598 "POSTapi/registerSchool" => Route {#1083 …14}
1599 "HEADapi/getAllManagers" => Route {#1084 …14}
1600 "HEADapi/getAllSchools" => Route {#1085 …14}
1601 "HEADapi/school/{id}" => Route {#1086 …14}
1602 "HEADapi/checkSchoolManager" => Route {#1087 …14}
1603 "HEADapi/getMaterials" => Route {#1088 …14}
1604 "POSTapi/materials" => Route {#1089 …14}
1605 "POSTapi/schoolMaterial" => Route {#1090 …14}
1606 "POSTapi/product" => Route {#1091 …14}
1607 "HEADapi/products" => Route {#1092 …14}
1608 "HEADapi/orderProducts/{orderId}" => Route {#1093 …14}
1609 "POSTapi/order" => Route {#1094 …14}
1610 "HEADapi/orders" => Route {#1095 …14}
1611 "HEADapi/order/{id}" => Route {#1096 …14}
1612 "POSTapi/preproduct" => Route {#1097 …14}
1613 "HEADapi/preproducts" => Route {#1098 …14}
1614 "HEADapi/preproduct/{id}" => Route {#1099 …14}
1615 "HEADapi/barcode/{barcode}" => Route {#1100 …14}
1616 "POSTapi/barcode" => Route {#1101}
1617 "HEADapi/oneSchool/{id}" => Route {#1102 …14}
1618 "HEADapi/filteredProducts" => Route {#1103 …14}
1619 "DELETEapi/preproducts/{id}" => Route {#1104 …14}
1620 "HEAD{any?}" => Route {#1108 …14}
1621 "HEAD{any?}/{id}" => Route {#1110 …14}
1622 ]
1623 #nameList: array:15 [
1624 "passport.authorizations.authorize" => Route {#1041}
1625 "passport.authorizations.approve" => Route {#1042}
1626 "passport.authorizations.deny" => Route {#1043}
1627 "passport.token" => Route {#1044}
1628 "passport.tokens.index" => Route {#1046}
1629 "passport.tokens.destroy" => Route {#1047}
1630 "passport.token.refresh" => Route {#1048}
1631 "passport.clients.index" => Route {#1050}
1632 "passport.clients.store" => Route {#1051}
1633 "passport.clients.update" => Route {#1052}
1634 "passport.clients.destroy" => Route {#1053}
1635 "passport.scopes.index" => Route {#1055}
1636 "passport.personal.tokens.index" => Route {#1056}
1637 "passport.personal.tokens.store" => Route {#1057}
1638 "passport.personal.tokens.destroy" => Route {#1058}
1639 ]
1640 #actionList: array:46 [
1641 "Facade\Ignition\Http\Controllers\HealthCheckController" => Route {#793}
1642 "Facade\Ignition\Http\Controllers\ExecuteSolutionController" => Route {#794}
1643 "Facade\Ignition\Http\Controllers\ShareReportController" => Route {#795}
1644 "Facade\Ignition\Http\Controllers\ScriptController" => Route {#796}
1645 "Facade\Ignition\Http\Controllers\StyleController" => Route {#797}
1646 "Laravel\Passport\Http\Controllers\AuthorizationController@authorize" => Route {#1041}
1647 "Laravel\Passport\Http\Controllers\ApproveAuthorizationController@approve" => Route {#1042}
1648 "Laravel\Passport\Http\Controllers\DenyAuthorizationController@deny" => Route {#1043}
1649 "Laravel\Passport\Http\Controllers\AccessTokenController@issueToken" => Route {#1044}
1650 "Laravel\Passport\Http\Controllers\AuthorizedAccessTokenController@forUser" => Route {#1046}
1651 "Laravel\Passport\Http\Controllers\AuthorizedAccessTokenController@destroy" => Route {#1047}
1652 "Laravel\Passport\Http\Controllers\TransientTokenController@refresh" => Route {#1048}
1653 "Laravel\Passport\Http\Controllers\ClientController@forUser" => Route {#1050}
1654 "Laravel\Passport\Http\Controllers\ClientController@store" => Route {#1051}
1655 "Laravel\Passport\Http\Controllers\ClientController@update" => Route {#1052}
1656 "Laravel\Passport\Http\Controllers\ClientController@destroy" => Route {#1053}
1657 "Laravel\Passport\Http\Controllers\ScopeController@all" => Route {#1055}
1658 "Laravel\Passport\Http\Controllers\PersonalAccessTokenController@forUser" => Route {#1056}
1659 "Laravel\Passport\Http\Controllers\PersonalAccessTokenController@store" => Route {#1057}
1660 "Laravel\Passport\Http\Controllers\PersonalAccessTokenController@destroy" => Route {#1058}
1661 "App\Http\Controllers\LoginController@Login" => Route {#1077}
1662 "App\Http\Controllers\LoginController@Register" => Route {#1080 …1}
1663 "App\Http\Controllers\LoginController@GetUser" => Route {#1081 …14}
1664 "App\Http\Controllers\LoginController@GetUserRole" => Route {#1082 …14}
1665 "App\Http\Controllers\SchoolController@registerSchool" => Route {#1083 …14}
1666 "App\Http\Controllers\RoleController@getAllManagers" => Route {#1084 …14}
1667 "App\Http\Controllers\SchoolController@getAllSchools" => Route {#1085 …14}
1668 "App\Http\Controllers\SchoolController@show" => Route {#1086 …14}
1669 "App\Http\Controllers\SchoolController@checkSchoolManager" => Route {#1087 …14}
1670 "App\Http\Controllers\SchoolController@getMaterials" => Route {#1088 …14}
1671 "App\Http\Controllers\SchoolController@addMaterial" => Route {#1089 …14}
1672 "App\Http\Controllers\SchoolController@attachMaterial" => Route {#1090 …14}
1673 "App\Http\Controllers\ProductController@addProduct" => Route {#1091 …14}
1674 "App\Http\Controllers\ProductController@getProducts" => Route {#1092 …14}
1675 "App\Http\Controllers\ProductController@getOrderProducts" => Route {#1093 …14}
1676 "App\Http\Controllers\OrderController@store" => Route {#1094 …14}
1677 "App\Http\Controllers\OrderController@index" => Route {#1095 …14}
1678 "App\Http\Controllers\OrderController@show" => Route {#1096 …14}
1679 "App\Http\Controllers\ProductController@store" => Route {#1097 …14}
1680 "App\Http\Controllers\ProductController@getPreProducts" => Route {#1098 …14}
1681 "App\Http\Controllers\ProductController@getPreProduct" => Route {#1099 …14}
1682 "App\Http\Controllers\BarcodeController@makeBarcode" => Route {#1100 …14}
1683 "App\Http\Controllers\BarcodeController@changeStatus" => Route {#1101}
1684 "App\Http\Controllers\SchoolController@getOne" => Route {#1102 …14}
1685 "App\Http\Controllers\ProductController@filterProductByNameStatus" => Route {#1103 …14}
1686 "App\Http\Controllers\ProductController@destroyPreProduct" => Route {#1104 …14}
1687 ]
1688 }
1689 #current: Route {#1101}
1690 #currentRequest: Request {#67
1691 #json: ParameterBag {#81
1692 #parameters: array:1 [
1693 "barcode" => "bc146"
1694 ]
1695 }
1696 #convertedFiles: null
1697 #userResolver: Closure($guard = null) {#1151
1698 class: "Illuminate\Auth\AuthServiceProvider"
1699 this: AuthServiceProvider {#721}
1700 use: {
1701 $app: Application {#5}
1702 }
1703 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
1704 line: "83 to 85"
1705 }
1706 #routeResolver: Closure() {#1215
1707 class: "Illuminate\Routing\Router"
1708 this: Router {#46}
1709 use: {
1710 $route: Route {#1101}
1711 }
1712 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Routing/Router.php"
1713 line: "650 to 652"
1714 }
1715 +attributes: ParameterBag {#77
1716 #parameters: []
1717 }
1718 +request: ParameterBag {#81}
1719 +query: ParameterBag {#75
1720 #parameters: []
1721 }
1722 +server: ServerBag {#79
1723 #parameters: array:34 [
1724 "USER" => "vagrant"
1725 "HOME" => "/home/vagrant"
1726 "HTTP_CONNECTION" => "keep-alive"
1727 "HTTP_CONTENT_LENGTH" => "22"
1728 "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br"
1729 "HTTP_HOST" => "tometa.code"
1730 "HTTP_POSTMAN_TOKEN" => "11df840f-8b37-4f10-a3c5-a387736fd24f"
1731 "HTTP_CACHE_CONTROL" => "no-cache"
1732 "HTTP_ACCEPT" => "*/*"
1733 "HTTP_USER_AGENT" => "PostmanRuntime/7.22.0"
1734 "HTTP_AUTHORIZATION" => "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiNWUxOWNiZTY1Y2FkNGEwZGIzNjYwNjdkMjNkZGQ2M2QxNWI2MjU2MzhiY2I5NjBkMjBjYzcxYjUwOGFkMWQ3ZmY0OTQ3NjZjMjU1OTU4ODQiLCJpYXQiOjE1NzU0OTcwMjIsIm5iZiI6MTU3NTQ5NzAyMiwiZXhwIjoxNjA3MTE5NDIyLCJzdWIiOiIxIiwic2NvcGVzIjpbXX0.knys53GzDP9lMioLRITuvhyOERJPRQqNJfzmZFt_fcKnpQpIEiitR34xV_QbojOmZHq1nHnM07CPXsZH92BTOBBaNMM25QFUYbcheMMsQEjjwTRIL2IYSuvVybxwuflncdzyBYdSXBW06M6oNdU1Tbfo7Am-yXZ9WNPIhWTRQSaDeSLeYVH165NHcoj7ctj7kCMX22Kz2X_AoTdTM6VCp3OCQpHsxQwKePN4YNPQ27Yr6Q_0KGQEbz4Om3Ab8z0cVRFA_bzFzE-blSij8VHEQdRW9yTs6Kx-QwWa0NePDhjy0cMrcPuGMuhHZlIOfaVMGCIL8RKVk2KYhXMU5EpGuilZIzgsRb5Zy2WGCToXKBpjxOrpIq95dAjRZagxazVmbvj-Kkac_RCE_fgqfle14KQu3ZizOo0J57whn0Ezmnr8NQILIDPXy9IjD7GTHsBpVKRnWGnahACjc9qc8ZHAw9euryWVBpFHtF-sCQXfIskgFGBrHZj0vLLbT1bfuaaKEdzlPFa3KnqADXZHvN7XYLkjMroEie20IjnbbFcC4isnwfDl1Q8dc-BXWiFavKqcgJTHyJ8H7umR8PfXFO-XYhtbIZ59dq9WODJVWozBTfVIbidQ3qXLENngdL1RqLW5YaE0a7u6c9xFzKZxzetwnWdWLklXvJ11gwfEYkG-Ecg"
1735 "HTTP_CONTENT_TYPE" => "application/json"
1736 "REDIRECT_STATUS" => "200"
1737 "SERVER_NAME" => "tometa.code"
1738 "SERVER_PORT" => "80"
1739 "SERVER_ADDR" => "192.168.10.10"
1740 "REMOTE_PORT" => "50074"
1741 "REMOTE_ADDR" => "192.168.10.1"
1742 "SERVER_SOFTWARE" => "nginx/1.14.0"
1743 "GATEWAY_INTERFACE" => "CGI/1.1"
1744 "SERVER_PROTOCOL" => "HTTP/1.1"
1745 "DOCUMENT_ROOT" => "/home/vagrant/code/TometaIS/public"
1746 "DOCUMENT_URI" => "/index.php"
1747 "REQUEST_URI" => "/api/barcode"
1748 "SCRIPT_NAME" => "/index.php"
1749 "SCRIPT_FILENAME" => "/home/vagrant/code/TometaIS/public/index.php"
1750 "CONTENT_LENGTH" => "22"
1751 "CONTENT_TYPE" => "application/json"
1752 "REQUEST_METHOD" => "POST"
1753 "QUERY_STRING" => ""
1754 "FCGI_ROLE" => "RESPONDER"
1755 "PHP_SELF" => "/index.php"
1756 "REQUEST_TIME_FLOAT" => 1584354238.3623
1757 "REQUEST_TIME" => 1584354238
1758 ]
1759 }
1760 +files: FileBag {#72
1761 #parameters: []
1762 }
1763 +cookies: ParameterBag {#78
1764 #parameters: []
1765 }
1766 +headers: HeaderBag {#80
1767 #headers: array:11 [
1768 "connection" => array:1 [ …1]
1769 "content-length" => array:1 [ …1]
1770 "accept-encoding" => array:1 [ …1]
1771 "host" => array:1 [ …1]
1772 "postman-token" => array:1 [ …1]
1773 "cache-control" => array:1 [ …1]
1774 "accept" => array:1 [ …1]
1775 "user-agent" => array:1 [ …1]
1776 "authorization" => array:1 [ …1]
1777 "content-type" => array:1 [ …1]
1778 "x-requested-with" => array:1 [ …1]
1779 ]
1780 #cacheControl: array:1 [
1781 "no-cache" => true
1782 ]
1783 }
1784 #content: """
1785 {
1786 \t"barcode":"bc146"
1787 }
1788 """
1789 #languages: null
1790 #charsets: null
1791 #encodings: null
1792 #acceptableContentTypes: null
1793 #pathInfo: "/api/barcode"
1794 #requestUri: "/api/barcode"
1795 #baseUrl: ""
1796 #basePath: null
1797 #method: "POST"
1798 #format: null
1799 #session: null
1800 #locale: null
1801 #defaultLocale: "en"
1802 -isHostValid: true
1803 -isForwardedValid: true
1804 basePath: ""
1805 format: "html"
1806 }
1807 #middleware: array:9 [
1808 "auth" => "App\Http\Middleware\Authenticate"
1809 "auth.basic" => "Illuminate\Auth\Middleware\AuthenticateWithBasicAuth"
1810 "bindings" => "Illuminate\Routing\Middleware\SubstituteBindings"
1811 "cache.headers" => "Illuminate\Http\Middleware\SetCacheHeaders"
1812 "can" => "Illuminate\Auth\Middleware\Authorize"
1813 "guest" => "App\Http\Middleware\RedirectIfAuthenticated"
1814 "signed" => "Illuminate\Routing\Middleware\ValidateSignature"
1815 "throttle" => "Illuminate\Routing\Middleware\ThrottleRequests"
1816 "verified" => "Illuminate\Auth\Middleware\EnsureEmailIsVerified"
1817 ]
1818 #middlewareGroups: array:2 [
1819 "web" => array:6 [
1820 0 => "App\Http\Middleware\EncryptCookies"
1821 1 => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse"
1822 2 => "Illuminate\Session\Middleware\StartSession"
1823 3 => "Illuminate\View\Middleware\ShareErrorsFromSession"
1824 4 => "App\Http\Middleware\VerifyCsrfToken"
1825 5 => "Illuminate\Routing\Middleware\SubstituteBindings"
1826 ]
1827 "api" => array:3 [
1828 0 => "throttle:60,1"
1829 1 => "bindings"
1830 2 => "App\Http\Middleware\ApiMiddleware"
1831 ]
1832 ]
1833 +middlewarePriority: array:7 [
1834 0 => "Illuminate\Session\Middleware\StartSession"
1835 1 => "Illuminate\View\Middleware\ShareErrorsFromSession"
1836 2 => "App\Http\Middleware\Authenticate"
1837 3 => "Illuminate\Routing\Middleware\ThrottleRequests"
1838 4 => "Illuminate\Session\Middleware\AuthenticateSession"
1839 5 => "Illuminate\Routing\Middleware\SubstituteBindings"
1840 6 => "Illuminate\Auth\Middleware\Authorize"
1841 ]
1842 #binders: []
1843 #patterns: []
1844 #groupStack: []
1845 }
1846 "Illuminate\Contracts\Http\Kernel" => Kernel {#50
1847 #middleware: array:5 [
1848 0 => "App\Http\Middleware\TrustProxies"
1849 1 => "App\Http\Middleware\CheckForMaintenanceMode"
1850 2 => "Illuminate\Foundation\Http\Middleware\ValidatePostSize"
1851 3 => "App\Http\Middleware\TrimStrings"
1852 4 => "Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull"
1853 ]
1854 #middlewareGroups: array:2 [
1855 "web" => array:6 [
1856 0 => "App\Http\Middleware\EncryptCookies"
1857 1 => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse"
1858 2 => "Illuminate\Session\Middleware\StartSession"
1859 3 => "Illuminate\View\Middleware\ShareErrorsFromSession"
1860 4 => "App\Http\Middleware\VerifyCsrfToken"
1861 5 => "Illuminate\Routing\Middleware\SubstituteBindings"
1862 ]
1863 "api" => array:3 [
1864 0 => "throttle:60,1"
1865 1 => "bindings"
1866 2 => "App\Http\Middleware\ApiMiddleware"
1867 ]
1868 ]
1869 #routeMiddleware: array:9 [
1870 "auth" => "App\Http\Middleware\Authenticate"
1871 "auth.basic" => "Illuminate\Auth\Middleware\AuthenticateWithBasicAuth"
1872 "bindings" => "Illuminate\Routing\Middleware\SubstituteBindings"
1873 "cache.headers" => "Illuminate\Http\Middleware\SetCacheHeaders"
1874 "can" => "Illuminate\Auth\Middleware\Authorize"
1875 "guest" => "App\Http\Middleware\RedirectIfAuthenticated"
1876 "signed" => "Illuminate\Routing\Middleware\ValidateSignature"
1877 "throttle" => "Illuminate\Routing\Middleware\ThrottleRequests"
1878 "verified" => "Illuminate\Auth\Middleware\EnsureEmailIsVerified"
1879 ]
1880 #middlewarePriority: array:7 [
1881 0 => "Illuminate\Session\Middleware\StartSession"
1882 1 => "Illuminate\View\Middleware\ShareErrorsFromSession"
1883 2 => "App\Http\Middleware\Authenticate"
1884 3 => "Illuminate\Routing\Middleware\ThrottleRequests"
1885 4 => "Illuminate\Session\Middleware\AuthenticateSession"
1886 5 => "Illuminate\Routing\Middleware\SubstituteBindings"
1887 6 => "Illuminate\Auth\Middleware\Authorize"
1888 ]
1889 #app: Application {#5}
1890 #router: Router {#46}
1891 #bootstrappers: array:6 [
1892 0 => "Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables"
1893 1 => "Illuminate\Foundation\Bootstrap\LoadConfiguration"
1894 2 => "Illuminate\Foundation\Bootstrap\HandleExceptions"
1895 3 => "Illuminate\Foundation\Bootstrap\RegisterFacades"
1896 4 => "Illuminate\Foundation\Bootstrap\RegisterProviders"
1897 5 => "Illuminate\Foundation\Bootstrap\BootProviders"
1898 ]
1899 }
1900 "request" => Request {#67}
1901 "config" => Repository {#252
1902 #items: array:18 [
1903 "app" => array:13 [
1904 "name" => "Tometa"
1905 "env" => "local"
1906 "debug" => true
1907 "url" => "http://localhost"
1908 "asset_url" => null
1909 "timezone" => "UTC"
1910 "locale" => "en"
1911 "fallback_locale" => "en"
1912 "faker_locale" => "en_US"
1913 "key" => "base64:YzP6QYw/9emXOMNebGLuMfxk5nqrK2H68DTiygu+eKE="
1914 "cipher" => "AES-256-CBC"
1915 "providers" => array:26 [ …26]
1916 "aliases" => array:35 [ …35]
1917 ]
1918 "auth" => array:4 [
1919 "defaults" => array:2 [ …2]
1920 "guards" => array:2 [ …2]
1921 "providers" => array:1 [ …1]
1922 "passwords" => array:1 [ …1]
1923 ]
1924 "broadcasting" => array:2 [
1925 "default" => "log"
1926 "connections" => array:4 [ …4]
1927 ]
1928 "cache" => array:3 [
1929 "default" => "file"
1930 "stores" => array:7 [ …7]
1931 "prefix" => "tometa_cache"
1932 ]
1933 "database" => array:4 [
1934 "default" => "mysql"
1935 "connections" => array:4 [ …4]
1936 "migrations" => "migrations"
1937 "redis" => array:4 [ …4]
1938 ]
1939 "filesystems" => array:3 [
1940 "default" => "local"
1941 "cloud" => "s3"
1942 "disks" => array:3 [ …3]
1943 ]
1944 "hashing" => array:3 [
1945 "driver" => "bcrypt"
1946 "bcrypt" => array:1 [ …1]
1947 "argon" => array:3 [ …3]
1948 ]
1949 "logging" => array:2 [
1950 "default" => "stack"
1951 "channels" => array:9 [ …9]
1952 ]
1953 "mail" => array:10 [
1954 "driver" => "smtp"
1955 "host" => "smtp.mailtrap.io"
1956 "port" => "2525"
1957 "from" => array:2 [ …2]
1958 "encryption" => null
1959 "username" => null
1960 "password" => null
1961 "sendmail" => "/usr/sbin/sendmail -bs"
1962 "markdown" => array:2 [ …2]
1963 "log_channel" => null
1964 ]
1965 "queue" => array:3 [
1966 "default" => "sync"
1967 "connections" => array:5 [ …5]
1968 "failed" => array:3 [ …3]
1969 ]
1970 "services" => array:3 [
1971 "mailgun" => array:3 [ …3]
1972 "postmark" => array:1 [ …1]
1973 "ses" => array:3 [ …3]
1974 ]
1975 "session" => array:15 [
1976 "driver" => "file"
1977 "lifetime" => "120"
1978 "expire_on_close" => false
1979 "encrypt" => false
1980 "files" => "/home/vagrant/code/TometaIS/storage/framework/sessions"
1981 "connection" => null
1982 "table" => "sessions"
1983 "store" => null
1984 "lottery" => array:2 [ …2]
1985 "cookie" => "tometa_session"
1986 "path" => "/"
1987 "domain" => null
1988 "secure" => false
1989 "http_only" => true
1990 "same_site" => null
1991 ]
1992 "view" => array:2 [
1993 "paths" => array:1 [ …1]
1994 "compiled" => "/home/vagrant/code/TometaIS/storage/framework/views"
1995 ]
1996 "flare" => array:3 [
1997 "key" => null
1998 "reporting" => array:6 [ …6]
1999 "send_logs_as_events" => true
2000 ]
2001 "ignition" => array:8 [
2002 "editor" => "phpstorm"
2003 "theme" => "light"
2004 "enable_share_button" => true
2005 "ignored_solution_providers" => []
2006 "enable_runnable_solutions" => null
2007 "remote_sites_path" => ""
2008 "local_sites_path" => ""
2009 "housekeeping_endpoint_prefix" => "_ignition"
2010 ]
2011 "passport" => array:2 [
2012 "private_key" => null
2013 "public_key" => null
2014 ]
2015 "trustedproxy" => array:2 [
2016 "proxies" => null
2017 "headers" => 30
2018 ]
2019 "tinker" => array:2 [
2020 "commands" => []
2021 "dont_alias" => array:1 [ …1]
2022 ]
2023 ]
2024 }
2025 "log" => LogManager {#805
2026 #app: Application {#5}
2027 #channels: []
2028 #customCreators: array:1 [
2029 "flare" => Closure($app) {#807
2030 class: "Illuminate\Log\LogManager"
2031 this: LogManager {#805}
2032 file: "/home/vagrant/code/TometaIS/vendor/facade/ignition/src/IgnitionServiceProvider.php"
2033 line: "237 to 239"
2034 }
2035 ]
2036 #dateFormat: "Y-m-d H:i:s"
2037 #levels: array:8 [
2038 "debug" => 100
2039 "info" => 200
2040 "notice" => 250
2041 "warning" => 300
2042 "error" => 400
2043 "critical" => 500
2044 "alert" => 550
2045 "emergency" => 600
2046 ]
2047 }
2048 "Facade\Ignition\LogRecorder\LogRecorder" => LogRecorder {#813
2049 #logMessages: []
2050 #app: Application {#5}
2051 }
2052 "Facade\Ignition\DumpRecorder\DumpRecorder" => DumpRecorder {#827
2053 #dumps: []
2054 #app: Application {#5}
2055 }
2056 "Facade\Ignition\QueryRecorder\QueryRecorder" => QueryRecorder {#847
2057 #queries: array:5 [
2058 0 => Query {#1365
2059 #sql: "select * from `oauth_access_tokens` where `id` = ? limit 1"
2060 #time: 11.28
2061 #connectionName: "mysql"
2062 #bindings: array:1 [ …1]
2063 #microtime: 1584354239.5619
2064 }
2065 1 => Query {#1400
2066 #sql: "select * from `users` where `id` = ? limit 1"
2067 #time: 0.81
2068 #connectionName: "mysql"
2069 #bindings: array:1 [ …1]
2070 #microtime: 1584354239.6063
2071 }
2072 2 => Query {#1431
2073 #sql: "select * from `oauth_access_tokens` where `id` = ? limit 1"
2074 #time: 0.79
2075 #connectionName: "mysql"
2076 #bindings: array:1 [ …1]
2077 #microtime: 1584354239.6102
2078 }
2079 3 => Query {#1462
2080 #sql: "select * from `oauth_clients` where `id` = ? limit 1"
2081 #time: 0.67
2082 #connectionName: "mysql"
2083 #bindings: array:1 [ …1]
2084 #microtime: 1584354239.6154
2085 }
2086 4 => Query {#1557
2087 #sql: "select * from `barcodes` where `value` = ? limit 1"
2088 #time: 0.88
2089 #connectionName: "mysql"
2090 #bindings: array:1 [ …1]
2091 #microtime: 1584354239.6986
2092 }
2093 ]
2094 #app: Application {#5}
2095 }
2096 "flare.http" => Client {#857
2097 -apiToken: null
2098 -apiSecret: null
2099 -baseUrl: "https://flareapp.io/api"
2100 -timeout: 10
2101 }
2102 "flare.client" => Flare {#856
2103 -client: Client {#857}
2104 -api: Api {#860
2105 -client: Client {#857}
2106 -queue: []
2107 }
2108 -middleware: array:9 [
2109 0 => AddGlows {#861
2110 -recorder: Recorder {#859
2111 -glows: []
2112 }
2113 }
2114 1 => AnonymizeIp {#862}
2115 2 => SetNotifierName {#866}
2116 3 => AddEnvironmentInformation {#868}
2117 4 => AddLogs {#874
2118 #logRecorder: LogRecorder {#813}
2119 }
2120 5 => AddDumps {#880
2121 #dumpRecorder: DumpRecorder {#827}
2122 }
2123 6 => AddQueries {#886
2124 #queryRecorder: QueryRecorder {#847}
2125 }
2126 7 => AddSolutions {#894
2127 #solutionProviderRepository: SolutionProviderRepository {#892
2128 #solutionProviders: Collection {#893
2129 #items: array:13 [
2130 0 => "Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider"
2131 1 => "Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider"
2132 2 => "Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider"
2133 3 => "Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider"
2134 4 => "Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider"
2135 5 => "Facade\Ignition\SolutionProviders\MissingImportSolutionProvider"
2136 6 => "Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider"
2137 7 => "Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider"
2138 8 => "Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider"
2139 9 => "Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider"
2140 10 => "Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider"
2141 11 => "Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider"
2142 12 => "Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider"
2143 ]
2144 }
2145 }
2146 }
2147 8 => AddGitInformation {#896}
2148 ]
2149 -recorder: Recorder {#859}
2150 -applicationPath: "/home/vagrant/code/TometaIS"
2151 -container: Application {#5}
2152 -contextDetector: LaravelContextDetector {#858}
2153 -messageLevel: null
2154 -stage: "local"
2155 -userProvidedContext: []
2156 }
2157 "Facade\IgnitionContracts\SolutionProviderRepository" => SolutionProviderRepository {#892}
2158 "db.factory" => ConnectionFactory {#941
2159 #container: Application {#5}
2160 }
2161 "db" => DatabaseManager {#940 …}
2162 "view.engine.resolver" => EngineResolver {#953
2163 #resolvers: array:3 [
2164 "file" => Closure() {#954
2165 class: "Illuminate\View\ViewServiceProvider"
2166 this: ViewServiceProvider {#768}
2167 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
2168 line: "110 to 112"
2169 }
2170 "php" => Closure() {#974
2171 class: "Facade\Ignition\IgnitionServiceProvider"
2172 this: IgnitionServiceProvider {#773}
2173 file: "/home/vagrant/code/TometaIS/vendor/facade/ignition/src/IgnitionServiceProvider.php"
2174 line: "114 to 116"
2175 }
2176 "blade" => Closure() {#975
2177 class: "Facade\Ignition\IgnitionServiceProvider"
2178 this: IgnitionServiceProvider {#773}
2179 file: "/home/vagrant/code/TometaIS/vendor/facade/ignition/src/IgnitionServiceProvider.php"
2180 line: "118 to 120"
2181 }
2182 ]
2183 #resolved: []
2184 }
2185 "files" => Filesystem {#959}
2186 "view" => Factory {#960
2187 #engines: EngineResolver {#953}
2188 #finder: FileViewFinder {#958
2189 #files: Filesystem {#959}
2190 #paths: array:1 [
2191 0 => "/home/vagrant/code/TometaIS/resources/views"
2192 ]
2193 #views: []
2194 #hints: array:3 [
2195 "notifications" => array:1 [ …1]
2196 "pagination" => array:1 [ …1]
2197 "passport" => array:1 [ …1]
2198 ]
2199 #extensions: array:4 [
2200 0 => "blade.php"
2201 1 => "php"
2202 2 => "css"
2203 3 => "html"
2204 ]
2205 }
2206 #events: Dispatcher {#47}
2207 #container: Application {#5}
2208 #shared: array:2 [
2209 "__env" => Factory {#960}
2210 "app" => Application {#5}
2211 ]
2212 #extensions: array:4 [
2213 "blade.php" => "blade"
2214 "php" => "php"
2215 "css" => "file"
2216 "html" => "file"
2217 ]
2218 #composers: []
2219 #renderCount: 0
2220 #componentStack: []
2221 #componentData: []
2222 #slots: []
2223 #slotStack: []
2224 #sections: []
2225 #sectionStack: []
2226 #loopsStack: []
2227 #pushes: []
2228 #prepends: []
2229 #pushStack: []
2230 #translationReplacements: []
2231 }
2232 "blade.compiler" => BladeCompiler {#973
2233 #extensions: []
2234 #customDirectives: []
2235 #conditions: []
2236 #path: null
2237 #compilers: array:4 [
2238 0 => "Comments"
2239 1 => "Extensions"
2240 2 => "Statements"
2241 3 => "Echos"
2242 ]
2243 #rawTags: array:2 [
2244 0 => "{!!"
2245 1 => "!!}"
2246 ]
2247 #contentTags: array:2 [
2248 0 => "{{"
2249 1 => "}}"
2250 ]
2251 #escapedTags: array:2 [
2252 0 => "{{{"
2253 1 => "}}}"
2254 ]
2255 #echoFormat: "e(%s)"
2256 #footer: []
2257 #rawBlocks: []
2258 #files: Filesystem {#959}
2259 #cachePath: "/home/vagrant/code/TometaIS/storage/framework/views"
2260 #firstCaseInSwitch: true
2261 -encodingOptions: 15
2262 #lastSection: null
2263 #forElseCounter: 0
2264 }
2265 "queue" => QueueManager {#985
2266 #app: Application {#5}
2267 #connections: []
2268 #connectors: array:6 [
2269 "null" => Closure() {#987
2270 class: "Illuminate\Queue\QueueServiceProvider"
2271 this: QueueServiceProvider {#976}
2272 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Queue/QueueServiceProvider.php"
2273 line: "89 to 91"
2274 }
2275 "sync" => Closure() {#988
2276 class: "Illuminate\Queue\QueueServiceProvider"
2277 this: QueueServiceProvider {#976}
2278 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Queue/QueueServiceProvider.php"
2279 line: "102 to 104"
2280 }
2281 "database" => Closure() {#989
2282 class: "Illuminate\Queue\QueueServiceProvider"
2283 this: QueueServiceProvider {#976}
2284 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Queue/QueueServiceProvider.php"
2285 line: "115 to 117"
2286 }
2287 "redis" => Closure() {#990
2288 class: "Illuminate\Queue\QueueServiceProvider"
2289 this: QueueServiceProvider {#976}
2290 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Queue/QueueServiceProvider.php"
2291 line: "128 to 130"
2292 }
2293 "beanstalkd" => Closure() {#991
2294 class: "Illuminate\Queue\QueueServiceProvider"
2295 this: QueueServiceProvider {#976}
2296 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Queue/QueueServiceProvider.php"
2297 line: "141 to 143"
2298 }
2299 "sqs" => Closure() {#992
2300 class: "Illuminate\Queue\QueueServiceProvider"
2301 this: QueueServiceProvider {#976}
2302 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Queue/QueueServiceProvider.php"
2303 line: "154 to 156"
2304 }
2305 ]
2306 }
2307 "date" => DateFactory {#1029}
2308 "routes" => RouteCollection {#49}
2309 "url" => UrlGenerator {#1066
2310 #routes: RouteCollection {#49}
2311 #request: Request {#67}
2312 #assetRoot: null
2313 #forcedRoot: null
2314 #forceScheme: null
2315 #cachedRoot: null
2316 #cachedScheme: null
2317 #rootNamespace: "App\Http\Controllers"
2318 #sessionResolver: Closure() {#1068
2319 class: "Illuminate\Routing\RoutingServiceProvider"
2320 this: RoutingServiceProvider {#25}
2321 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
2322 line: "71 to 73"
2323 }
2324 #keyResolver: Closure() {#1069
2325 class: "Illuminate\Routing\RoutingServiceProvider"
2326 this: RoutingServiceProvider {#25}
2327 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
2328 line: "75 to 77"
2329 }
2330 #formatHostUsing: null
2331 #formatPathUsing: null
2332 #routeGenerator: null
2333 }
2334 "Illuminate\Routing\Route" => Route {#1101}
2335 "Illuminate\Routing\Contracts\ControllerDispatcher" => ControllerDispatcher {#1217
2336 #container: Application {#5}
2337 }
2338 "auth" => AuthManager {#1244
2339 #app: Application {#5}
2340 #customCreators: array:1 [
2341 "passport" => Closure($app, $name, array $config) {#1246 …4}
2342 ]
2343 #guards: array:1 [
2344 "api" => RequestGuard {#1248 …4}
2345 ]
2346 #userResolver: Closure($name = null) {#1471
2347 class: "Illuminate\Auth\AuthManager"
2348 this: AuthManager {#1244}
2349 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Auth/AuthManager.php"
2350 line: "203 to 205"
2351 }
2352 #customProviderCreators: []
2353 }
2354 "League\OAuth2\Server\ResourceServer" => ResourceServer {#1253
2355 -accessTokenRepository: AccessTokenRepository {#1264
2356 #tokenRepository: TokenRepository {#1261}
2357 #events: Dispatcher {#47}
2358 }
2359 -publicKey: CryptKey {#1265
2360 #keyPath: "file:///home/vagrant/code/TometaIS/storage/oauth-public.key"
2361 #passPhrase: null
2362 }
2363 -authorizationValidator: BearerTokenValidator {#1313
2364 -accessTokenRepository: AccessTokenRepository {#1264}
2365 #publicKey: CryptKey {#1265}
2366 #encryptionKey: null
2367 }
2368 }
2369 "hash" => HashManager {#1271
2370 #container: Application {#5}
2371 #app: Application {#5}
2372 #config: Repository {#252}
2373 #customCreators: []
2374 #drivers: []
2375 }
2376 "encrypter" => Encrypter {#1277
2377 #key: b"c3úAŒ?õé—8Ã^lbî1üdæz«+aúð4âÊ\v¾x¡"
2378 #cipher: "AES-256-CBC"
2379 }
2380 "cache" => CacheManager {#1488
2381 #app: Application {#5}
2382 #stores: array:1 [
2383 "file" => Repository {#1490
2384 #store: FileStore {#1489
2385 #files: Filesystem {#959}
2386 #directory: "/home/vagrant/code/TometaIS/storage/framework/cache/data"
2387 }
2388 #events: Dispatcher {#47}
2389 #default: 3600
2390 }
2391 ]
2392 #customCreators: []
2393 }
2394 "cache.store" => Repository {#1490}
2395 ]
2396 #aliases: array:73 [
2397 "Illuminate\Foundation\Application" => "app"
2398 "Illuminate\Contracts\Container\Container" => "app"
2399 "Illuminate\Contracts\Foundation\Application" => "app"
2400 "Psr\Container\ContainerInterface" => "app"
2401 "Illuminate\Auth\AuthManager" => "auth"
2402 "Illuminate\Contracts\Auth\Factory" => "auth"
2403 "Illuminate\Contracts\Auth\Guard" => "auth.driver"
2404 "Illuminate\View\Compilers\BladeCompiler" => "blade.compiler"
2405 "Illuminate\Cache\CacheManager" => "cache"
2406 "Illuminate\Contracts\Cache\Factory" => "cache"
2407 "Illuminate\Cache\Repository" => "cache.store"
2408 "Illuminate\Contracts\Cache\Repository" => "cache.store"
2409 "Psr\SimpleCache\CacheInterface" => "cache.store"
2410 "Symfony\Component\Cache\Adapter\Psr16Adapter" => "cache.psr6"
2411 "Symfony\Component\Cache\Adapter\AdapterInterface" => "cache.psr6"
2412 "Psr\Cache\CacheItemPoolInterface" => "cache.psr6"
2413 "Illuminate\Config\Repository" => "config"
2414 "Illuminate\Contracts\Config\Repository" => "config"
2415 "Illuminate\Cookie\CookieJar" => "cookie"
2416 "Illuminate\Contracts\Cookie\Factory" => "cookie"
2417 "Illuminate\Contracts\Cookie\QueueingFactory" => "cookie"
2418 "Illuminate\Encryption\Encrypter" => "encrypter"
2419 "Illuminate\Contracts\Encryption\Encrypter" => "encrypter"
2420 "Illuminate\Database\DatabaseManager" => "db"
2421 "Illuminate\Database\ConnectionResolverInterface" => "db"
2422 "Illuminate\Database\Connection" => "db.connection"
2423 "Illuminate\Database\ConnectionInterface" => "db.connection"
2424 "Illuminate\Events\Dispatcher" => "events"
2425 "Illuminate\Contracts\Events\Dispatcher" => "events"
2426 "Illuminate\Filesystem\Filesystem" => "files"
2427 "Illuminate\Filesystem\FilesystemManager" => "filesystem"
2428 "Illuminate\Contracts\Filesystem\Factory" => "filesystem"
2429 "Illuminate\Contracts\Filesystem\Filesystem" => "filesystem.disk"
2430 "Illuminate\Contracts\Filesystem\Cloud" => "filesystem.cloud"
2431 "Illuminate\Hashing\HashManager" => "hash"
2432 "Illuminate\Contracts\Hashing\Hasher" => "hash.driver"
2433 "Illuminate\Translation\Translator" => "translator"
2434 "Illuminate\Contracts\Translation\Translator" => "translator"
2435 "Illuminate\Log\LogManager" => "log"
2436 "Psr\Log\LoggerInterface" => "log"
2437 "Illuminate\Mail\Mailer" => "mailer"
2438 "Illuminate\Contracts\Mail\Mailer" => "mailer"
2439 "Illuminate\Contracts\Mail\MailQueue" => "mailer"
2440 "Illuminate\Auth\Passwords\PasswordBrokerManager" => "auth.password"
2441 "Illuminate\Contracts\Auth\PasswordBrokerFactory" => "auth.password"
2442 "Illuminate\Auth\Passwords\PasswordBroker" => "auth.password.broker"
2443 "Illuminate\Contracts\Auth\PasswordBroker" => "auth.password.broker"
2444 "Illuminate\Queue\QueueManager" => "queue"
2445 "Illuminate\Contracts\Queue\Factory" => "queue"
2446 "Illuminate\Contracts\Queue\Monitor" => "queue"
2447 "Illuminate\Contracts\Queue\Queue" => "queue.connection"
2448 "Illuminate\Queue\Failed\FailedJobProviderInterface" => "queue.failer"
2449 "Illuminate\Routing\Redirector" => "redirect"
2450 "Illuminate\Redis\RedisManager" => "redis"
2451 "Illuminate\Contracts\Redis\Factory" => "redis"
2452 "Illuminate\Http\Request" => "request"
2453 "Symfony\Component\HttpFoundation\Request" => "request"
2454 "Illuminate\Routing\Router" => "router"
2455 "Illuminate\Contracts\Routing\Registrar" => "router"
2456 "Illuminate\Contracts\Routing\BindingRegistrar" => "router"
2457 "Illuminate\Session\SessionManager" => "session"
2458 "Illuminate\Session\Store" => "session.store"
2459 "Illuminate\Contracts\Session\Session" => "session.store"
2460 "Illuminate\Routing\UrlGenerator" => "url"
2461 "Illuminate\Contracts\Routing\UrlGenerator" => "url"
2462 "Illuminate\Validation\Factory" => "validator"
2463 "Illuminate\Contracts\Validation\Factory" => "validator"
2464 "Illuminate\View\Factory" => "view"
2465 "Illuminate\Contracts\View\Factory" => "view"
2466 "Illuminate\Contracts\Notifications\Dispatcher" => "Illuminate\Notifications\ChannelManager"
2467 "Illuminate\Contracts\Notifications\Factory" => "Illuminate\Notifications\ChannelManager"
2468 "Facade\FlareClient\Http\Client" => "flare.http"
2469 "Facade\FlareClient\Flare" => "flare.client"
2470 ]
2471 #abstractAliases: array:39 [
2472 "app" => array:4 [
2473 0 => "Illuminate\Foundation\Application"
2474 1 => "Illuminate\Contracts\Container\Container"
2475 2 => "Illuminate\Contracts\Foundation\Application"
2476 3 => "Psr\Container\ContainerInterface"
2477 ]
2478 "auth" => array:2 [
2479 0 => "Illuminate\Auth\AuthManager"
2480 1 => "Illuminate\Contracts\Auth\Factory"
2481 ]
2482 "auth.driver" => array:1 [
2483 0 => "Illuminate\Contracts\Auth\Guard"
2484 ]
2485 "blade.compiler" => array:1 [
2486 0 => "Illuminate\View\Compilers\BladeCompiler"
2487 ]
2488 "cache" => array:2 [
2489 0 => "Illuminate\Cache\CacheManager"
2490 1 => "Illuminate\Contracts\Cache\Factory"
2491 ]
2492 "cache.store" => array:3 [
2493 0 => "Illuminate\Cache\Repository"
2494 1 => "Illuminate\Contracts\Cache\Repository"
2495 2 => "Psr\SimpleCache\CacheInterface"
2496 ]
2497 "cache.psr6" => array:3 [
2498 0 => "Symfony\Component\Cache\Adapter\Psr16Adapter"
2499 1 => "Symfony\Component\Cache\Adapter\AdapterInterface"
2500 2 => "Psr\Cache\CacheItemPoolInterface"
2501 ]
2502 "config" => array:2 [
2503 0 => "Illuminate\Config\Repository"
2504 1 => "Illuminate\Contracts\Config\Repository"
2505 ]
2506 "cookie" => array:3 [
2507 0 => "Illuminate\Cookie\CookieJar"
2508 1 => "Illuminate\Contracts\Cookie\Factory"
2509 2 => "Illuminate\Contracts\Cookie\QueueingFactory"
2510 ]
2511 "encrypter" => array:2 [
2512 0 => "Illuminate\Encryption\Encrypter"
2513 1 => "Illuminate\Contracts\Encryption\Encrypter"
2514 ]
2515 "db" => array:2 [
2516 0 => "Illuminate\Database\DatabaseManager"
2517 1 => "Illuminate\Database\ConnectionResolverInterface"
2518 ]
2519 "db.connection" => array:2 [
2520 0 => "Illuminate\Database\Connection"
2521 1 => "Illuminate\Database\ConnectionInterface"
2522 ]
2523 "events" => array:2 [
2524 0 => "Illuminate\Events\Dispatcher"
2525 1 => "Illuminate\Contracts\Events\Dispatcher"
2526 ]
2527 "files" => array:1 [
2528 0 => "Illuminate\Filesystem\Filesystem"
2529 ]
2530 "filesystem" => array:2 [
2531 0 => "Illuminate\Filesystem\FilesystemManager"
2532 1 => "Illuminate\Contracts\Filesystem\Factory"
2533 ]
2534 "filesystem.disk" => array:1 [
2535 0 => "Illuminate\Contracts\Filesystem\Filesystem"
2536 ]
2537 "filesystem.cloud" => array:1 [
2538 0 => "Illuminate\Contracts\Filesystem\Cloud"
2539 ]
2540 "hash" => array:1 [
2541 0 => "Illuminate\Hashing\HashManager"
2542 ]
2543 "hash.driver" => array:1 [
2544 0 => "Illuminate\Contracts\Hashing\Hasher"
2545 ]
2546 "translator" => array:2 [
2547 0 => "Illuminate\Translation\Translator"
2548 1 => "Illuminate\Contracts\Translation\Translator"
2549 ]
2550 "log" => array:2 [
2551 0 => "Illuminate\Log\LogManager"
2552 1 => "Psr\Log\LoggerInterface"
2553 ]
2554 "mailer" => array:3 [
2555 0 => "Illuminate\Mail\Mailer"
2556 1 => "Illuminate\Contracts\Mail\Mailer"
2557 2 => "Illuminate\Contracts\Mail\MailQueue"
2558 ]
2559 "auth.password" => array:2 [
2560 0 => "Illuminate\Auth\Passwords\PasswordBrokerManager"
2561 1 => "Illuminate\Contracts\Auth\PasswordBrokerFactory"
2562 ]
2563 "auth.password.broker" => array:2 [
2564 0 => "Illuminate\Auth\Passwords\PasswordBroker"
2565 1 => "Illuminate\Contracts\Auth\PasswordBroker"
2566 ]
2567 "queue" => array:3 [
2568 0 => "Illuminate\Queue\QueueManager"
2569 1 => "Illuminate\Contracts\Queue\Factory"
2570 2 => "Illuminate\Contracts\Queue\Monitor"
2571 ]
2572 "queue.connection" => array:1 [
2573 0 => "Illuminate\Contracts\Queue\Queue"
2574 ]
2575 "queue.failer" => array:1 [
2576 0 => "Illuminate\Queue\Failed\FailedJobProviderInterface"
2577 ]
2578 "redirect" => array:1 [
2579 0 => "Illuminate\Routing\Redirector"
2580 ]
2581 "redis" => array:2 [
2582 0 => "Illuminate\Redis\RedisManager"
2583 1 => "Illuminate\Contracts\Redis\Factory"
2584 ]
2585 "request" => array:2 [
2586 0 => "Illuminate\Http\Request"
2587 1 => "Symfony\Component\HttpFoundation\Request"
2588 ]
2589 "router" => array:3 [
2590 0 => "Illuminate\Routing\Router"
2591 1 => "Illuminate\Contracts\Routing\Registrar"
2592 2 => "Illuminate\Contracts\Routing\BindingRegistrar"
2593 ]
2594 "session" => array:1 [
2595 0 => "Illuminate\Session\SessionManager"
2596 ]
2597 "session.store" => array:2 [
2598 0 => "Illuminate\Session\Store"
2599 1 => "Illuminate\Contracts\Session\Session"
2600 ]
2601 "url" => array:2 [
2602 0 => "Illuminate\Routing\UrlGenerator"
2603 1 => "Illuminate\Contracts\Routing\UrlGenerator"
2604 ]
2605 "validator" => array:2 [
2606 0 => "Illuminate\Validation\Factory"
2607 1 => "Illuminate\Contracts\Validation\Factory"
2608 ]
2609 "view" => array:2 [
2610 0 => "Illuminate\View\Factory"
2611 1 => "Illuminate\Contracts\View\Factory"
2612 ]
2613 "Illuminate\Notifications\ChannelManager" => array:2 [
2614 0 => "Illuminate\Contracts\Notifications\Dispatcher"
2615 1 => "Illuminate\Contracts\Notifications\Factory"
2616 ]
2617 "flare.http" => array:1 [
2618 0 => "Facade\FlareClient\Http\Client"
2619 ]
2620 "flare.client" => array:1 [
2621 0 => "Facade\FlareClient\Flare"
2622 ]
2623 ]
2624 #extenders: array:1 [
2625 "url" => array:1 [
2626 0 => Closure(UrlGenerator $url, $app) {#29
2627 class: "Illuminate\Routing\RoutingServiceProvider"
2628 this: RoutingServiceProvider {#25}
2629 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
2630 line: "67 to 87"
2631 }
2632 ]
2633 ]
2634 #tags: []
2635 #buildStack: []
2636 #with: []
2637 +contextual: []
2638 #reboundCallbacks: array:3 [
2639 "request" => array:3 [
2640 0 => Closure($app, $request) {#726
2641 class: "Illuminate\Auth\AuthServiceProvider"
2642 this: AuthServiceProvider {#721}
2643 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
2644 line: "82 to 86"
2645 }
2646 1 => Closure($app, $request) {#1067
2647 class: "Illuminate\Routing\RoutingServiceProvider"
2648 this: RoutingServiceProvider {#25}
2649 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
2650 line: "97 to 99"
2651 }
2652 2 => Closure($app, $instance) {#1251
2653 class: "Illuminate\Container\Container"
2654 this: Application {#5}
2655 use: { …2}
2656 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Container/Container.php"
2657 line: "536 to 538"
2658 }
2659 ]
2660 "events" => array:1 [
2661 0 => Closure($app, $dispatcher) {#727
2662 class: "Illuminate\Auth\AuthServiceProvider"
2663 this: AuthServiceProvider {#721}
2664 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
2665 line: "96 to 108"
2666 }
2667 ]
2668 "routes" => array:1 [
2669 0 => Closure($app, $routes) {#1070
2670 class: "Illuminate\Routing\RoutingServiceProvider"
2671 this: RoutingServiceProvider {#25}
2672 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
2673 line: "82 to 84"
2674 }
2675 ]
2676 ]
2677 #globalResolvingCallbacks: []
2678 #globalAfterResolvingCallbacks: []
2679 #resolvingCallbacks: array:1 [
2680 "Illuminate\Foundation\Http\FormRequest" => array:1 [
2681 0 => Closure($request, $app) {#946
2682 class: "Illuminate\Foundation\Providers\FormRequestServiceProvider"
2683 this: FormRequestServiceProvider {#751}
2684 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Foundation/Providers/FormRequestServiceProvider.php"
2685 line: "33 to 37"
2686 }
2687 ]
2688 ]
2689 #afterResolvingCallbacks: array:2 [
2690 "auth" => array:1 [
2691 0 => Closure($service) {#914
2692 class: "Illuminate\Support\Facades\Facade"
2693 use: { …1}
2694 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php"
2695 line: "34 to 36"
2696 }
2697 ]
2698 "Illuminate\Contracts\Validation\ValidatesWhenResolved" => array:1 [
2699 0 => Closure($resolved) {#945
2700 class: "Illuminate\Foundation\Providers\FormRequestServiceProvider"
2701 this: FormRequestServiceProvider {#751}
2702 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Foundation/Providers/FormRequestServiceProvider.php"
2703 line: "29 to 31"
2704 }
2705 ]
2706 ]
2707 }
2708 #listeners: array:6 [
2709 "Illuminate\Log\Events\MessageLogged" => array:1 [
2710 0 => Closure($event, $payload) {#814
2711 class: "Illuminate\Events\Dispatcher"
2712 this: Dispatcher {#47}
2713 use: {
2714 $listener: array:2 [ …2]
2715 $wildcard: false
2716 }
2717 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
2718 line: "342 to 348"
2719 }
2720 ]
2721 "Illuminate\Database\Events\QueryExecuted" => array:1 [
2722 0 => Closure($event, $payload) {#848
2723 class: "Illuminate\Events\Dispatcher"
2724 this: Dispatcher {#47}
2725 use: {
2726 $listener: array:2 [ …2]
2727 $wildcard: false
2728 }
2729 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
2730 line: "342 to 348"
2731 }
2732 ]
2733 "Illuminate\Queue\Events\Looping" => array:1 [
2734 0 => Closure($event, $payload) {#994
2735 class: "Illuminate\Events\Dispatcher"
2736 this: Dispatcher {#47}
2737 use: {
2738 $listener: Closure {#993}
2739 $wildcard: false
2740 }
2741 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
2742 line: "342 to 348"
2743 }
2744 ]
2745 "Illuminate\Auth\Events\Logout" => array:1 [
2746 0 => Closure($event, $payload) {#1006
2747 class: "Illuminate\Events\Dispatcher"
2748 this: Dispatcher {#47}
2749 use: {
2750 $listener: Closure {#1005}
2751 $wildcard: false
2752 }
2753 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
2754 line: "342 to 348"
2755 }
2756 ]
2757 "Illuminate\Foundation\Events\LocaleUpdated" => array:1 [
2758 0 => Closure($event, $payload) {#1032
2759 class: "Illuminate\Events\Dispatcher"
2760 this: Dispatcher {#47}
2761 use: {
2762 $listener: Closure {#1031}
2763 $wildcard: false
2764 }
2765 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
2766 line: "342 to 348"
2767 }
2768 ]
2769 "Illuminate\Auth\Events\Registered" => array:1 [
2770 0 => Closure($event, $payload) {#1063
2771 class: "Illuminate\Events\Dispatcher"
2772 this: Dispatcher {#47}
2773 use: {
2774 $listener: "Illuminate\Auth\Listeners\SendEmailVerificationNotification"
2775 $wildcard: false
2776 }
2777 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
2778 line: "360 to 368"
2779 }
2780 ]
2781 ]
2782 #wildcards: []
2783 #wildcardsCache: array:30 [
2784 "bootstrapping: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables" => []
2785 "bootstrapped: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables" => []
2786 "bootstrapping: Illuminate\Foundation\Bootstrap\LoadConfiguration" => []
2787 "bootstrapped: Illuminate\Foundation\Bootstrap\LoadConfiguration" => []
2788 "bootstrapping: Illuminate\Foundation\Bootstrap\HandleExceptions" => []
2789 "bootstrapped: Illuminate\Foundation\Bootstrap\HandleExceptions" => []
2790 "bootstrapping: Illuminate\Foundation\Bootstrap\RegisterFacades" => []
2791 "bootstrapped: Illuminate\Foundation\Bootstrap\RegisterFacades" => []
2792 "bootstrapping: Illuminate\Foundation\Bootstrap\RegisterProviders" => []
2793 "bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders" => []
2794 "bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders" => []
2795 "bootstrapped: Illuminate\Foundation\Bootstrap\BootProviders" => []
2796 "Illuminate\Routing\Events\RouteMatched" => []
2797 "eloquent.booting: Laravel\Passport\Token" => []
2798 "eloquent.booted: Laravel\Passport\Token" => []
2799 "Illuminate\Database\Events\StatementPrepared" => []
2800 "Illuminate\Database\Events\QueryExecuted" => []
2801 "eloquent.retrieved: Laravel\Passport\Token" => []
2802 "eloquent.booting: App\User" => []
2803 "eloquent.booted: App\User" => []
2804 "eloquent.retrieved: App\User" => []
2805 "eloquent.booting: Laravel\Passport\Client" => []
2806 "eloquent.booted: Laravel\Passport\Client" => []
2807 "eloquent.retrieved: Laravel\Passport\Client" => []
2808 "Illuminate\Cache\Events\CacheHit" => []
2809 "eloquent.booting: App\Barcode" => []
2810 "eloquent.booted: App\Barcode" => []
2811 "eloquent.retrieved: App\Barcode" => []
2812 "eloquent.booting: App\Product" => []
2813 "eloquent.booted: App\Product" => []
2814 ]
2815 #queueResolver: Closure() {#48
2816 class: "Illuminate\Events\EventServiceProvider"
2817 this: EventServiceProvider {#19 …}
2818 use: {
2819 $app: Application {#5}
2820 }
2821 file: "/home/vagrant/code/TometaIS/vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php"
2822 line: "18 to 20"
2823 }
2824 }
2825 #fetchMode: 5
2826 #transactions: 0
2827 #recordsModified: false
2828 #queryLog: []
2829 #loggingQueries: false
2830 #pretending: false
2831 #doctrineConnection: null
2832 }
2833 +grammar: MySqlGrammar {#1338}
2834 +processor: MySqlProcessor {#1339}
2835 +bindings: array:8 [
2836 "select" => []
2837 "from" => []
2838 "join" => []
2839 "where" => array:1 [
2840 0 => "1"
2841 ]
2842 "having" => []
2843 "order" => []
2844 "union" => []
2845 "unionOrder" => []
2846 ]
2847 +aggregate: null
2848 +columns: null
2849 +distinct: false
2850 +from: "products"
2851 +joins: null
2852 +wheres: array:1 [
2853 0 => array:5 [
2854 "type" => "Basic"
2855 "column" => "products.id"
2856 "operator" => "="
2857 "value" => "1"
2858 "boolean" => "and"
2859 ]
2860 ]
2861 +groups: null
2862 +havings: null
2863 +orders: null
2864 +limit: null
2865 +offset: null
2866 +unions: null
2867 +unionLimit: null
2868 +unionOffset: null
2869 +unionOrders: null
2870 +lock: null
2871 +operators: array:30 [
2872 0 => "="
2873 1 => "<"
2874 2 => ">"
2875 3 => "<="
2876 4 => ">="
2877 5 => "<>"
2878 6 => "!="
2879 7 => "<=>"
2880 8 => "like"
2881 9 => "like binary"
2882 10 => "not like"
2883 11 => "ilike"
2884 12 => "&"
2885 13 => "|"
2886 14 => "^"
2887 15 => "<<"
2888 16 => ">>"
2889 17 => "rlike"
2890 18 => "not rlike"
2891 19 => "regexp"
2892 20 => "not regexp"
2893 21 => "~"
2894 22 => "~*"
2895 23 => "!~"
2896 24 => "!~*"
2897 25 => "similar to"
2898 26 => "not similar to"
2899 27 => "not ilike"
2900 28 => "~~*"
2901 29 => "!~~*"
2902 ]
2903 +useWritePdo: false
2904 }
2905 #model: Product {#1566
2906 #fillable: array:11 [
2907 0 => "type"
2908 1 => "additionalInfo"
2909 2 => "chestLength"
2910 3 => "armLength"
2911 4 => "jacketLength"
2912 5 => "extraLength"
2913 6 => "correction"
2914 7 => "status"
2915 8 => "orderId"
2916 9 => "preProductId"
2917 10 => "order_id"
2918 ]
2919 #connection: "mysql"
2920 #table: null
2921 #primaryKey: "id"
2922 #keyType: "int"
2923 +incrementing: true
2924 #with: []
2925 #withCount: []
2926 #perPage: 15
2927 +exists: false
2928 +wasRecentlyCreated: false
2929 #attributes: []
2930 #original: []
2931 #changes: []
2932 #casts: []
2933 #dates: []
2934 #dateFormat: null
2935 #appends: []
2936 #dispatchesEvents: []
2937 #observables: []
2938 #relations: []
2939 #touches: []
2940 +timestamps: true
2941 #hidden: []
2942 #visible: []
2943 #guarded: array:1 [
2944 0 => "*"
2945 ]
2946 }
2947 #eagerLoad: []
2948 #localMacros: []
2949 #onDelete: null
2950 #passthru: array:17 [
2951 0 => "insert"
2952 1 => "insertOrIgnore"
2953 2 => "insertGetId"
2954 3 => "insertUsing"
2955 4 => "getBindings"
2956 5 => "toSql"
2957 6 => "dump"
2958 7 => "dd"
2959 8 => "exists"
2960 9 => "doesntExist"
2961 10 => "count"
2962 11 => "min"
2963 12 => "max"
2964 13 => "avg"
2965 14 => "average"
2966 15 => "sum"
2967 16 => "getConnection"
2968 ]
2969 #scopes: []
2970 #removedScopes: []
2971 }
2972 #parent: Barcode {#1563}
2973 #related: Product {#1566}
2974 #withDefault: null
2975}