· 8 years ago · Mar 09, 2018, 05:46 PM
1vagrant@homestead:~/code/zero-duvidas$ php artisan avatars:migrate
2Migrating avatar 51765.png from user michael
3Illuminate\Database\Eloquent\Builder {#103
4 #query: Illuminate\Database\Query\Builder {#28
5 +connection: Illuminate\Database\MySqlConnection {#1249
6 #pdo: Doctrine\DBAL\Driver\PDOConnection {#96
7 inTransaction: false
8 attributes: {
9 CASE: NATURAL
10 ERRMODE: EXCEPTION
11 AUTOCOMMIT: 1
12 PERSISTENT: false
13 DRIVER_NAME: "mysql"
14 SERVER_INFO: "Uptime: 274846 Threads: 3 Questions: 31278 Slow queries: 0 Opens: 171 Flush tables: 1 Open tables: 148 Queries per second avg: 0.113"
15 ORACLE_NULLS: NATURAL
16 CLIENT_VERSION: "mysqlnd 5.0.12-dev - 20150407 - $Id: 38fea24f2847fa7519001be390c98ae0acafe387 $"
17 SERVER_VERSION: "5.5.5-10.1.30-MariaDB"
18 STATEMENT_CLASS: array:2 [
19 0 => "Doctrine\DBAL\Driver\PDOStatement"
20 1 => []
21 ]
22 EMULATE_PREPARES: 0
23 CONNECTION_STATUS: "10.0.2.2 via TCP/IP"
24 DEFAULT_FETCH_MODE: BOTH
25 }
26 }
27 #readPdo: null
28 #database: "pdp"
29 #tablePrefix: ""
30 #config: array:13 [
31 "driver" => "mysql"
32 "host" => "10.0.2.2"
33 "port" => "3306"
34 "database" => "pdp"
35 "username" => "root"
36 "password" => ""
37 "unix_socket" => ""
38 "charset" => "utf8mb4"
39 "collation" => "utf8mb4_unicode_ci"
40 "prefix" => ""
41 "strict" => false
42 "engine" => null
43 "name" => "mysql"
44 ]
45 #reconnector: Closure {#1246
46 class: "Illuminate\Database\DatabaseManager"
47 this: Illuminate\Database\DatabaseManager {#940 …}
48 parameters: {
49 $connection: {}
50 }
51 file: "./vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php"
52 line: "167 to 169"
53 }
54 #queryGrammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#1248
55 #selectComponents: array:11 [
56 0 => "aggregate"
57 1 => "columns"
58 2 => "from"
59 3 => "joins"
60 4 => "wheres"
61 5 => "groups"
62 6 => "havings"
63 7 => "orders"
64 8 => "limit"
65 9 => "offset"
66 10 => "lock"
67 ]
68 #operators: []
69 #tablePrefix: ""
70 }
71 #schemaGrammar: Illuminate\Database\Schema\Grammars\MySqlGrammar {#1245
72 #modifiers: array:11 [
73 0 => "Unsigned"
74 1 => "VirtualAs"
75 2 => "StoredAs"
76 3 => "Charset"
77 4 => "Collate"
78 5 => "Nullable"
79 6 => "Default"
80 7 => "Increment"
81 8 => "Comment"
82 9 => "After"
83 10 => "First"
84 ]
85 #serials: array:5 [
86 0 => "bigInteger"
87 1 => "integer"
88 2 => "mediumInteger"
89 3 => "smallInteger"
90 4 => "tinyInteger"
91 ]
92 #transactions: false
93 #fluentCommands: []
94 #tablePrefix: ""
95 }
96 #postProcessor: Illuminate\Database\Query\Processors\MySqlProcessor {#1247}
97 #events: Illuminate\Events\Dispatcher {#1084
98 #container: Illuminate\Foundation\Application {#1229
99 #basePath: "/home/vagrant/code/zero-duvidas"
100 #hasBeenBootstrapped: true
101 #booted: true
102 #bootingCallbacks: array:4 [
103 0 => Closure {#42
104 class: "Illuminate\Foundation\Application"
105 this: Illuminate\Foundation\Application {#1229}
106 use: { …1}
107 file: "./vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
108 line: "717 to 719"
109 }
110 1 => Closure {#1214
111 class: "Illuminate\Foundation\Application"
112 this: Illuminate\Foundation\Application {#1229}
113 use: { …1}
114 file: "./vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
115 line: "717 to 719"
116 }
117 2 => Closure {#1176
118 class: "Illuminate\Foundation\Application"
119 this: Illuminate\Foundation\Application {#1229}
120 use: { …1}
121 file: "./vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
122 line: "717 to 719"
123 }
124 3 => Closure {#852
125 class: "Illuminate\Foundation\Application"
126 this: Illuminate\Foundation\Application {#1229}
127 use: { …1}
128 file: "./vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
129 line: "717 to 719"
130 }
131 ]
132 #bootedCallbacks: array:2 [
133 0 => Closure {#1072
134 class: "Illuminate\Foundation\Console\Kernel"
135 this: App\Console\Kernel {#1073
136 #commands: []
137 #app: Illuminate\Foundation\Application {#1229}
138 #events: Illuminate\Events\Dispatcher {#1084}
139 #artisan: Illuminate\Console\Application {#667 …18}
140 #commandsLoaded: true
141 #bootstrappers: array:7 [ …7]
142 }
143 file: "./vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php"
144 line: "88 to 90"
145 }
146 1 => Closure {#1133
147 class: "Illuminate\Foundation\Support\Providers\RouteServiceProvider"
148 this: App\Providers\RouteServiceProvider {#220
149 #namespace: "App\Http\Controllers"
150 #app: Illuminate\Foundation\Application {#1229}
151 #defer: false
152 }
153 file: "./vendor/laravel/framework/src/Illuminate/Foundation/Support/Providers/RouteServiceProvider.php"
154 line: "35 to 38"
155 }
156 ]
157 #terminatingCallbacks: []
158 #serviceProviders: array:47 [
159 0 => Illuminate\Events\EventServiceProvider {#1201 …}
160 1 => Illuminate\Log\LogServiceProvider {#1181
161 #app: Illuminate\Foundation\Application {#1229}
162 #defer: false
163 }
164 2 => Illuminate\Routing\RoutingServiceProvider {#1174
165 #app: Illuminate\Foundation\Application {#1229}
166 #defer: false
167 }
168 3 => Illuminate\Auth\AuthServiceProvider {#950
169 #app: Illuminate\Foundation\Application {#1229}
170 #defer: false
171 }
172 4 => Illuminate\Cookie\CookieServiceProvider {#890
173 #app: Illuminate\Foundation\Application {#1229}
174 #defer: false
175 }
176 5 => Illuminate\Database\DatabaseServiceProvider {#880
177 #app: Illuminate\Foundation\Application {#1229}
178 #defer: false
179 }
180 6 => Illuminate\Encryption\EncryptionServiceProvider {#843
181 #app: Illuminate\Foundation\Application {#1229}
182 #defer: false
183 }
184 7 => Illuminate\Filesystem\FilesystemServiceProvider {#841
185 #app: Illuminate\Foundation\Application {#1229}
186 #defer: false
187 }
188 8 => Illuminate\Foundation\Providers\FormRequestServiceProvider {#773
189 #app: Illuminate\Foundation\Application {#1229}
190 #defer: false
191 }
192 9 => Illuminate\Foundation\Providers\FoundationServiceProvider {#782
193 #providers: array:1 [ …1]
194 #instances: array:1 [ …1]
195 #app: Illuminate\Foundation\Application {#1229}
196 #defer: false
197 }
198 10 => Illuminate\Notifications\NotificationServiceProvider {#756
199 #app: Illuminate\Foundation\Application {#1229}
200 #defer: false
201 }
202 11 => Illuminate\Pagination\PaginationServiceProvider {#736
203 #app: Illuminate\Foundation\Application {#1229}
204 #defer: false
205 }
206 12 => Illuminate\Session\SessionServiceProvider {#701
207 #app: Illuminate\Foundation\Application {#1229}
208 #defer: false
209 }
210 13 => Illuminate\View\ViewServiceProvider {#672
211 #app: Illuminate\Foundation\Application {#1229}
212 #defer: false
213 }
214 14 => Barryvdh\DomPDF\ServiceProvider {#668
215 #defer: false
216 #app: Illuminate\Foundation\Application {#1229}
217 }
218 15 => Fideloper\Proxy\TrustedProxyServiceProvider {#629
219 #app: Illuminate\Foundation\Application {#1229}
220 #defer: false
221 }
222 16 => Intervention\Image\ImageServiceProvider {#621
223 #defer: false
224 #provider: Intervention\Image\ImageServiceProviderLaravel5 {#614 …2}
225 #app: Illuminate\Foundation\Application {#1229}
226 }
227 17 => Laravel\Dusk\DuskServiceProvider {#612
228 #app: Illuminate\Foundation\Application {#1229}
229 #defer: false
230 }
231 18 => Laravel\Passport\PassportServiceProvider {#605
232 #app: Illuminate\Foundation\Application {#1229}
233 #defer: false
234 }
235 19 => Prettus\Repository\Providers\EventServiceProvider {#466
236 #listen: array:3 [ …3]
237 #app: Illuminate\Foundation\Application {#1229}
238 #defer: false
239 }
240 20 => Prettus\Repository\Providers\RepositoryServiceProvider {#551
241 #defer: false
242 #app: Illuminate\Foundation\Application {#1229}
243 }
244 21 => Way\Generators\GeneratorsServiceProvider {#455
245 #defer: false
246 #app: Illuminate\Foundation\Application {#1229}
247 }
248 22 => Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider {#254
249 #defer: false
250 #app: Illuminate\Foundation\Application {#1229}
251 }
252 23 => App\Providers\AppServiceProvider {#233
253 #app: Illuminate\Foundation\Application {#1229}
254 #defer: false
255 }
256 24 => App\Providers\AuthServiceProvider {#232
257 #policies: array:6 [ …6]
258 #app: Illuminate\Foundation\Application {#1229}
259 #defer: false
260 }
261 25 => App\Providers\BroadcastServiceProvider {#222
262 #app: Illuminate\Foundation\Application {#1229}
263 #defer: false
264 }
265 26 => App\Providers\EventServiceProvider {#221
266 #listen: array:16 [ …16]
267 #subscribe: []
268 #app: Illuminate\Foundation\Application {#1229}
269 #defer: false
270 }
271 27 => App\Providers\RouteServiceProvider {#220}
272 28 => App\Providers\RepositoryServiceProvider {#211
273 #app: Illuminate\Foundation\Application {#1229}
274 #defer: false
275 }
276 29 => Bugsnag\BugsnagLaravel\BugsnagServiceProvider {#172
277 #app: Illuminate\Foundation\Application {#1229}
278 #defer: false
279 }
280 30 => Illuminate\Translation\TranslationServiceProvider {#59
281 #defer: true
282 #app: Illuminate\Foundation\Application {#1229}
283 }
284 31 => Illuminate\Validation\ValidationServiceProvider {#1217
285 #defer: true
286 #app: Illuminate\Foundation\Application {#1229}
287 }
288 32 => Illuminate\Broadcasting\BroadcastServiceProvider {#1193
289 #defer: true
290 #app: Illuminate\Foundation\Application {#1229}
291 }
292 33 => Illuminate\Queue\QueueServiceProvider {#866
293 #defer: true
294 #app: Illuminate\Foundation\Application {#1229}
295 }
296 34 => Illuminate\Cache\CacheServiceProvider {#840
297 #defer: true
298 #app: Illuminate\Foundation\Application {#1229}
299 }
300 35 => Illuminate\Bus\BusServiceProvider {#922
301 #defer: true
302 #app: Illuminate\Foundation\Application {#1229}
303 }
304 36 => Illuminate\Foundation\Providers\ArtisanServiceProvider {#845
305 #defer: true
306 #commands: array:34 [ …34]
307 #devCommands: array:30 [ …30]
308 #app: Illuminate\Foundation\Application {#1229}
309 }
310 37 => Illuminate\Database\MigrationServiceProvider {#762
311 #defer: true
312 #app: Illuminate\Foundation\Application {#1229}
313 }
314 38 => Illuminate\Foundation\Providers\ComposerServiceProvider {#758
315 #defer: true
316 #app: Illuminate\Foundation\Application {#1229}
317 }
318 39 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider {#846
319 #defer: true
320 #providers: array:3 [ …3]
321 #instances: array:3 [ …3]
322 #app: Illuminate\Foundation\Application {#1229}
323 }
324 40 => Illuminate\Hashing\HashServiceProvider {#755
325 #defer: true
326 #app: Illuminate\Foundation\Application {#1229}
327 }
328 41 => Illuminate\Mail\MailServiceProvider {#752
329 #defer: true
330 #app: Illuminate\Foundation\Application {#1229}
331 }
332 42 => Illuminate\Pipeline\PipelineServiceProvider {#746
333 #defer: true
334 #app: Illuminate\Foundation\Application {#1229}
335 }
336 43 => Illuminate\Redis\RedisServiceProvider {#744
337 #defer: true
338 #app: Illuminate\Foundation\Application {#1229}
339 }
340 44 => Illuminate\Auth\Passwords\PasswordResetServiceProvider {#741
341 #defer: true
342 #app: Illuminate\Foundation\Application {#1229}
343 }
344 45 => Laravel\Tinker\TinkerServiceProvider {#738
345 #defer: true
346 #app: Illuminate\Foundation\Application {#1229}
347 }
348 46 => LaravelFCM\FCMServiceProvider {#734
349 #defer: true
350 #app: Illuminate\Foundation\Application {#1229}
351 }
352 ]
353 #loadedProviders: array:47 [
354 "Illuminate\Events\EventServiceProvider" => true
355 "Illuminate\Log\LogServiceProvider" => true
356 "Illuminate\Routing\RoutingServiceProvider" => true
357 "Illuminate\Auth\AuthServiceProvider" => true
358 "Illuminate\Cookie\CookieServiceProvider" => true
359 "Illuminate\Database\DatabaseServiceProvider" => true
360 "Illuminate\Encryption\EncryptionServiceProvider" => true
361 "Illuminate\Filesystem\FilesystemServiceProvider" => true
362 "Illuminate\Foundation\Providers\FormRequestServiceProvider" => true
363 "Illuminate\Foundation\Providers\FoundationServiceProvider" => true
364 "Illuminate\Notifications\NotificationServiceProvider" => true
365 "Illuminate\Pagination\PaginationServiceProvider" => true
366 "Illuminate\Session\SessionServiceProvider" => true
367 "Illuminate\View\ViewServiceProvider" => true
368 "Barryvdh\DomPDF\ServiceProvider" => true
369 "Fideloper\Proxy\TrustedProxyServiceProvider" => true
370 "Intervention\Image\ImageServiceProvider" => true
371 "Laravel\Dusk\DuskServiceProvider" => true
372 "Laravel\Passport\PassportServiceProvider" => true
373 "Prettus\Repository\Providers\EventServiceProvider" => true
374 "Prettus\Repository\Providers\RepositoryServiceProvider" => true
375 "Way\Generators\GeneratorsServiceProvider" => true
376 "Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider" => true
377 "App\Providers\AppServiceProvider" => true
378 "App\Providers\AuthServiceProvider" => true
379 "App\Providers\BroadcastServiceProvider" => true
380 "App\Providers\EventServiceProvider" => true
381 "App\Providers\RouteServiceProvider" => true
382 "App\Providers\RepositoryServiceProvider" => true
383 "Bugsnag\BugsnagLaravel\BugsnagServiceProvider" => true
384 "Illuminate\Translation\TranslationServiceProvider" => true
385 "Illuminate\Validation\ValidationServiceProvider" => true
386 "Illuminate\Broadcasting\BroadcastServiceProvider" => true
387 "Illuminate\Queue\QueueServiceProvider" => true
388 "Illuminate\Cache\CacheServiceProvider" => true
389 "Illuminate\Bus\BusServiceProvider" => true
390 "Illuminate\Foundation\Providers\ArtisanServiceProvider" => true
391 "Illuminate\Database\MigrationServiceProvider" => true
392 "Illuminate\Foundation\Providers\ComposerServiceProvider" => true
393 "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" => true
394 "Illuminate\Hashing\HashServiceProvider" => true
395 "Illuminate\Mail\MailServiceProvider" => true
396 "Illuminate\Pipeline\PipelineServiceProvider" => true
397 "Illuminate\Redis\RedisServiceProvider" => true
398 "Illuminate\Auth\Passwords\PasswordResetServiceProvider" => true
399 "Laravel\Tinker\TinkerServiceProvider" => true
400 "LaravelFCM\FCMServiceProvider" => true
401 ]
402 #deferredServices: []
403 #databasePath: null
404 #storagePath: null
405 #environmentPath: null
406 #environmentFile: ".env"
407 #namespace: "App\"
408 #resolved: array:162 [
409 "events" => true
410 "App\Console\Kernel" => true
411 "Illuminate\Contracts\Console\Kernel" => true
412 "Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables" => true
413 "Illuminate\Foundation\Bootstrap\LoadConfiguration" => true
414 "Illuminate\Foundation\Bootstrap\HandleExceptions" => true
415 "env" => true
416 "Illuminate\Foundation\Bootstrap\RegisterFacades" => true
417 "Illuminate\Foundation\Bootstrap\SetRequestForConsole" => true
418 "Illuminate\Foundation\Bootstrap\RegisterProviders" => true
419 "auth" => true
420 "files" => true
421 "Illuminate\Foundation\Bootstrap\BootProviders" => true
422 "db.factory" => true
423 "db" => true
424 "view.engine.resolver" => true
425 "view.finder" => true
426 "view" => true
427 "router" => true
428 "translation.loader" => true
429 "translator" => true
430 "Illuminate\Contracts\Auth\Access\Gate" => true
431 "validation.presence" => true
432 "validator" => true
433 "Illuminate\Broadcasting\BroadcastManager" => true
434 "log" => true
435 "url" => true
436 "queue" => true
437 "cache" => true
438 "Illuminate\Console\Scheduling\CacheEventMutex" => true
439 "Illuminate\Console\Scheduling\CacheSchedulingMutex" => true
440 "Illuminate\Console\Scheduling\Schedule" => true
441 "Laravel\Dusk\Console\InstallCommand" => true
442 "Laravel\Dusk\Console\DuskCommand" => true
443 "Laravel\Dusk\Console\MakeCommand" => true
444 "Laravel\Dusk\Console\PageCommand" => true
445 "Laravel\Dusk\Console\ComponentCommand" => true
446 "Prettus\Repository\Generators\Commands\RepositoryCommand" => true
447 "Prettus\Repository\Generators\Commands\TransformerCommand" => true
448 "Prettus\Repository\Generators\Commands\PresenterCommand" => true
449 "Prettus\Repository\Generators\Commands\EntityCommand" => true
450 "Prettus\Repository\Generators\Commands\ValidatorCommand" => true
451 "Prettus\Repository\Generators\Commands\ControllerCommand" => true
452 "Prettus\Repository\Generators\Commands\BindingsCommand" => true
453 "Prettus\Repository\Generators\Commands\CriteriaCommand" => true
454 "Way\Generators\Filesystem\Filesystem" => true
455 "Way\Generators\Generator" => true
456 "generate.model" => true
457 "generate.view" => true
458 "generate.controller" => true
459 "Way\Generators\Commands\MigrationGeneratorCommand" => true
460 "generate.migration" => true
461 "generate.seeder" => true
462 "generate.pivot" => true
463 "generate.resource" => true
464 "generate.scaffold" => true
465 "generate.publish-templates" => true
466 "Way\Generators\Compilers\TemplateCompiler" => true
467 "migration.repository" => true
468 "migration.generate" => true
469 "Laravel\Passport\Console\InstallCommand" => true
470 "Laravel\Passport\Console\ClientCommand" => true
471 "Laravel\Passport\Console\KeysCommand" => true
472 "command.cache.clear" => true
473 "command.cache.forget" => true
474 "command.clear-compiled" => true
475 "command.auth.resets.clear" => true
476 "command.config.cache" => true
477 "command.config.clear" => true
478 "command.down" => true
479 "command.environment" => true
480 "command.key.generate" => true
481 "migrator" => true
482 "command.migrate" => true
483 "command.migrate.fresh" => true
484 "command.migrate.install" => true
485 "command.migrate.refresh" => true
486 "command.migrate.reset" => true
487 "command.migrate.rollback" => true
488 "command.migrate.status" => true
489 "command.package.discover" => true
490 "command.preset" => true
491 "command.queue.failed" => true
492 "command.queue.flush" => true
493 "command.queue.forget" => true
494 "queue.listener" => true
495 "command.queue.listen" => true
496 "command.queue.restart" => true
497 "command.queue.retry" => true
498 "App\Exceptions\Handler" => true
499 "Illuminate\Contracts\Debug\ExceptionHandler" => true
500 "queue.worker" => true
501 "command.queue.work" => true
502 "command.route.cache" => true
503 "command.route.clear" => true
504 "command.route.list" => true
505 "command.seed" => true
506 "Illuminate\Console\Scheduling\ScheduleFinishCommand" => true
507 "Illuminate\Console\Scheduling\ScheduleRunCommand" => true
508 "command.storage.link" => true
509 "command.up" => true
510 "command.view.clear" => true
511 "composer" => true
512 "command.app.name" => true
513 "command.auth.make" => true
514 "command.cache.table" => true
515 "command.channel.make" => true
516 "command.console.make" => true
517 "command.controller.make" => true
518 "command.event.generate" => true
519 "command.event.make" => true
520 "command.exception.make" => true
521 "command.factory.make" => true
522 "command.job.make" => true
523 "command.listener.make" => true
524 "command.mail.make" => true
525 "command.middleware.make" => true
526 "migration.creator" => true
527 "command.migrate.make" => true
528 "command.model.make" => true
529 "command.notification.make" => true
530 "command.notification.table" => true
531 "command.policy.make" => true
532 "command.provider.make" => true
533 "command.queue.failed-table" => true
534 "command.queue.table" => true
535 "command.request.make" => true
536 "command.resource.make" => true
537 "command.rule.make" => true
538 "command.seeder.make" => true
539 "command.session.table" => true
540 "command.serve" => true
541 "command.test.make" => true
542 "command.vendor.publish" => true
543 "command.tinker" => true
544 "App\Console\Commands\AvisoRefresh" => true
545 "App\Console\Commands\CheckUsers" => true
546 "App\Models\GenericUpload" => true
547 "Prettus\Repository\Criteria\RequestCriteria" => true
548 "App\Repositories\GenericUploadRepositoryEloquent" => true
549 "App\Repositories\GenericUploadRepository" => true
550 "App\Console\Commands\DeleteUnprocessedFiles" => true
551 "App\Console\Commands\ElasticSearchIndex" => true
552 "App\Console\Commands\MigrateAdminTable" => true
553 "App\Console\Commands\MigrateAvatars" => true
554 "App\Console\Commands\MigrateOldFilesToS3" => true
555 "App\Console\Commands\Notifications" => true
556 "App\Console\Commands\Notifications4AM" => true
557 "App\Console\Commands\NotificationsSmart" => true
558 "App\Console\Commands\RefreshFields" => true
559 "App\Console\Commands\RefreshRulesUsers" => true
560 "App\Console\Commands\RefreshTeachUsers" => true
561 "App\Console\Commands\RemoveInvitedUsers" => true
562 "App\Console\Commands\StatusSchedules" => true
563 "App\Models\Schedule" => true
564 "App\Validators\LiveValidator" => true
565 "App\Repositories\LiveRepositoryEloquent" => true
566 "App\Repositories\LiveRepository" => true
567 "App\Console\Commands\TestNotifications" => true
568 "bugsnag" => true
569 "image" => true
570 "filesystem" => true
571 ]
572 #bindings: array:168 [
573 "events" => array:2 [
574 "concrete" => Closure {#1191 …5}
575 "shared" => true
576 ]
577 "log" => array:2 [
578 "concrete" => Closure {#1175 …4}
579 "shared" => true
580 ]
581 "router" => array:2 [
582 "concrete" => Closure {#1162 …5}
583 "shared" => true
584 ]
585 "url" => array:2 [
586 "concrete" => Closure {#1161 …5}
587 "shared" => true
588 ]
589 "redirect" => array:2 [
590 "concrete" => Closure {#1149 …5}
591 "shared" => true
592 ]
593 "Psr\Http\Message\ServerRequestInterface" => array:2 [
594 "concrete" => Closure {#1148 …5}
595 "shared" => false
596 ]
597 "Psr\Http\Message\ResponseInterface" => array:2 [
598 "concrete" => Closure {#1136 …5}
599 "shared" => false
600 ]
601 "Illuminate\Contracts\Routing\ResponseFactory" => array:2 [
602 "concrete" => Closure {#1135 …5}
603 "shared" => true
604 ]
605 "Illuminate\Routing\Contracts\ControllerDispatcher" => array:2 [
606 "concrete" => Closure {#1124 …5}
607 "shared" => true
608 ]
609 "Illuminate\Contracts\Http\Kernel" => array:2 [
610 "concrete" => Closure {#1123 …6}
611 "shared" => true
612 ]
613 "Illuminate\Contracts\Console\Kernel" => array:2 [
614 "concrete" => Closure {#1114 …6}
615 "shared" => true
616 ]
617 "Illuminate\Contracts\Debug\ExceptionHandler" => array:2 [
618 "concrete" => Closure {#1113 …6}
619 "shared" => true
620 ]
621 "env" => array:2 [
622 "concrete" => Closure {#949 …5}
623 "shared" => false
624 ]
625 "auth" => array:2 [
626 "concrete" => Closure {#912 …5}
627 "shared" => true
628 ]
629 "auth.driver" => array:2 [
630 "concrete" => Closure {#910 …5}
631 "shared" => true
632 ]
633 "Illuminate\Contracts\Auth\Authenticatable" => array:2 [
634 "concrete" => Closure {#909 …5}
635 "shared" => false
636 ]
637 "Illuminate\Contracts\Auth\Access\Gate" => array:2 [
638 "concrete" => Closure {#908 …5}
639 "shared" => true
640 ]
641 "cookie" => array:2 [
642 "concrete" => Closure {#889 …5}
643 "shared" => true
644 ]
645 "db.factory" => array:2 [
646 "concrete" => Closure {#879 …5}
647 "shared" => true
648 ]
649 "db" => array:2 [
650 "concrete" => Closure {#878 …5}
651 "shared" => true
652 ]
653 "db.connection" => array:2 [
654 "concrete" => Closure {#877 …5}
655 "shared" => false
656 ]
657 "Faker\Generator" => array:2 [
658 "concrete" => Closure {#868 …5}
659 "shared" => true
660 ]
661 "Illuminate\Database\Eloquent\Factory" => array:2 [
662 "concrete" => Closure {#859 …5}
663 "shared" => true
664 ]
665 "Illuminate\Contracts\Queue\EntityResolver" => array:2 [
666 "concrete" => Closure {#851 …4}
667 "shared" => true
668 ]
669 "encrypter" => array:2 [
670 "concrete" => Closure {#842 …5}
671 "shared" => true
672 ]
673 "files" => array:2 [
674 "concrete" => Closure {#820 …4}
675 "shared" => true
676 ]
677 "filesystem" => array:2 [
678 "concrete" => Closure {#809 …4}
679 "shared" => true
680 ]
681 "filesystem.disk" => array:2 [
682 "concrete" => Closure {#800 …4}
683 "shared" => true
684 ]
685 "filesystem.cloud" => array:2 [
686 "concrete" => Closure {#791 …4}
687 "shared" => true
688 ]
689 "Illuminate\Notifications\ChannelManager" => array:2 [
690 "concrete" => Closure {#747 …5}
691 "shared" => true
692 ]
693 "session" => array:2 [
694 "concrete" => Closure {#693 …5}
695 "shared" => true
696 ]
697 "session.store" => array:2 [
698 "concrete" => Closure {#683 …5}
699 "shared" => true
700 ]
701 "Illuminate\Session\Middleware\StartSession" => array:2 [
702 "concrete" => Closure {#682 …6}
703 "shared" => true
704 ]
705 "view" => array:2 [
706 "concrete" => Closure {#671 …5}
707 "shared" => true
708 ]
709 "view.finder" => array:2 [
710 "concrete" => Closure {#670 …5}
711 "shared" => false
712 ]
713 "view.engine.resolver" => array:2 [
714 "concrete" => Closure {#669 …4}
715 "shared" => true
716 ]
717 "dompdf.options" => array:2 [
718 "concrete" => Closure {#659 …4}
719 "shared" => false
720 ]
721 "dompdf" => array:2 [
722 "concrete" => Closure {#649 …4}
723 "shared" => false
724 ]
725 "dompdf.wrapper" => array:2 [
726 "concrete" => Closure {#639 …5}
727 "shared" => false
728 ]
729 "image" => array:2 [
730 "concrete" => Closure {#613 …5}
731 "shared" => true
732 ]
733 "League\OAuth2\Server\AuthorizationServer" => array:2 [
734 "concrete" => Closure {#604 …4}
735 "shared" => true
736 ]
737 "League\OAuth2\Server\ResourceServer" => array:2 [
738 "concrete" => Closure {#596 …4}
739 "shared" => true
740 ]
741 "auth.loaded" => array:2 [
742 "concrete" => Closure {#578 …5}
743 "shared" => false
744 ]
745 "generate.model" => array:2 [
746 "concrete" => Closure {#443 …5}
747 "shared" => true
748 ]
749 "generate.view" => array:2 [
750 "concrete" => Closure {#420 …5}
751 "shared" => true
752 ]
753 "generate.controller" => array:2 [
754 "concrete" => Closure {#401 …5}
755 "shared" => true
756 ]
757 "generate.migration" => array:2 [
758 "concrete" => Closure {#373 …5}
759 "shared" => true
760 ]
761 "generate.seeder" => array:2 [
762 "concrete" => Closure {#352 …5}
763 "shared" => true
764 ]
765 "generate.pivot" => array:2 [
766 "concrete" => Closure {#340 …5}
767 "shared" => true
768 ]
769 "generate.resource" => array:2 [
770 "concrete" => Closure {#319 …5}
771 "shared" => true
772 ]
773 "generate.scaffold" => array:2 [
774 "concrete" => Closure {#308 …5}
775 "shared" => true
776 ]
777 "generate.publish-templates" => array:2 [
778 "concrete" => Closure {#290 …5}
779 "shared" => true
780 ]
781 "migration.generate" => array:2 [
782 "concrete" => Closure {#243 …5}
783 "shared" => true
784 ]
785 "Illuminate\Database\Migrations\MigrationRepositoryInterface" => array:2 [
786 "concrete" => Closure {#234 …5}
787 "shared" => false
788 ]
789 "App\Repositories\UserRepository" => array:2 [
790 "concrete" => Closure {#201 …6}
791 "shared" => false
792 ]
793 "App\Repositories\SchoolRepository" => array:2 [
794 "concrete" => Closure {#200 …6}
795 "shared" => false
796 ]
797 "App\Repositories\QuestionRepository" => array:2 [
798 "concrete" => Closure {#199 …6}
799 "shared" => false
800 ]
801 "App\Repositories\AnswerRepository" => array:2 [
802 "concrete" => Closure {#198 …6}
803 "shared" => false
804 ]
805 "App\Repositories\ScheduleRepository" => array:2 [
806 "concrete" => Closure {#197 …6}
807 "shared" => false
808 ]
809 "App\Repositories\MessageRepository" => array:2 [
810 "concrete" => Closure {#187 …6}
811 "shared" => false
812 ]
813 "App\Repositories\FieldRepository" => array:2 [
814 "concrete" => Closure {#186 …6}
815 "shared" => false
816 ]
817 "App\Repositories\LiveRepository" => array:2 [
818 "concrete" => Closure {#185 …6}
819 "shared" => false
820 ]
821 "App\Repositories\GenericUploadRepository" => array:2 [
822 "concrete" => Closure {#184 …6}
823 "shared" => false
824 ]
825 "App\Repositories\NotificationRepository" => array:2 [
826 "concrete" => Closure {#173 …6}
827 "shared" => false
828 ]
829 "bugsnag" => array:2 [
830 "concrete" => Closure {#171 …5}
831 "shared" => true
832 ]
833 "bugsnag.tracker" => array:2 [
834 "concrete" => Closure {#170 …4}
835 "shared" => true
836 ]
837 "bugsnag.logger" => array:2 [
838 "concrete" => Closure {#169 …5}
839 "shared" => true
840 ]
841 "bugsnag.multi" => array:2 [
842 "concrete" => Closure {#159 …5}
843 "shared" => true
844 ]
845 "blade.compiler" => array:2 [
846 "concrete" => Closure {#145 …4}
847 "shared" => true
848 ]
849 "translation.loader" => array:2 [
850 "concrete" => Closure {#51 …5}
851 "shared" => true
852 ]
853 "translator" => array:2 [
854 "concrete" => Closure {#50 …5}
855 "shared" => true
856 ]
857 "validation.presence" => array:2 [
858 "concrete" => Closure {#1216 …5}
859 "shared" => true
860 ]
861 "validator" => array:2 [
862 "concrete" => Closure {#1215 …5}
863 "shared" => true
864 ]
865 "Illuminate\Broadcasting\BroadcastManager" => array:2 [
866 "concrete" => Closure {#1182 …5}
867 "shared" => true
868 ]
869 "Illuminate\Contracts\Broadcasting\Broadcaster" => array:2 [
870 "concrete" => Closure {#1190 …5}
871 "shared" => true
872 ]
873 "queue" => array:2 [
874 "concrete" => Closure {#865 …5}
875 "shared" => true
876 ]
877 "queue.connection" => array:2 [
878 "concrete" => Closure {#864 …5}
879 "shared" => true
880 ]
881 "queue.worker" => array:2 [
882 "concrete" => Closure {#863 …4}
883 "shared" => true
884 ]
885 "queue.listener" => array:2 [
886 "concrete" => Closure {#862 …4}
887 "shared" => true
888 ]
889 "queue.failer" => array:2 [
890 "concrete" => Closure {#861 …4}
891 "shared" => true
892 ]
893 "Illuminate\Console\Scheduling\Schedule" => array:2 [
894 "concrete" => Closure {#959 …5}
895 "shared" => true
896 ]
897 "cache" => array:2 [
898 "concrete" => Closure {#839 …5}
899 "shared" => true
900 ]
901 "cache.store" => array:2 [
902 "concrete" => Closure {#838 …5}
903 "shared" => true
904 ]
905 "memcached.connector" => array:2 [
906 "concrete" => Closure {#837 …4}
907 "shared" => true
908 ]
909 "Illuminate\Bus\Dispatcher" => array:2 [
910 "concrete" => Closure {#875 …5}
911 "shared" => true
912 ]
913 "command.cache.clear" => array:2 [
914 "concrete" => Closure {#830 …5}
915 "shared" => true
916 ]
917 "command.cache.forget" => array:2 [
918 "concrete" => Closure {#833 …5}
919 "shared" => true
920 ]
921 "command.clear-compiled" => array:2 [
922 "concrete" => Closure {#832 …4}
923 "shared" => true
924 ]
925 "command.auth.resets.clear" => array:2 [
926 "concrete" => Closure {#831 …4}
927 "shared" => true
928 ]
929 "command.config.cache" => array:2 [
930 "concrete" => Closure {#821 …5}
931 "shared" => true
932 ]
933 "command.config.clear" => array:2 [
934 "concrete" => Closure {#829 …5}
935 "shared" => true
936 ]
937 "command.down" => array:2 [
938 "concrete" => Closure {#828 …4}
939 "shared" => true
940 ]
941 "command.environment" => array:2 [
942 "concrete" => Closure {#827 …4}
943 "shared" => true
944 ]
945 "command.key.generate" => array:2 [
946 "concrete" => Closure {#826 …4}
947 "shared" => true
948 ]
949 "command.migrate" => array:2 [
950 "concrete" => Closure {#825 …5}
951 "shared" => true
952 ]
953 "command.migrate.fresh" => array:2 [
954 "concrete" => Closure {#824 …4}
955 "shared" => true
956 ]
957 "command.migrate.install" => array:2 [
958 "concrete" => Closure {#823 …5}
959 "shared" => true
960 ]
961 "command.migrate.refresh" => array:2 [
962 "concrete" => Closure {#822 …4}
963 "shared" => true
964 ]
965 "command.migrate.reset" => array:2 [
966 "concrete" => Closure {#810 …5}
967 "shared" => true
968 ]
969 "command.migrate.rollback" => array:2 [
970 "concrete" => Closure {#818 …5}
971 "shared" => true
972 ]
973 "command.migrate.status" => array:2 [
974 "concrete" => Closure {#819 …5}
975 "shared" => true
976 ]
977 "command.package.discover" => array:2 [
978 "concrete" => Closure {#817 …5}
979 "shared" => true
980 ]
981 "command.preset" => array:2 [
982 "concrete" => Closure {#816 …4}
983 "shared" => true
984 ]
985 "command.queue.failed" => array:2 [
986 "concrete" => Closure {#815 …4}
987 "shared" => true
988 ]
989 "command.queue.flush" => array:2 [
990 "concrete" => Closure {#814 …4}
991 "shared" => true
992 ]
993 "command.queue.forget" => array:2 [
994 "concrete" => Closure {#813 …4}
995 "shared" => true
996 ]
997 "command.queue.listen" => array:2 [
998 "concrete" => Closure {#812 …5}
999 "shared" => true
1000 ]
1001 "command.queue.restart" => array:2 [
1002 "concrete" => Closure {#811 …4}
1003 "shared" => true
1004 ]
1005 "command.queue.retry" => array:2 [
1006 "concrete" => Closure {#801 …4}
1007 "shared" => true
1008 ]
1009 "command.queue.work" => array:2 [
1010 "concrete" => Closure {#808 …5}
1011 "shared" => true
1012 ]
1013 "command.route.cache" => array:2 [
1014 "concrete" => Closure {#807 …5}
1015 "shared" => true
1016 ]
1017 "command.route.clear" => array:2 [
1018 "concrete" => Closure {#806 …5}
1019 "shared" => true
1020 ]
1021 "command.route.list" => array:2 [
1022 "concrete" => Closure {#805 …5}
1023 "shared" => true
1024 ]
1025 "command.seed" => array:2 [
1026 "concrete" => Closure {#804 …5}
1027 "shared" => true
1028 ]
1029 "Illuminate\Console\Scheduling\ScheduleFinishCommand" => array:2 [
1030 "concrete" => Closure {#803 …6}
1031 "shared" => true
1032 ]
1033 "Illuminate\Console\Scheduling\ScheduleRunCommand" => array:2 [
1034 "concrete" => Closure {#802 …6}
1035 "shared" => true
1036 ]
1037 "command.storage.link" => array:2 [
1038 "concrete" => Closure {#792 …4}
1039 "shared" => true
1040 ]
1041 "command.up" => array:2 [
1042 "concrete" => Closure {#799 …4}
1043 "shared" => true
1044 ]
1045 "command.view.clear" => array:2 [
1046 "concrete" => Closure {#798 …5}
1047 "shared" => true
1048 ]
1049 "command.app.name" => array:2 [
1050 "concrete" => Closure {#797 …5}
1051 "shared" => true
1052 ]
1053 "command.auth.make" => array:2 [
1054 "concrete" => Closure {#796 …5}
1055 "shared" => true
1056 ]
1057 "command.cache.table" => array:2 [
1058 "concrete" => Closure {#795 …5}
1059 "shared" => true
1060 ]
1061 "command.channel.make" => array:2 [
1062 "concrete" => Closure {#794 …5}
1063 "shared" => true
1064 ]
1065 "command.console.make" => array:2 [
1066 "concrete" => Closure {#793 …5}
1067 "shared" => true
1068 ]
1069 "command.controller.make" => array:2 [
1070 "concrete" => Closure {#783 …5}
1071 "shared" => true
1072 ]
1073 "command.event.generate" => array:2 [
1074 "concrete" => Closure {#790 …4}
1075 "shared" => true
1076 ]
1077 "command.event.make" => array:2 [
1078 "concrete" => Closure {#789 …5}
1079 "shared" => true
1080 ]
1081 "command.exception.make" => array:2 [
1082 "concrete" => Closure {#788 …5}
1083 "shared" => true
1084 ]
1085 "command.factory.make" => array:2 [
1086 "concrete" => Closure {#787 …5}
1087 "shared" => true
1088 ]
1089 "command.job.make" => array:2 [
1090 "concrete" => Closure {#786 …5}
1091 "shared" => true
1092 ]
1093 "command.listener.make" => array:2 [
1094 "concrete" => Closure {#785 …5}
1095 "shared" => true
1096 ]
1097 "command.mail.make" => array:2 [
1098 "concrete" => Closure {#784 …5}
1099 "shared" => true
1100 ]
1101 "command.middleware.make" => array:2 [
1102 "concrete" => Closure {#774 …5}
1103 "shared" => true
1104 ]
1105 "command.migrate.make" => array:2 [
1106 "concrete" => Closure {#781 …5}
1107 "shared" => true
1108 ]
1109 "command.model.make" => array:2 [
1110 "concrete" => Closure {#780 …5}
1111 "shared" => true
1112 ]
1113 "command.notification.make" => array:2 [
1114 "concrete" => Closure {#779 …5}
1115 "shared" => true
1116 ]
1117 "command.notification.table" => array:2 [
1118 "concrete" => Closure {#778 …5}
1119 "shared" => true
1120 ]
1121 "command.policy.make" => array:2 [
1122 "concrete" => Closure {#777 …5}
1123 "shared" => true
1124 ]
1125 "command.provider.make" => array:2 [
1126 "concrete" => Closure {#776 …5}
1127 "shared" => true
1128 ]
1129 "command.queue.failed-table" => array:2 [
1130 "concrete" => Closure {#775 …5}
1131 "shared" => true
1132 ]
1133 "command.queue.table" => array:2 [
1134 "concrete" => Closure {#767 …5}
1135 "shared" => true
1136 ]
1137 "command.request.make" => array:2 [
1138 "concrete" => Closure {#772 …5}
1139 "shared" => true
1140 ]
1141 "command.resource.make" => array:2 [
1142 "concrete" => Closure {#771 …5}
1143 "shared" => true
1144 ]
1145 "command.rule.make" => array:2 [
1146 "concrete" => Closure {#770 …5}
1147 "shared" => true
1148 ]
1149 "command.seeder.make" => array:2 [
1150 "concrete" => Closure {#769 …5}
1151 "shared" => true
1152 ]
1153 "command.session.table" => array:2 [
1154 "concrete" => Closure {#768 …5}
1155 "shared" => true
1156 ]
1157 "command.serve" => array:2 [
1158 "concrete" => Closure {#757 …4}
1159 "shared" => true
1160 ]
1161 "command.test.make" => array:2 [
1162 "concrete" => Closure {#765 …5}
1163 "shared" => true
1164 ]
1165 "command.vendor.publish" => array:2 [
1166 "concrete" => Closure {#764 …5}
1167 "shared" => true
1168 ]
1169 "migration.repository" => array:2 [
1170 "concrete" => Closure {#761 …5}
1171 "shared" => true
1172 ]
1173 "migrator" => array:2 [
1174 "concrete" => Closure {#760 …5}
1175 "shared" => true
1176 ]
1177 "migration.creator" => array:2 [
1178 "concrete" => Closure {#759 …5}
1179 "shared" => true
1180 ]
1181 "composer" => array:2 [
1182 "concrete" => Closure {#748 …5}
1183 "shared" => true
1184 ]
1185 "hash" => array:2 [
1186 "concrete" => Closure {#754 …5}
1187 "shared" => true
1188 ]
1189 "hash.driver" => array:2 [
1190 "concrete" => Closure {#753 …5}
1191 "shared" => true
1192 ]
1193 "swift.transport" => array:2 [
1194 "concrete" => Closure {#751 …5}
1195 "shared" => true
1196 ]
1197 "swift.mailer" => array:2 [
1198 "concrete" => Closure {#750 …5}
1199 "shared" => true
1200 ]
1201 "mailer" => array:2 [
1202 "concrete" => Closure {#749 …5}
1203 "shared" => true
1204 ]
1205 "Illuminate\Mail\Markdown" => array:2 [
1206 "concrete" => Closure {#737 …5}
1207 "shared" => true
1208 ]
1209 "Illuminate\Contracts\Pipeline\Hub" => array:2 [
1210 "concrete" => Closure {#745 …6}
1211 "shared" => true
1212 ]
1213 "redis" => array:2 [
1214 "concrete" => Closure {#743 …5}
1215 "shared" => true
1216 ]
1217 "redis.connection" => array:2 [
1218 "concrete" => Closure {#742 …5}
1219 "shared" => false
1220 ]
1221 "auth.password" => array:2 [
1222 "concrete" => Closure {#740 …5}
1223 "shared" => true
1224 ]
1225 "auth.password.broker" => array:2 [
1226 "concrete" => Closure {#739 …5}
1227 "shared" => false
1228 ]
1229 "command.tinker" => array:2 [
1230 "concrete" => Closure {#726 …4}
1231 "shared" => true
1232 ]
1233 "fcm.client" => array:2 [
1234 "concrete" => Closure {#733 …5}
1235 "shared" => true
1236 ]
1237 "fcm.group" => array:2 [
1238 "concrete" => Closure {#732 …5}
1239 "shared" => false
1240 ]
1241 "fcm.sender" => array:2 [
1242 "concrete" => Closure {#731 …5}
1243 "shared" => false
1244 ]
1245 ]
1246 #methodBindings: []
1247 #instances: array:120 [
1248 "path" => "/home/vagrant/code/zero-duvidas/app"
1249 "path.base" => "/home/vagrant/code/zero-duvidas"
1250 "path.lang" => "/home/vagrant/code/zero-duvidas/resources/lang"
1251 "path.config" => "/home/vagrant/code/zero-duvidas/config"
1252 "path.public" => "/home/vagrant/code/zero-duvidas/public"
1253 "path.storage" => "/home/vagrant/code/zero-duvidas/storage"
1254 "path.database" => "/home/vagrant/code/zero-duvidas/database"
1255 "path.resources" => "/home/vagrant/code/zero-duvidas/resources"
1256 "path.bootstrap" => "/home/vagrant/code/zero-duvidas/bootstrap"
1257 "app" => Illuminate\Foundation\Application {#1229}
1258 "Illuminate\Container\Container" => Illuminate\Foundation\Application {#1229}
1259 "Illuminate\Foundation\PackageManifest" => Illuminate\Foundation\PackageManifest {#1221
1260 +files: Illuminate\Filesystem\Filesystem {#1211}
1261 +basePath: "/home/vagrant/code/zero-duvidas"
1262 +vendorPath: "/home/vagrant/code/zero-duvidas/vendor"
1263 +manifestPath: "/home/vagrant/code/zero-duvidas/bootstrap/cache/packages.php"
1264 +manifest: array:8 [ …8]
1265 }
1266 "events" => Illuminate\Events\Dispatcher {#1084}
1267 "Illuminate\Contracts\Console\Kernel" => App\Console\Kernel {#1073}
1268 "config" => Illuminate\Config\Repository {#1013
1269 #items: array:23 [ …23]
1270 }
1271 "request" => Illuminate\Http\Request {#951
1272 #json: null
1273 #convertedFiles: null
1274 #userResolver: null
1275 #routeResolver: null
1276 +attributes: Symfony\Component\HttpFoundation\ParameterBag {#1000 …1}
1277 +request: Symfony\Component\HttpFoundation\ParameterBag {#967 …1}
1278 +query: Symfony\Component\HttpFoundation\ParameterBag {#977 …1}
1279 +server: Symfony\Component\HttpFoundation\ServerBag {#989 …1}
1280 +files: Symfony\Component\HttpFoundation\FileBag {#999 …1}
1281 +cookies: Symfony\Component\HttpFoundation\ParameterBag {#1012 …1}
1282 +headers: Symfony\Component\HttpFoundation\HeaderBag {#976 …2}
1283 #content: null
1284 #languages: null
1285 #charsets: null
1286 #encodings: null
1287 #acceptableContentTypes: null
1288 #pathInfo: null
1289 #requestUri: null
1290 #baseUrl: null
1291 #basePath: null
1292 #method: null
1293 #format: null
1294 #session: null
1295 #locale: null
1296 #defaultLocale: "en"
1297 -isHostValid: true
1298 -isForwardedValid: true
1299 pathInfo: "/"
1300 requestUri: "/"
1301 baseUrl: "/"
1302 basePath: ""
1303 method: "GET"
1304 format: "html"
1305 }
1306 "auth" => Illuminate\Auth\AuthManager {#568
1307 #app: Illuminate\Foundation\Application {#1229}
1308 #customCreators: array:1 [ …1]
1309 #guards: []
1310 #userResolver: Closure {#567 …5}
1311 #customProviderCreators: []
1312 }
1313 "files" => Illuminate\Filesystem\Filesystem {#263}
1314 "db.factory" => Illuminate\Database\Connectors\ConnectionFactory {#990
1315 #container: Illuminate\Foundation\Application {#1229}
1316 }
1317 "db" => Illuminate\Database\DatabaseManager {#940 …}
1318 "view.engine.resolver" => Illuminate\View\Engines\EngineResolver {#157
1319 #resolvers: array:3 [ …3]
1320 #resolved: []
1321 }
1322 "view" => Illuminate\View\Factory {#142
1323 #engines: Illuminate\View\Engines\EngineResolver {#157}
1324 #finder: Illuminate\View\FileViewFinder {#143 …5}
1325 #events: Illuminate\Events\Dispatcher {#1084}
1326 #container: Illuminate\Foundation\Application {#1229}
1327 #shared: array:2 [ …2]
1328 #extensions: array:3 [ …3]
1329 #composers: []
1330 #renderCount: 0
1331 #componentStack: []
1332 #componentData: []
1333 #slots: []
1334 #slotStack: []
1335 #sections: []
1336 #sectionStack: []
1337 #loopsStack: []
1338 #pushes: []
1339 #prepends: []
1340 #pushStack: []
1341 #translationReplacements: []
1342 }
1343 "router" => Illuminate\Routing\Router {#141
1344 #events: Illuminate\Events\Dispatcher {#1084}
1345 #container: Illuminate\Foundation\Application {#1229}
1346 #routes: Illuminate\Routing\RouteCollection {#129
1347 #routes: array:6 [ …6]
1348 #allRoutes: array:228 [ …228]
1349 #nameList: array:140 [ …140]
1350 #actionList: array:224 [ …224]
1351 }
1352 #current: null
1353 #currentRequest: null
1354 #middleware: []
1355 #middlewareGroups: []
1356 +middlewarePriority: []
1357 #binders: []
1358 #patterns: []
1359 #groupStack: []
1360 }
1361 "translation.loader" => Illuminate\Translation\FileLoader {#31
1362 #files: Illuminate\Filesystem\Filesystem {#263}
1363 #path: "/home/vagrant/code/zero-duvidas/resources/lang"
1364 #jsonPaths: []
1365 #hints: array:1 [ …1]
1366 }
1367 "translator" => Illuminate\Translation\Translator {#20
1368 #loader: Illuminate\Translation\FileLoader {#31}
1369 #locale: "pt-BR"
1370 #fallback: "en"
1371 #loaded: []
1372 #selector: null
1373 #parsed: []
1374 }
1375 "Illuminate\Contracts\Auth\Access\Gate" => Illuminate\Auth\Access\Gate {#1244
1376 #container: Illuminate\Foundation\Application {#1229}
1377 #userResolver: Closure {#1224 …5}
1378 #abilities: array:4 [ …4]
1379 #policies: array:6 [ …6]
1380 #beforeCallbacks: []
1381 #afterCallbacks: []
1382 }
1383 "validation.presence" => Illuminate\Validation\DatabasePresenceVerifier {#1202
1384 #db: Illuminate\Database\DatabaseManager {#940 …}
1385 #connection: null
1386 }
1387 "validator" => Illuminate\Validation\Factory {#1213
1388 #translator: Illuminate\Translation\Translator {#20}
1389 #verifier: Illuminate\Validation\DatabasePresenceVerifier {#1202}
1390 #container: Illuminate\Foundation\Application {#1229}
1391 #extensions: array:17 [ …17]
1392 #implicitExtensions: []
1393 #dependentExtensions: []
1394 #replacers: []
1395 #fallbackMessages: []
1396 #resolver: null
1397 }
1398 "Illuminate\Broadcasting\BroadcastManager" => Illuminate\Broadcasting\BroadcastManager {#1170
1399 #app: Illuminate\Foundation\Application {#1229}
1400 #drivers: array:1 [ …1]
1401 #customCreators: []
1402 }
1403 "log" => Illuminate\Log\LogManager {#1166
1404 #app: Illuminate\Foundation\Application {#1229}
1405 #channels: []
1406 #customCreators: []
1407 #levels: array:8 [ …8]
1408 }
1409 "routes" => Illuminate\Routing\RouteCollection {#129}
1410 "url" => Illuminate\Routing\UrlGenerator {#1139
1411 #routes: Illuminate\Routing\RouteCollection {#129}
1412 #request: Illuminate\Http\Request {#951}
1413 #forcedRoot: null
1414 #forceScheme: null
1415 #cachedRoot: null
1416 #cachedSchema: null
1417 #rootNamespace: "App\Http\Controllers"
1418 #sessionResolver: Closure {#1125 …4}
1419 #formatHostUsing: null
1420 #formatPathUsing: null
1421 #routeGenerator: null
1422 }
1423 "queue" => Illuminate\Queue\QueueManager {#858
1424 #app: Illuminate\Foundation\Application {#1229}
1425 #connections: []
1426 #connectors: array:6 [ …6]
1427 }
1428 "cache" => Illuminate\Cache\CacheManager {#836
1429 #app: Illuminate\Foundation\Application {#1229}
1430 #stores: []
1431 #customCreators: []
1432 }
1433 "Illuminate\Console\Scheduling\Schedule" => Illuminate\Console\Scheduling\Schedule {#931
1434 #events: []
1435 #eventMutex: Illuminate\Console\Scheduling\CacheEventMutex {#835 …2}
1436 #schedulingMutex: Illuminate\Console\Scheduling\CacheSchedulingMutex {#834 …2}
1437 }
1438 "generate.model" => Way\Generators\Commands\ModelGeneratorCommand {#569
1439 #name: "generate:model"
1440 #description: "Generate a model"
1441 #generator: Way\Generators\Generator {#577 …1}
1442 #laravel: Illuminate\Foundation\Application {#1229}
1443 #input: null
1444 #output: null
1445 #signature: null
1446 #hidden: false
1447 #verbosity: 32
1448 #verbosityMap: array:5 [ …5]
1449 -application: Illuminate\Console\Application {#667 …18}
1450 -processTitle: null
1451 -aliases: []
1452 -definition: Symfony\Component\Console\Input\InputDefinition {#645 …6}
1453 -help: null
1454 -ignoreValidationErrors: false
1455 -applicationDefinitionMerged: false
1456 -applicationDefinitionMergedWithArgs: false
1457 -code: null
1458 -synopsis: []
1459 -usages: []
1460 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1461 -name: "generate:model"
1462 -hidden: false
1463 -description: "Generate a model"
1464 }
1465 "generate.view" => Way\Generators\Commands\ViewGeneratorCommand {#571
1466 #name: "generate:view"
1467 #description: "Generate a view"
1468 #generator: Way\Generators\Generator {#570 …1}
1469 #laravel: Illuminate\Foundation\Application {#1229}
1470 #input: null
1471 #output: null
1472 #signature: null
1473 #hidden: false
1474 #verbosity: 32
1475 #verbosityMap: array:5 [ …5]
1476 -application: Illuminate\Console\Application {#667 …18}
1477 -processTitle: null
1478 -aliases: []
1479 -definition: Symfony\Component\Console\Input\InputDefinition {#572 …6}
1480 -help: null
1481 -ignoreValidationErrors: false
1482 -applicationDefinitionMerged: false
1483 -applicationDefinitionMergedWithArgs: false
1484 -code: null
1485 -synopsis: []
1486 -usages: []
1487 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1488 -name: "generate:view"
1489 -hidden: false
1490 -description: "Generate a view"
1491 }
1492 "generate.controller" => Way\Generators\Commands\ControllerGeneratorCommand {#562
1493 #name: "generate:controller"
1494 #description: "Generate a controller"
1495 #generator: Way\Generators\Generator {#561 …1}
1496 #laravel: Illuminate\Foundation\Application {#1229}
1497 #input: null
1498 #output: null
1499 #signature: null
1500 #hidden: false
1501 #verbosity: 32
1502 #verbosityMap: array:5 [ …5]
1503 -application: Illuminate\Console\Application {#667 …18}
1504 -processTitle: null
1505 -aliases: []
1506 -definition: Symfony\Component\Console\Input\InputDefinition {#563 …6}
1507 -help: null
1508 -ignoreValidationErrors: false
1509 -applicationDefinitionMerged: false
1510 -applicationDefinitionMergedWithArgs: false
1511 -code: null
1512 -synopsis: []
1513 -usages: []
1514 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1515 -name: "generate:controller"
1516 -hidden: false
1517 -description: "Generate a controller"
1518 }
1519 "generate.migration" => Way\Generators\Commands\MigrationGeneratorCommand {#542
1520 #name: "generate:migration"
1521 #description: "Generate a new migration"
1522 #generator: Way\Generators\Generator {#550 …1}
1523 #laravel: Illuminate\Foundation\Application {#1229}
1524 #input: null
1525 #output: null
1526 #signature: null
1527 #hidden: false
1528 #verbosity: 32
1529 #verbosityMap: array:5 [ …5]
1530 -application: Illuminate\Console\Application {#667 …18}
1531 -processTitle: null
1532 -aliases: []
1533 -definition: Symfony\Component\Console\Input\InputDefinition {#553 …6}
1534 -help: null
1535 -ignoreValidationErrors: false
1536 -applicationDefinitionMerged: false
1537 -applicationDefinitionMergedWithArgs: false
1538 -code: null
1539 -synopsis: []
1540 -usages: []
1541 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1542 -name: "generate:migration"
1543 -hidden: false
1544 -description: "Generate a new migration"
1545 }
1546 "generate.seeder" => Way\Generators\Commands\SeederGeneratorCommand {#557
1547 #name: "generate:seed"
1548 #description: "Generate a database table seeder"
1549 #generator: Way\Generators\Generator {#544 …1}
1550 #laravel: Illuminate\Foundation\Application {#1229}
1551 #input: null
1552 #output: null
1553 #signature: null
1554 #hidden: false
1555 #verbosity: 32
1556 #verbosityMap: array:5 [ …5]
1557 -application: Illuminate\Console\Application {#667 …18}
1558 -processTitle: null
1559 -aliases: []
1560 -definition: Symfony\Component\Console\Input\InputDefinition {#556 …6}
1561 -help: null
1562 -ignoreValidationErrors: false
1563 -applicationDefinitionMerged: false
1564 -applicationDefinitionMergedWithArgs: false
1565 -code: null
1566 -synopsis: []
1567 -usages: []
1568 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1569 -name: "generate:seed"
1570 -hidden: false
1571 -description: "Generate a database table seeder"
1572 }
1573 "generate.pivot" => Way\Generators\Commands\PivotGeneratorCommand {#539
1574 #name: "generate:pivot"
1575 #description: "Generate a pivot table"
1576 #laravel: Illuminate\Foundation\Application {#1229}
1577 #input: null
1578 #output: null
1579 #signature: null
1580 #hidden: false
1581 #verbosity: 32
1582 #verbosityMap: array:5 [ …5]
1583 -application: Illuminate\Console\Application {#667 …18}
1584 -processTitle: null
1585 -aliases: []
1586 -definition: Symfony\Component\Console\Input\InputDefinition {#538 …6}
1587 -help: null
1588 -ignoreValidationErrors: false
1589 -applicationDefinitionMerged: false
1590 -applicationDefinitionMergedWithArgs: false
1591 -code: null
1592 -synopsis: []
1593 -usages: []
1594 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1595 -name: "generate:pivot"
1596 -hidden: false
1597 -description: "Generate a pivot table"
1598 }
1599 "generate.resource" => Way\Generators\Commands\ResourceGeneratorCommand {#533
1600 #name: "generate:resource"
1601 #description: "Generate a new resource"
1602 #laravel: Illuminate\Foundation\Application {#1229}
1603 #input: null
1604 #output: null
1605 #signature: null
1606 #hidden: false
1607 #verbosity: 32
1608 #verbosityMap: array:5 [ …5]
1609 -application: Illuminate\Console\Application {#667 …18}
1610 -processTitle: null
1611 -aliases: []
1612 -definition: Symfony\Component\Console\Input\InputDefinition {#534 …6}
1613 -help: null
1614 -ignoreValidationErrors: false
1615 -applicationDefinitionMerged: false
1616 -applicationDefinitionMergedWithArgs: false
1617 -code: null
1618 -synopsis: []
1619 -usages: []
1620 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1621 -name: "generate:resource"
1622 -hidden: false
1623 -description: "Generate a new resource"
1624 }
1625 "generate.scaffold" => Way\Generators\Commands\ScaffoldGeneratorCommand {#532
1626 #name: "generate:scaffold"
1627 #description: "Scaffold a new resource (with boilerplate)"
1628 #laravel: Illuminate\Foundation\Application {#1229}
1629 #input: null
1630 #output: null
1631 #signature: null
1632 #hidden: false
1633 #verbosity: 32
1634 #verbosityMap: array:5 [ …5]
1635 -application: Illuminate\Console\Application {#667 …18}
1636 -processTitle: null
1637 -aliases: []
1638 -definition: Symfony\Component\Console\Input\InputDefinition {#531 …6}
1639 -help: null
1640 -ignoreValidationErrors: false
1641 -applicationDefinitionMerged: false
1642 -applicationDefinitionMergedWithArgs: false
1643 -code: null
1644 -synopsis: []
1645 -usages: []
1646 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1647 -name: "generate:scaffold"
1648 -hidden: false
1649 -description: "Scaffold a new resource (with boilerplate)"
1650 }
1651 "generate.publish-templates" => Way\Generators\Commands\PublishTemplatesCommand {#525
1652 #name: "generate:publish-templates"
1653 #description: "Copy generator templates for user modification"
1654 #laravel: Illuminate\Foundation\Application {#1229}
1655 #input: null
1656 #output: null
1657 #signature: null
1658 #hidden: false
1659 #verbosity: 32
1660 #verbosityMap: array:5 [ …5]
1661 -application: Illuminate\Console\Application {#667 …18}
1662 -processTitle: null
1663 -aliases: []
1664 -definition: Symfony\Component\Console\Input\InputDefinition {#524 …6}
1665 -help: null
1666 -ignoreValidationErrors: false
1667 -applicationDefinitionMerged: false
1668 -applicationDefinitionMergedWithArgs: false
1669 -code: null
1670 -synopsis: []
1671 -usages: []
1672 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1673 -name: "generate:publish-templates"
1674 -hidden: false
1675 -description: "Copy generator templates for user modification"
1676 }
1677 "migration.repository" => Illuminate\Database\Migrations\DatabaseMigrationRepository {#510
1678 #resolver: Illuminate\Database\DatabaseManager {#940 …}
1679 #table: "migrations"
1680 #connection: null
1681 }
1682 "migration.generate" => Xethron\MigrationsGenerator\MigrateGenerateCommand {#522
1683 #name: "migrate:generate"
1684 #description: "Generate a migration from an existing table structure."
1685 #file: Way\Generators\Filesystem\Filesystem {#520}
1686 #compiler: Way\Generators\Compilers\TemplateCompiler {#521}
1687 #repository: Illuminate\Database\Migrations\DatabaseMigrationRepository {#510}
1688 #config: Illuminate\Config\Repository {#1013}
1689 #schemaGenerator: null
1690 #fields: []
1691 #migrations: []
1692 #log: false
1693 #batch: null
1694 #datePrefix: null
1695 #migrationName: null
1696 #method: null
1697 #table: null
1698 #connection: null
1699 #generator: Way\Generators\Generator {#517 …1}
1700 #laravel: Illuminate\Foundation\Application {#1229}
1701 #input: null
1702 #output: null
1703 #signature: null
1704 #hidden: false
1705 #verbosity: 32
1706 #verbosityMap: array:5 [ …5]
1707 -application: Illuminate\Console\Application {#667 …18}
1708 -processTitle: null
1709 -aliases: []
1710 -definition: Symfony\Component\Console\Input\InputDefinition {#515 …6}
1711 -help: null
1712 -ignoreValidationErrors: false
1713 -applicationDefinitionMerged: false
1714 -applicationDefinitionMergedWithArgs: false
1715 -code: null
1716 -synopsis: []
1717 -usages: []
1718 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1719 -name: "migrate:generate"
1720 -hidden: false
1721 -description: "Generate a migration from an existing table structure."
1722 }
1723 "command.cache.clear" => Illuminate\Cache\Console\ClearCommand {#504
1724 #name: "cache:clear"
1725 #description: "Flush the application cache"
1726 #cache: Illuminate\Cache\CacheManager {#836}
1727 #files: Illuminate\Filesystem\Filesystem {#263}
1728 #laravel: Illuminate\Foundation\Application {#1229}
1729 #input: null
1730 #output: null
1731 #signature: null
1732 #hidden: false
1733 #verbosity: 32
1734 #verbosityMap: array:5 [ …5]
1735 -application: Illuminate\Console\Application {#667 …18}
1736 -processTitle: null
1737 -aliases: []
1738 -definition: Symfony\Component\Console\Input\InputDefinition {#505 …6}
1739 -help: null
1740 -ignoreValidationErrors: false
1741 -applicationDefinitionMerged: false
1742 -applicationDefinitionMergedWithArgs: false
1743 -code: null
1744 -synopsis: []
1745 -usages: []
1746 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1747 -name: "cache:clear"
1748 -hidden: false
1749 -description: "Flush the application cache"
1750 }
1751 "command.cache.forget" => Illuminate\Cache\Console\ForgetCommand {#477
1752 #signature: "cache:forget {key : The key to remove} {store? : The store to remove the key from}"
1753 #description: "Remove an item from the cache"
1754 #cache: Illuminate\Cache\CacheManager {#836}
1755 #laravel: Illuminate\Foundation\Application {#1229}
1756 #input: null
1757 #output: null
1758 #name: "cache:forget"
1759 #hidden: false
1760 #verbosity: 32
1761 #verbosityMap: array:5 [ …5]
1762 -application: Illuminate\Console\Application {#667 …18}
1763 -processTitle: null
1764 -aliases: []
1765 -definition: Symfony\Component\Console\Input\InputDefinition {#485 …6}
1766 -help: null
1767 -ignoreValidationErrors: false
1768 -applicationDefinitionMerged: false
1769 -applicationDefinitionMergedWithArgs: false
1770 -code: null
1771 -synopsis: []
1772 -usages: []
1773 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1774 -name: "cache:forget"
1775 -hidden: false
1776 -description: "Remove an item from the cache"
1777 }
1778 "command.clear-compiled" => Illuminate\Foundation\Console\ClearCompiledCommand {#484
1779 #name: "clear-compiled"
1780 #description: "Remove the compiled class file"
1781 #laravel: Illuminate\Foundation\Application {#1229}
1782 #input: null
1783 #output: null
1784 #signature: null
1785 #hidden: false
1786 #verbosity: 32
1787 #verbosityMap: array:5 [ …5]
1788 -application: Illuminate\Console\Application {#667 …18}
1789 -processTitle: null
1790 -aliases: []
1791 -definition: Symfony\Component\Console\Input\InputDefinition {#483 …6}
1792 -help: null
1793 -ignoreValidationErrors: false
1794 -applicationDefinitionMerged: false
1795 -applicationDefinitionMergedWithArgs: false
1796 -code: null
1797 -synopsis: []
1798 -usages: []
1799 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1800 -name: "clear-compiled"
1801 -hidden: false
1802 -description: "Remove the compiled class file"
1803 }
1804 "command.auth.resets.clear" => Illuminate\Auth\Console\ClearResetsCommand {#482
1805 #signature: "auth:clear-resets {name? : The name of the password broker}"
1806 #description: "Flush expired password reset tokens"
1807 #laravel: Illuminate\Foundation\Application {#1229}
1808 #input: null
1809 #output: null
1810 #name: "auth:clear-resets"
1811 #hidden: false
1812 #verbosity: 32
1813 #verbosityMap: array:5 [ …5]
1814 -application: Illuminate\Console\Application {#667 …18}
1815 -processTitle: null
1816 -aliases: []
1817 -definition: Symfony\Component\Console\Input\InputDefinition {#480 …6}
1818 -help: null
1819 -ignoreValidationErrors: false
1820 -applicationDefinitionMerged: false
1821 -applicationDefinitionMergedWithArgs: false
1822 -code: null
1823 -synopsis: []
1824 -usages: []
1825 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1826 -name: "auth:clear-resets"
1827 -hidden: false
1828 -description: "Flush expired password reset tokens"
1829 }
1830 "command.config.cache" => Illuminate\Foundation\Console\ConfigCacheCommand {#479
1831 #name: "config:cache"
1832 #description: "Create a cache file for faster configuration loading"
1833 #files: Illuminate\Filesystem\Filesystem {#263}
1834 #laravel: Illuminate\Foundation\Application {#1229}
1835 #input: null
1836 #output: null
1837 #signature: null
1838 #hidden: false
1839 #verbosity: 32
1840 #verbosityMap: array:5 [ …5]
1841 -application: Illuminate\Console\Application {#667 …18}
1842 -processTitle: null
1843 -aliases: []
1844 -definition: Symfony\Component\Console\Input\InputDefinition {#478 …6}
1845 -help: null
1846 -ignoreValidationErrors: false
1847 -applicationDefinitionMerged: false
1848 -applicationDefinitionMergedWithArgs: false
1849 -code: null
1850 -synopsis: []
1851 -usages: []
1852 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1853 -name: "config:cache"
1854 -hidden: false
1855 -description: "Create a cache file for faster configuration loading"
1856 }
1857 "command.config.clear" => Illuminate\Foundation\Console\ConfigClearCommand {#467
1858 #name: "config:clear"
1859 #description: "Remove the configuration cache file"
1860 #files: Illuminate\Filesystem\Filesystem {#263}
1861 #laravel: Illuminate\Foundation\Application {#1229}
1862 #input: null
1863 #output: null
1864 #signature: null
1865 #hidden: false
1866 #verbosity: 32
1867 #verbosityMap: array:5 [ …5]
1868 -application: Illuminate\Console\Application {#667 …18}
1869 -processTitle: null
1870 -aliases: []
1871 -definition: Symfony\Component\Console\Input\InputDefinition {#475 …6}
1872 -help: null
1873 -ignoreValidationErrors: false
1874 -applicationDefinitionMerged: false
1875 -applicationDefinitionMergedWithArgs: false
1876 -code: null
1877 -synopsis: []
1878 -usages: []
1879 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1880 -name: "config:clear"
1881 -hidden: false
1882 -description: "Remove the configuration cache file"
1883 }
1884 "command.down" => Illuminate\Foundation\Console\DownCommand {#474
1885 #signature: """
1886 down {--message= : The message for the maintenance mode. }\n
1887 {--retry= : The number of seconds after which the request may be retried.}
1888 """
1889 #description: "Put the application into maintenance mode"
1890 #laravel: Illuminate\Foundation\Application {#1229}
1891 #input: null
1892 #output: null
1893 #name: "down"
1894 #hidden: false
1895 #verbosity: 32
1896 #verbosityMap: array:5 [ …5]
1897 -application: Illuminate\Console\Application {#667 …18}
1898 -processTitle: null
1899 -aliases: []
1900 -definition: Symfony\Component\Console\Input\InputDefinition {#471 …6}
1901 -help: null
1902 -ignoreValidationErrors: false
1903 -applicationDefinitionMerged: false
1904 -applicationDefinitionMergedWithArgs: false
1905 -code: null
1906 -synopsis: []
1907 -usages: []
1908 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1909 -name: "down"
1910 -hidden: false
1911 -description: "Put the application into maintenance mode"
1912 }
1913 "command.environment" => Illuminate\Foundation\Console\EnvironmentCommand {#470
1914 #name: "env"
1915 #description: "Display the current framework environment"
1916 #laravel: Illuminate\Foundation\Application {#1229}
1917 #input: null
1918 #output: null
1919 #signature: null
1920 #hidden: false
1921 #verbosity: 32
1922 #verbosityMap: array:5 [ …5]
1923 -application: Illuminate\Console\Application {#667 …18}
1924 -processTitle: null
1925 -aliases: []
1926 -definition: Symfony\Component\Console\Input\InputDefinition {#469 …6}
1927 -help: null
1928 -ignoreValidationErrors: false
1929 -applicationDefinitionMerged: false
1930 -applicationDefinitionMergedWithArgs: false
1931 -code: null
1932 -synopsis: []
1933 -usages: []
1934 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1935 -name: "env"
1936 -hidden: false
1937 -description: "Display the current framework environment"
1938 }
1939 "command.key.generate" => Illuminate\Foundation\Console\KeyGenerateCommand {#468
1940 #signature: """
1941 key:generate\n
1942 {--show : Display the key instead of modifying files}\n
1943 {--force : Force the operation to run when in production}
1944 """
1945 #description: "Set the application key"
1946 #laravel: Illuminate\Foundation\Application {#1229}
1947 #input: null
1948 #output: null
1949 #name: "key:generate"
1950 #hidden: false
1951 #verbosity: 32
1952 #verbosityMap: array:5 [ …5]
1953 -application: Illuminate\Console\Application {#667 …18}
1954 -processTitle: null
1955 -aliases: []
1956 -definition: Symfony\Component\Console\Input\InputDefinition {#464 …6}
1957 -help: null
1958 -ignoreValidationErrors: false
1959 -applicationDefinitionMerged: false
1960 -applicationDefinitionMergedWithArgs: false
1961 -code: null
1962 -synopsis: []
1963 -usages: []
1964 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
1965 -name: "key:generate"
1966 -hidden: false
1967 -description: "Set the application key"
1968 }
1969 "migrator" => Illuminate\Database\Migrations\Migrator {#462
1970 #repository: Illuminate\Database\Migrations\DatabaseMigrationRepository {#510}
1971 #files: Illuminate\Filesystem\Filesystem {#263}
1972 #resolver: Illuminate\Database\DatabaseManager {#940 …}
1973 #connection: null
1974 #notes: []
1975 #paths: array:1 [ …1]
1976 }
1977 "command.migrate" => Illuminate\Database\Console\Migrations\MigrateCommand {#463
1978 #signature: """
1979 migrate {--database= : The database connection to use.}\n
1980 {--force : Force the operation to run when in production.}\n
1981 {--path= : The path to the migrations files to be executed.}\n
1982 {--realpath : Indicate any provided migration file paths are pre-resolved absolute paths.}\n
1983 {--pretend : Dump the SQL queries that would be run.}\n
1984 {--seed : Indicates if the seed task should be re-run.}\n
1985 {--step : Force the migrations to be run so they can be rolled back individually.}
1986 """
1987 #description: "Run the database migrations"
1988 #migrator: Illuminate\Database\Migrations\Migrator {#462}
1989 #laravel: Illuminate\Foundation\Application {#1229}
1990 #input: null
1991 #output: null
1992 #name: "migrate"
1993 #hidden: false
1994 #verbosity: 32
1995 #verbosityMap: array:5 [ …5]
1996 -application: Illuminate\Console\Application {#667 …18}
1997 -processTitle: null
1998 -aliases: []
1999 -definition: Symfony\Component\Console\Input\InputDefinition {#453 …6}
2000 -help: null
2001 -ignoreValidationErrors: false
2002 -applicationDefinitionMerged: false
2003 -applicationDefinitionMergedWithArgs: false
2004 -code: null
2005 -synopsis: []
2006 -usages: []
2007 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
2008 -name: "migrate"
2009 -hidden: false
2010 -description: "Run the database migrations"
2011 }
2012 "command.migrate.fresh" => Illuminate\Database\Console\Migrations\FreshCommand {#451
2013 #name: "migrate:fresh"
2014 #description: "Drop all tables and re-run all migrations"
2015 #laravel: Illuminate\Foundation\Application {#1229}
2016 #input: null
2017 #output: null
2018 #signature: null
2019 #hidden: false
2020 #verbosity: 32
2021 #verbosityMap: array:5 [ …5]
2022 -application: Illuminate\Console\Application {#667 …18}
2023 -processTitle: null
2024 -aliases: []
2025 -definition: Symfony\Component\Console\Input\InputDefinition {#452 …6}
2026 -help: null
2027 -ignoreValidationErrors: false
2028 -applicationDefinitionMerged: false
2029 -applicationDefinitionMergedWithArgs: false
2030 -code: null
2031 -synopsis: []
2032 -usages: []
2033 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
2034 -name: "migrate:fresh"
2035 -hidden: false
2036 -description: "Drop all tables and re-run all migrations"
2037 }
2038 "command.migrate.install" => Illuminate\Database\Console\Migrations\InstallCommand {#433
2039 #name: "migrate:install"
2040 #description: "Create the migration repository"
2041 #repository: Illuminate\Database\Migrations\DatabaseMigrationRepository {#510}
2042 #laravel: Illuminate\Foundation\Application {#1229}
2043 #input: null
2044 #output: null
2045 #signature: null
2046 #hidden: false
2047 #verbosity: 32
2048 #verbosityMap: array:5 [ …5]
2049 -application: Illuminate\Console\Application {#667 …18}
2050 -processTitle: null
2051 -aliases: []
2052 -definition: Symfony\Component\Console\Input\InputDefinition {#442 …6}
2053 -help: null
2054 -ignoreValidationErrors: false
2055 -applicationDefinitionMerged: false
2056 -applicationDefinitionMergedWithArgs: false
2057 -code: null
2058 -synopsis: []
2059 -usages: []
2060 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
2061 -name: "migrate:install"
2062 -hidden: false
2063 -description: "Create the migration repository"
2064 }
2065 "command.migrate.refresh" => Illuminate\Database\Console\Migrations\RefreshCommand {#439
2066 #name: "migrate:refresh"
2067 #description: "Reset and re-run all migrations"
2068 #laravel: Illuminate\Foundation\Application {#1229}
2069 #input: null
2070 #output: null
2071 #signature: null
2072 #hidden: false
2073 #verbosity: 32
2074 #verbosityMap: array:5 [ …5]
2075 -application: Illuminate\Console\Application {#667 …18}
2076 -processTitle: null
2077 -aliases: []
2078 -definition: Symfony\Component\Console\Input\InputDefinition {#440 …6}
2079 -help: null
2080 -ignoreValidationErrors: false
2081 -applicationDefinitionMerged: false
2082 -applicationDefinitionMergedWithArgs: false
2083 -code: null
2084 -synopsis: []
2085 -usages: []
2086 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
2087 -name: "migrate:refresh"
2088 -hidden: false
2089 -description: "Reset and re-run all migrations"
2090 }
2091 "command.migrate.reset" => Illuminate\Database\Console\Migrations\ResetCommand {#431
2092 #name: "migrate:reset"
2093 #description: "Rollback all database migrations"
2094 #migrator: Illuminate\Database\Migrations\Migrator {#462}
2095 #laravel: Illuminate\Foundation\Application {#1229}
2096 #input: null
2097 #output: null
2098 #signature: null
2099 #hidden: false
2100 #verbosity: 32
2101 #verbosityMap: array:5 [ …5]
2102 -application: Illuminate\Console\Application {#667 …18}
2103 -processTitle: null
2104 -aliases: []
2105 -definition: Symfony\Component\Console\Input\InputDefinition {#429 …6}
2106 -help: null
2107 -ignoreValidationErrors: false
2108 -applicationDefinitionMerged: false
2109 -applicationDefinitionMergedWithArgs: false
2110 -code: null
2111 -synopsis: []
2112 -usages: []
2113 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
2114 -name: "migrate:reset"
2115 -hidden: false
2116 -description: "Rollback all database migrations"
2117 }
2118 "command.migrate.rollback" => Illuminate\Database\Console\Migrations\RollbackCommand {#423
2119 #name: "migrate:rollback"
2120 #description: "Rollback the last database migration"
2121 #migrator: Illuminate\Database\Migrations\Migrator {#462}
2122 #laravel: Illuminate\Foundation\Application {#1229}
2123 #input: null
2124 #output: null
2125 #signature: null
2126 #hidden: false
2127 #verbosity: 32
2128 #verbosityMap: array:5 [ …5]
2129 -application: Illuminate\Console\Application {#667 …18}
2130 -processTitle: null
2131 -aliases: []
2132 -definition: Symfony\Component\Console\Input\InputDefinition {#422 …6}
2133 -help: null
2134 -ignoreValidationErrors: false
2135 -applicationDefinitionMerged: false
2136 -applicationDefinitionMergedWithArgs: false
2137 -code: null
2138 -synopsis: []
2139 -usages: []
2140 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
2141 -name: "migrate:rollback"
2142 -hidden: false
2143 -description: "Rollback the last database migration"
2144 }
2145 "command.migrate.status" => Illuminate\Database\Console\Migrations\StatusCommand {#414
2146 #name: "migrate:status"
2147 #description: "Show the status of each migration"
2148 #migrator: Illuminate\Database\Migrations\Migrator {#462}
2149 #laravel: Illuminate\Foundation\Application {#1229}
2150 #input: null
2151 #output: null
2152 #signature: null
2153 #hidden: false
2154 #verbosity: 32
2155 #verbosityMap: array:5 [ …5]
2156 -application: Illuminate\Console\Application {#667 …18}
2157 -processTitle: null
2158 -aliases: []
2159 -definition: Symfony\Component\Console\Input\InputDefinition {#413 …6}
2160 -help: null
2161 -ignoreValidationErrors: false
2162 -applicationDefinitionMerged: false
2163 -applicationDefinitionMergedWithArgs: false
2164 -code: null
2165 -synopsis: []
2166 -usages: []
2167 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
2168 -name: "migrate:status"
2169 -hidden: false
2170 -description: "Show the status of each migration"
2171 }
2172 "command.package.discover" => Illuminate\Foundation\Console\PackageDiscoverCommand {#408
2173 #signature: "package:discover"
2174 #description: "Rebuild the cached package manifest"
2175 #laravel: Illuminate\Foundation\Application {#1229}
2176 #input: null
2177 #output: null
2178 #name: "package:discover"
2179 #hidden: false
2180 #verbosity: 32
2181 #verbosityMap: array:5 [ …5]
2182 -application: Illuminate\Console\Application {#667 …18}
2183 -processTitle: null
2184 -aliases: []
2185 -definition: Symfony\Component\Console\Input\InputDefinition {#407 …6}
2186 -help: null
2187 -ignoreValidationErrors: false
2188 -applicationDefinitionMerged: false
2189 -applicationDefinitionMergedWithArgs: false
2190 -code: null
2191 -synopsis: []
2192 -usages: []
2193 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
2194 -name: "package:discover"
2195 -hidden: false
2196 -description: "Rebuild the cached package manifest"
2197 }
2198 "command.preset" => Illuminate\Foundation\Console\PresetCommand {#406
2199 #signature: "preset { type : The preset type (none, bootstrap, vue, react) }"
2200 #description: "Swap the front-end scaffolding for the application"
2201 #laravel: Illuminate\Foundation\Application {#1229}
2202 #input: null
2203 #output: null
2204 #name: "preset"
2205 #hidden: false
2206 #verbosity: 32
2207 #verbosityMap: array:5 [ …5]
2208 -application: Illuminate\Console\Application {#667 …18}
2209 -processTitle: null
2210 -aliases: []
2211 -definition: Symfony\Component\Console\Input\InputDefinition {#404 …6}
2212 -help: null
2213 -ignoreValidationErrors: false
2214 -applicationDefinitionMerged: false
2215 -applicationDefinitionMergedWithArgs: false
2216 -code: null
2217 -synopsis: []
2218 -usages: []
2219 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
2220 -name: "preset"
2221 -hidden: false
2222 -description: "Swap the front-end scaffolding for the application"
2223 }
2224 "command.queue.failed" => Illuminate\Queue\Console\ListFailedCommand {#403
2225 #name: "queue:failed"
2226 #description: "List all of the failed queue jobs"
2227 #headers: array:5 [ …5]
2228 #laravel: Illuminate\Foundation\Application {#1229}
2229 #input: null
2230 #output: null
2231 #signature: null
2232 #hidden: false
2233 #verbosity: 32
2234 #verbosityMap: array:5 [ …5]
2235 -application: Illuminate\Console\Application {#667 …18}
2236 -processTitle: null
2237 -aliases: []
2238 -definition: Symfony\Component\Console\Input\InputDefinition {#394 …6}
2239 -help: null
2240 -ignoreValidationErrors: false
2241 -applicationDefinitionMerged: false
2242 -applicationDefinitionMergedWithArgs: false
2243 -code: null
2244 -synopsis: []
2245 -usages: []
2246 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
2247 -name: "queue:failed"
2248 -hidden: false
2249 -description: "List all of the failed queue jobs"
2250 }
2251 "command.queue.flush" => Illuminate\Queue\Console\FlushFailedCommand {#400
2252 #name: "queue:flush"
2253 #description: "Flush all of the failed queue jobs"
2254 #laravel: Illuminate\Foundation\Application {#1229}
2255 #input: null
2256 #output: null
2257 #signature: null
2258 #hidden: false
2259 #verbosity: 32
2260 #verbosityMap: array:5 [ …5]
2261 -application: Illuminate\Console\Application {#667 …18}
2262 -processTitle: null
2263 -aliases: []
2264 -definition: Symfony\Component\Console\Input\InputDefinition {#399 …6}
2265 -help: null
2266 -ignoreValidationErrors: false
2267 -applicationDefinitionMerged: false
2268 -applicationDefinitionMergedWithArgs: false
2269 -code: null
2270 -synopsis: []
2271 -usages: []
2272 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
2273 -name: "queue:flush"
2274 -hidden: false
2275 -description: "Flush all of the failed queue jobs"
2276 }
2277 "command.queue.forget" => Illuminate\Queue\Console\ForgetFailedCommand {#398
2278 #signature: "queue:forget {id : The ID of the failed job.}"
2279 #description: "Delete a failed queue job"
2280 #laravel: Illuminate\Foundation\Application {#1229}
2281 #input: null
2282 #output: null
2283 #name: "queue:forget"
2284 #hidden: false
2285 #verbosity: 32
2286 #verbosityMap: array:5 [ …5]
2287 -application: Illuminate\Console\Application {#667 …18}
2288 -processTitle: null
2289 -aliases: []
2290 -definition: Symfony\Component\Console\Input\InputDefinition {#396 …6}
2291 -help: null
2292 -ignoreValidationErrors: false
2293 -applicationDefinitionMerged: false
2294 -applicationDefinitionMergedWithArgs: false
2295 -code: null
2296 -synopsis: []
2297 -usages: []
2298 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
2299 -name: "queue:forget"
2300 -hidden: false
2301 -description: "Delete a failed queue job"
2302 }
2303 "queue.listener" => Illuminate\Queue\Listener {#381
2304 #commandPath: "/home/vagrant/code/zero-duvidas"
2305 #environment: null
2306 #sleep: 3
2307 #maxTries: 0
2308 #workerCommand: "'/usr/bin/php7.2' 'artisan' queue:work %s --once --queue=%s --delay=%s --memory=%s --sleep=%s --tries=%s"
2309 #outputHandler: Closure {#383 …5}
2310 }
2311 "command.queue.listen" => Illuminate\Queue\Console\ListenCommand {#395
2312 #signature: """
2313 queue:listen\n
2314 {connection? : The name of connection}\n
2315 {--delay=0 : The number of seconds to delay failed jobs}\n
2316 {--force : Force the worker to run even in maintenance mode}\n
2317 {--memory=128 : The memory limit in megabytes}\n
2318 {--queue= : The queue to listen on}\n
2319 {--sleep=3 : Number of seconds to sleep when no job is available}\n
2320 {--timeout=60 : The number of seconds a child process can run}\n
2321 {--tries=0 : Number of times to attempt a job before logging it failed}
2322 """
2323 #description: "Listen to a given queue"
2324 #listener: Illuminate\Queue\Listener {#381}
2325 #laravel: Illuminate\Foundation\Application {#1229}
2326 #input: null
2327 #output: null
2328 #name: "queue:listen"
2329 #hidden: false
2330 #verbosity: 32
2331 #verbosityMap: array:5 [ …5]
2332 -application: Illuminate\Console\Application {#667 …18}
2333 -processTitle: null
2334 -aliases: []
2335 -definition: Symfony\Component\Console\Input\InputDefinition {#384 …6}
2336 -help: null
2337 -ignoreValidationErrors: false
2338 -applicationDefinitionMerged: false
2339 -applicationDefinitionMergedWithArgs: false
2340 -code: null
2341 -synopsis: []
2342 -usages: []
2343 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
2344 -name: "queue:listen"
2345 -hidden: false
2346 -description: "Listen to a given queue"
2347 }
2348 "command.queue.restart" => Illuminate\Queue\Console\RestartCommand {#382
2349 #name: "queue:restart"
2350 #description: "Restart queue worker daemons after their current job"
2351 #laravel: Illuminate\Foundation\Application {#1229}
2352 #input: null
2353 #output: null
2354 #signature: null
2355 #hidden: false
2356 #verbosity: 32
2357 #verbosityMap: array:5 [ …5]
2358 -application: Illuminate\Console\Application {#667 …18}
2359 -processTitle: null
2360 -aliases: []
2361 -definition: Symfony\Component\Console\Input\InputDefinition {#374 …6}
2362 -help: null
2363 -ignoreValidationErrors: false
2364 -applicationDefinitionMerged: false
2365 -applicationDefinitionMergedWithArgs: false
2366 -code: null
2367 -synopsis: []
2368 -usages: []
2369 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
2370 -name: "queue:restart"
2371 -hidden: false
2372 -description: "Restart queue worker daemons after their current job"
2373 }
2374 "command.queue.retry" => Illuminate\Queue\Console\RetryCommand {#380
2375 #signature: "queue:retry {id* : The ID of the failed job or "all" to retry all jobs.}"
2376 #description: "Retry a failed queue job"
2377 #laravel: Illuminate\Foundation\Application {#1229}
2378 #input: null
2379 #output: null
2380 #name: "queue:retry"
2381 #hidden: false
2382 #verbosity: 32
2383 #verbosityMap: array:5 [ …5]
2384 -application: Illuminate\Console\Application {#667 …18}
2385 -processTitle: null
2386 -aliases: []
2387 -definition: Symfony\Component\Console\Input\InputDefinition {#378 …6}
2388 -help: null
2389 -ignoreValidationErrors: false
2390 -applicationDefinitionMerged: false
2391 -applicationDefinitionMergedWithArgs: false
2392 -code: null
2393 -synopsis: []
2394 -usages: []
2395 -helperSet: Symfony\Component\Console\Helper\HelperSet {#655 …2}
2396 -name: "queue:retry"
2397 -hidden: false
2398 -description: "Retry a failed queue job"
2399 }
2400 "Illuminate\Contracts\Debug\ExceptionHandler" => App\Exceptions\Handler {#371
2401 #dontReport: []
2402 #dontFlash: array:2 [ …2]
2403 #container: Illuminate\Foundation\Application {#1229}
2404 …1
2405 }
2406 "queue.worker" => Illuminate\Queue\Worker {#376 …6}
2407 "command.queue.work" => Illuminate\Queue\Console\WorkCommand {#377 …25}
2408 "command.route.cache" => Illuminate\Foundation\Console\RouteCacheCommand {#361 …25}
2409 "command.route.clear" => Illuminate\Foundation\Console\RouteClearCommand {#359 …25}
2410 "command.route.list" => Illuminate\Foundation\Console\RouteListCommand {#357 …27}
2411 "command.seed" => Illuminate\Database\Console\Seeds\SeedCommand {#348 …25}
2412 "Illuminate\Console\Scheduling\ScheduleFinishCommand" => Illuminate\Console\Scheduling\ScheduleFinishCommand {#339 …25}
2413 "Illuminate\Console\Scheduling\ScheduleRunCommand" => Illuminate\Console\Scheduling\ScheduleRunCommand {#336 …27}
2414 "command.storage.link" => Illuminate\Foundation\Console\StorageLinkCommand {#343 …24}
2415 "command.up" => Illuminate\Foundation\Console\UpCommand {#331 …24}
2416 "command.view.clear" => Illuminate\Foundation\Console\ViewClearCommand {#332 …25}
2417 "composer" => Illuminate\Support\Composer {#329 …2}
2418 "command.app.name" => Illuminate\Foundation\Console\AppNameCommand {#328 …27}
2419 "command.auth.make" => Illuminate\Auth\Console\AuthMakeCommand {#325 …25}
2420 "command.cache.table" => Illuminate\Cache\Console\CacheTableCommand {#321 …26}
2421 "command.channel.make" => Illuminate\Foundation\Console\ChannelMakeCommand {#318 …26}
2422 "command.console.make" => Illuminate\Foundation\Console\ConsoleMakeCommand {#315 …26}
2423 "command.controller.make" => Illuminate\Routing\Console\ControllerMakeCommand {#311 …26}
2424 "command.event.generate" => Illuminate\Foundation\Console\EventGenerateCommand {#291 …24}
2425 "command.event.make" => Illuminate\Foundation\Console\EventMakeCommand {#299 …26}
2426 "command.exception.make" => Illuminate\Foundation\Console\ExceptionMakeCommand {#296 …26}
2427 "command.factory.make" => Illuminate\Database\Console\Factories\FactoryMakeCommand {#281 …26}
2428 "command.job.make" => Illuminate\Foundation\Console\JobMakeCommand {#286 …26}
2429 "command.listener.make" => Illuminate\Foundation\Console\ListenerMakeCommand {#282 …26}
2430 "command.mail.make" => Illuminate\Foundation\Console\MailMakeCommand {#277 …26}
2431 "command.middleware.make" => Illuminate\Routing\Console\MiddlewareMakeCommand {#264 …26}
2432 "migration.creator" => Illuminate\Database\Migrations\MigrationCreator {#268 …2}
2433 "command.migrate.make" => Illuminate\Database\Console\Migrations\MigrateMakeCommand {#267 …26}
2434 "command.model.make" => Illuminate\Foundation\Console\ModelMakeCommand {#259 …26}
2435 "command.notification.make" => Illuminate\Foundation\Console\NotificationMakeCommand {#248 …26}
2436 "command.notification.table" => Illuminate\Notifications\Console\NotificationTableCommand {#241 …26}
2437 "command.policy.make" => Illuminate\Foundation\Console\PolicyMakeCommand {#239 …26}
2438 "command.provider.make" => Illuminate\Foundation\Console\ProviderMakeCommand {#223 …26}
2439 "command.queue.failed-table" => Illuminate\Queue\Console\FailedTableCommand {#229 …26}
2440 "command.queue.table" => Illuminate\Queue\Console\TableCommand {#227 …26}
2441 "command.request.make" => Illuminate\Foundation\Console\RequestMakeCommand {#225 …26}
2442 "command.resource.make" => Illuminate\Foundation\Console\ResourceMakeCommand {#219 …26}
2443 "command.rule.make" => Illuminate\Foundation\Console\RuleMakeCommand {#215 …26}
2444 "command.seeder.make" => Illuminate\Database\Console\Seeds\SeederMakeCommand {#202 …27}
2445 "command.session.table" => Illuminate\Session\Console\SessionTableCommand {#208 …26}
2446 "command.serve" => Illuminate\Foundation\Console\ServeCommand {#206 …24}
2447 "command.test.make" => Illuminate\Foundation\Console\TestMakeCommand {#188 …26}
2448 "command.vendor.publish" => Illuminate\Foundation\Console\VendorPublishCommand {#193 …27}
2449 "command.tinker" => Laravel\Tinker\Console\TinkerCommand {#183 …25}
2450 "bugsnag" => Bugsnag\Client {#93 …6}
2451 "image" => Intervention\Image\ImageManager {#95 …1}
2452 "filesystem" => Illuminate\Filesystem\FilesystemManager {#44 …3}
2453 ]
2454 #aliases: array:75 [
2455 "Illuminate\Foundation\Application" => "app"
2456 "Illuminate\Contracts\Container\Container" => "app"
2457 "Illuminate\Contracts\Foundation\Application" => "app"
2458 "Psr\Container\ContainerInterface" => "app"
2459 "Illuminate\Auth\AuthManager" => "auth"
2460 "Illuminate\Contracts\Auth\Factory" => "auth"
2461 "Illuminate\Contracts\Auth\Guard" => "auth.driver"
2462 "Illuminate\View\Compilers\BladeCompiler" => "blade.compiler"
2463 "Illuminate\Cache\CacheManager" => "cache"
2464 "Illuminate\Contracts\Cache\Factory" => "cache"
2465 "Illuminate\Cache\Repository" => "cache.store"
2466 "Illuminate\Contracts\Cache\Repository" => "cache.store"
2467 "Illuminate\Config\Repository" => "config"
2468 "Illuminate\Contracts\Config\Repository" => "config"
2469 "Illuminate\Cookie\CookieJar" => "cookie"
2470 "Illuminate\Contracts\Cookie\Factory" => "cookie"
2471 "Illuminate\Contracts\Cookie\QueueingFactory" => "cookie"
2472 "Illuminate\Encryption\Encrypter" => "encrypter"
2473 "Illuminate\Contracts\Encryption\Encrypter" => "encrypter"
2474 "Illuminate\Database\DatabaseManager" => "db"
2475 "Illuminate\Database\Connection" => "db.connection"
2476 "Illuminate\Database\ConnectionInterface" => "db.connection"
2477 "Illuminate\Events\Dispatcher" => "events"
2478 "Illuminate\Contracts\Events\Dispatcher" => "events"
2479 "Illuminate\Filesystem\Filesystem" => "files"
2480 "Illuminate\Filesystem\FilesystemManager" => "filesystem"
2481 "Illuminate\Contracts\Filesystem\Factory" => "filesystem"
2482 "Illuminate\Contracts\Filesystem\Filesystem" => "filesystem.disk"
2483 "Illuminate\Contracts\Filesystem\Cloud" => "filesystem.cloud"
2484 "Illuminate\Hashing\HashManager" => "hash"
2485 "Illuminate\Contracts\Hashing\Hasher" => "hash.driver"
2486 "Illuminate\Translation\Translator" => "translator"
2487 "Illuminate\Contracts\Translation\Translator" => "translator"
2488 "Illuminate\Log\LogManager" => "log"
2489 "Psr\Log\LoggerInterface" => "log"
2490 "Illuminate\Mail\Mailer" => "mailer"
2491 "Illuminate\Contracts\Mail\Mailer" => "mailer"
2492 "Illuminate\Contracts\Mail\MailQueue" => "mailer"
2493 "Illuminate\Auth\Passwords\PasswordBrokerManager" => "auth.password"
2494 "Illuminate\Contracts\Auth\PasswordBrokerFactory" => "auth.password"
2495 "Illuminate\Auth\Passwords\PasswordBroker" => "auth.password.broker"
2496 "Illuminate\Contracts\Auth\PasswordBroker" => "auth.password.broker"
2497 "Illuminate\Queue\QueueManager" => "queue"
2498 "Illuminate\Contracts\Queue\Factory" => "queue"
2499 "Illuminate\Contracts\Queue\Monitor" => "queue"
2500 "Illuminate\Contracts\Queue\Queue" => "queue.connection"
2501 "Illuminate\Queue\Failed\FailedJobProviderInterface" => "queue.failer"
2502 "Illuminate\Routing\Redirector" => "redirect"
2503 "Illuminate\Redis\RedisManager" => "redis"
2504 "Illuminate\Contracts\Redis\Factory" => "redis"
2505 "Illuminate\Http\Request" => "request"
2506 "Symfony\Component\HttpFoundation\Request" => "request"
2507 "Illuminate\Routing\Router" => "router"
2508 "Illuminate\Contracts\Routing\Registrar" => "router"
2509 "Illuminate\Contracts\Routing\BindingRegistrar" => "router"
2510 "Illuminate\Session\SessionManager" => "session"
2511 "Illuminate\Session\Store" => "session.store"
2512 "Illuminate\Contracts\Session\Session" => "session.store"
2513 "Illuminate\Routing\UrlGenerator" => "url"
2514 "Illuminate\Contracts\Routing\UrlGenerator" => "url"
2515 "Illuminate\Validation\Factory" => "validator"
2516 "Illuminate\Contracts\Validation\Factory" => "validator"
2517 "Illuminate\View\Factory" => "view"
2518 "Illuminate\Contracts\View\Factory" => "view"
2519 "Illuminate\Contracts\Notifications\Dispatcher" => "Illuminate\Notifications\ChannelManager"
2520 "Illuminate\Contracts\Notifications\Factory" => "Illuminate\Notifications\ChannelManager"
2521 "Dompdf\Dompdf" => "dompdf"
2522 "Intervention\Image\ImageManager" => "image"
2523 "Bugsnag\Client" => "bugsnag"
2524 "Bugsnag\BugsnagLaravel\Queue\Tracker" => "bugsnag.tracker"
2525 "Bugsnag\BugsnagLaravel\LaravelLogger" => "bugsnag.logger"
2526 "Bugsnag\BugsnagLaravel\MultiLogger" => "bugsnag.multi"
2527 "Illuminate\Contracts\Broadcasting\Factory" => "Illuminate\Broadcasting\BroadcastManager"
2528 "Illuminate\Contracts\Bus\Dispatcher" => "Illuminate\Bus\Dispatcher"
2529 "Illuminate\Contracts\Bus\QueueingDispatcher" => "Illuminate\Bus\Dispatcher"
2530 ]
2531 #abstractAliases: array:44 [
2532 "app" => array:4 [ …4]
2533 "auth" => array:2 [ …2]
2534 "auth.driver" => array:1 [ …1]
2535 "blade.compiler" => array:1 [ …1]
2536 "cache" => array:2 [ …2]
2537 "cache.store" => array:2 [ …2]
2538 "config" => array:2 [ …2]
2539 "cookie" => array:3 [ …3]
2540 "encrypter" => array:2 [ …2]
2541 "db" => array:1 [ …1]
2542 "db.connection" => array:2 [ …2]
2543 "events" => array:2 [ …2]
2544 "files" => array:1 [ …1]
2545 "filesystem" => array:2 [ …2]
2546 "filesystem.disk" => array:1 [ …1]
2547 "filesystem.cloud" => array:1 [ …1]
2548 "hash" => array:1 [ …1]
2549 "hash.driver" => array:1 [ …1]
2550 "translator" => array:2 [ …2]
2551 "log" => array:2 [ …2]
2552 "mailer" => array:3 [ …3]
2553 "auth.password" => array:2 [ …2]
2554 "auth.password.broker" => array:2 [ …2]
2555 "queue" => array:3 [ …3]
2556 "queue.connection" => array:1 [ …1]
2557 "queue.failer" => array:1 [ …1]
2558 "redirect" => array:1 [ …1]
2559 "redis" => array:2 [ …2]
2560 "request" => array:2 [ …2]
2561 "router" => array:3 [ …3]
2562 "session" => array:1 [ …1]
2563 "session.store" => array:2 [ …2]
2564 "url" => array:2 [ …2]
2565 "validator" => array:2 [ …2]
2566 "view" => array:2 [ …2]
2567 "Illuminate\Notifications\ChannelManager" => array:2 [ …2]
2568 "dompdf" => array:1 [ …1]
2569 "image" => array:1 [ …1]
2570 "bugsnag" => array:1 [ …1]
2571 "bugsnag.tracker" => array:1 [ …1]
2572 "bugsnag.logger" => array:1 [ …1]
2573 "bugsnag.multi" => array:1 [ …1]
2574 "Illuminate\Broadcasting\BroadcastManager" => array:1 [ …1]
2575 "Illuminate\Bus\Dispatcher" => array:2 [ …2]
2576 ]
2577 #extenders: []
2578 #tags: []
2579 #buildStack: []
2580 #with: []
2581 +contextual: []
2582 #reboundCallbacks: array:2 [
2583 "request" => array:2 [ …2]
2584 "routes" => array:1 [ …1]
2585 ]
2586 #globalResolvingCallbacks: []
2587 #globalAfterResolvingCallbacks: []
2588 #resolvingCallbacks: array:1 [
2589 "Illuminate\Foundation\Http\FormRequest" => array:1 [ …1]
2590 ]
2591 #afterResolvingCallbacks: array:2 [
2592 "Illuminate\Contracts\Validation\ValidatesWhenResolved" => array:1 [ …1]
2593 "migrator" => array:1 [ …1]
2594 ]
2595 }
2596 #listeners: array:38 [
2597 "Illuminate\Auth\Events\Logout" => array:1 [
2598 0 => Closure {#108 …6}
2599 ]
2600 "Prettus\Repository\Events\RepositoryEntityCreated" => array:1 [
2601 0 => Closure {#89 …6}
2602 ]
2603 "Prettus\Repository\Events\RepositoryEntityUpdated" => array:1 [
2604 0 => Closure {#79 …6}
2605 ]
2606 "Prettus\Repository\Events\RepositoryEntityDeleted" => array:1 [
2607 0 => Closure {#69 …6}
2608 ]
2609 "eloquent.created: App\Models\UserPoint" => array:1 [
2610 0 => Closure {#1243 …6}
2611 ]
2612 "eloquent.saved: App\Models\QuestionAnswer" => array:1 [
2613 0 => Closure {#1241 …6}
2614 ]
2615 "eloquent.deleted: App\Models\QuestionAnswer" => array:1 [
2616 0 => Closure {#1230 …6}
2617 ]
2618 "eloquent.saved: App\Models\QuestionComplaint" => array:1 [
2619 0 => Closure {#1238 …6}
2620 ]
2621 "eloquent.deleted: App\Models\QuestionComplaint" => array:1 [
2622 0 => Closure {#1237 …6}
2623 ]
2624 "eloquent.saved: App\Models\AnswerFollow" => array:1 [
2625 0 => Closure {#1236 …6}
2626 ]
2627 "eloquent.deleted: App\Models\AnswerFollow" => array:1 [
2628 0 => Closure {#1235 …6}
2629 ]
2630 "eloquent.saved: App\Models\Question" => array:1 [
2631 0 => Closure {#1233 …6}
2632 ]
2633 "eloquent.deleted: App\Models\Question" => array:1 [
2634 0 => Closure {#1232 …6}
2635 ]
2636 "eloquent.saved: App\Models\QuestionReport" => array:1 [
2637 0 => Closure {#1231 …6}
2638 ]
2639 "eloquent.deleted: App\Models\QuestionReport" => array:1 [
2640 0 => Closure {#1222 …6}
2641 ]
2642 "eloquent.saved: App\Models\QuestionFollow" => array:1 [
2643 0 => Closure {#1228 …6}
2644 ]
2645 "eloquent.deleted: App\Models\QuestionFollow" => array:1 [
2646 0 => Closure {#1227 …6}
2647 ]
2648 "eloquent.saved: App\Models\QuestionView" => array:1 [
2649 0 => Closure {#1226 …6}
2650 ]
2651 "eloquent.deleted: App\Models\QuestionView" => array:1 [
2652 0 => Closure {#1225 …6}
2653 ]
2654 "App\Events\AnswerLikedEvent" => array:1 [
2655 0 => Closure {#1157 …6}
2656 ]
2657 "App\Events\QuestionFavoritedEvent" => array:1 [
2658 0 => Closure {#1156 …6}
2659 ]
2660 "App\Events\QuestionUnfavoritedEvent" => array:1 [
2661 0 => Closure {#1155 …6}
2662 ]
2663 "App\Events\QuestionAnswerBestEvent" => array:1 [
2664 0 => Closure {#1154 …6}
2665 ]
2666 "App\Events\QuestionNewEvent" => array:1 [
2667 0 => Closure {#1153 …6}
2668 ]
2669 "App\Events\AnswerNewEvent" => array:1 [
2670 0 => Closure {#1152 …6}
2671 ]
2672 "App\Events\UserTimedNotificationsEvent" => array:1 [
2673 0 => Closure {#1151 …6}
2674 ]
2675 "App\Events\LiveNewEvent" => array:1 [
2676 0 => Closure {#1137 …6}
2677 ]
2678 "App\Events\LiveStartingEvent" => array:1 [
2679 0 => Closure {#1147 …6}
2680 ]
2681 "App\Events\LiveMineTodayEvent" => array:1 [
2682 0 => Closure {#1146 …6}
2683 ]
2684 "App\Events\LiveMineDelayedEvent" => array:1 [
2685 0 => Closure {#1145 …6}
2686 ]
2687 "App\Events\LivesMineTodayMultipleEvent" => array:1 [
2688 0 => Closure {#1144 …6}
2689 ]
2690 "App\Events\LiveSubscribersEvent" => array:1 [
2691 0 => Closure {#1143 …6}
2692 ]
2693 "App\Events\UserPointsAddedEvent" => array:1 [
2694 0 => Closure {#1142 …6}
2695 ]
2696 "App\Events\LiveReminderEvaluateEvent" => array:1 [
2697 0 => Closure {#1141 …6}
2698 ]
2699 "App\Events\LivesAllTodayEvent" => array:1 [
2700 0 => Closure {#1140 …6}
2701 ]
2702 "Illuminate\Database\Events\QueryExecuted" => array:1 [
2703 0 => Closure {#867 …6}
2704 ]
2705 "Illuminate\Queue\Events\Looping" => array:1 [
2706 0 => Closure {#849 …6}
2707 ]
2708 "Illuminate\Queue\Events\JobProcessing" => array:1 [
2709 0 => Closure {#847 …6}
2710 ]
2711 ]
2712 #wildcards: []
2713 #queueResolver: Closure {#1083
2714 class: "Illuminate\Events\EventServiceProvider"
2715 this: Illuminate\Events\EventServiceProvider {#1201 …}
2716 use: {
2717 $app: Illuminate\Foundation\Application {#1229}
2718 }
2719 file: "./vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php"
2720 line: "18 to 20"
2721 }
2722 }
2723 #fetchMode: 5
2724 #transactions: 0
2725 #recordsModified: true
2726 #queryLog: []
2727 #loggingQueries: false
2728 #pretending: false
2729 #doctrineConnection: null
2730 }
2731 +grammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#1248}
2732 +processor: Illuminate\Database\Query\Processors\MySqlProcessor {#1247}
2733 +bindings: array:6 [
2734 "select" => []
2735 "join" => []
2736 "where" => []
2737 "having" => []
2738 "order" => []
2739 "union" => []
2740 ]
2741 +aggregate: null
2742 +columns: null
2743 +distinct: false
2744 +from: "generic_uploads"
2745 +joins: null
2746 +wheres: []
2747 +groups: null
2748 +havings: null
2749 +orders: null
2750 +limit: null
2751 +offset: null
2752 +unions: null
2753 +unionLimit: null
2754 +unionOffset: null
2755 +unionOrders: null
2756 +lock: null
2757 +operators: array:29 [
2758 0 => "="
2759 1 => "<"
2760 2 => ">"
2761 3 => "<="
2762 4 => ">="
2763 5 => "<>"
2764 6 => "!="
2765 7 => "<=>"
2766 8 => "like"
2767 9 => "like binary"
2768 10 => "not like"
2769 11 => "ilike"
2770 12 => "&"
2771 13 => "|"
2772 14 => "^"
2773 15 => "<<"
2774 16 => ">>"
2775 17 => "rlike"
2776 18 => "regexp"
2777 19 => "not regexp"
2778 20 => "~"
2779 21 => "~*"
2780 22 => "!~"
2781 23 => "!~*"
2782 24 => "similar to"
2783 25 => "not similar to"
2784 26 => "not ilike"
2785 27 => "~~*"
2786 28 => "!~~*"
2787 ]
2788 +useWritePdo: false
2789 }
2790 #model: App\Models\GenericUpload {#35
2791 #fillable: array:3 [
2792 0 => "s3_folder"
2793 1 => "posted"
2794 2 => "generic_id"
2795 ]
2796 #connection: null
2797 #table: null
2798 #primaryKey: "id"
2799 #keyType: "int"
2800 +incrementing: true
2801 #with: []
2802 #withCount: []
2803 #perPage: 15
2804 +exists: false
2805 +wasRecentlyCreated: false
2806 #attributes: []
2807 #original: []
2808 #changes: []
2809 #casts: []
2810 #dates: []
2811 #dateFormat: null
2812 #appends: []
2813 #dispatchesEvents: []
2814 #observables: []
2815 #relations: []
2816 #touches: []
2817 +timestamps: true
2818 #hidden: []
2819 #visible: []
2820 #guarded: array:1 [
2821 0 => "*"
2822 ]
2823 #forceDeleting: false
2824 }
2825 #eagerLoad: array:1 [
2826 "files" => Closure {#1383
2827 class: "Illuminate\Database\Eloquent\Builder"
2828 this: Illuminate\Database\Eloquent\Builder {#103}
2829 file: "./vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php"
2830 line: "1088 to 1090"
2831 }
2832 ]
2833 #localMacros: array:4 [
2834 "restore" => Closure {#14
2835 class: "Illuminate\Database\Eloquent\SoftDeletingScope"
2836 this: Illuminate\Database\Eloquent\SoftDeletingScope {#154 …}
2837 parameters: {
2838 $builder: {
2839 typeHint: "Illuminate\Database\Eloquent\Builder"
2840 }
2841 }
2842 file: "./vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletingScope.php"
2843 line: "70 to 74"
2844 }
2845 "withTrashed" => Closure {#17
2846 class: "Illuminate\Database\Eloquent\SoftDeletingScope"
2847 this: Illuminate\Database\Eloquent\SoftDeletingScope {#154 …}
2848 parameters: {
2849 $builder: {
2850 typeHint: "Illuminate\Database\Eloquent\Builder"
2851 }
2852 $withTrashed: {
2853 default: true
2854 }
2855 }
2856 file: "./vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletingScope.php"
2857 line: "85 to 91"
2858 }
2859 "withoutTrashed" => Closure {#15
2860 class: "Illuminate\Database\Eloquent\SoftDeletingScope"
2861 this: Illuminate\Database\Eloquent\SoftDeletingScope {#154 …}
2862 parameters: {
2863 $builder: {
2864 typeHint: "Illuminate\Database\Eloquent\Builder"
2865 }
2866 }
2867 file: "./vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletingScope.php"
2868 line: "102 to 110"
2869 }
2870 "onlyTrashed" => Closure {#16
2871 class: "Illuminate\Database\Eloquent\SoftDeletingScope"
2872 this: Illuminate\Database\Eloquent\SoftDeletingScope {#154 …}
2873 parameters: {
2874 $builder: {
2875 typeHint: "Illuminate\Database\Eloquent\Builder"
2876 }
2877 }
2878 file: "./vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletingScope.php"
2879 line: "121 to 129"
2880 }
2881 ]
2882 #onDelete: Closure {#1308
2883 class: "Illuminate\Database\Eloquent\SoftDeletingScope"
2884 this: Illuminate\Database\Eloquent\SoftDeletingScope {#154 …}
2885 parameters: {
2886 $builder: {
2887 typeHint: "Illuminate\Database\Eloquent\Builder"
2888 }
2889 }
2890 file: "./vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletingScope.php"
2891 line: "38 to 44"
2892 }
2893 #passthru: array:12 [
2894 0 => "insert"
2895 1 => "insertGetId"
2896 2 => "getBindings"
2897 3 => "toSql"
2898 4 => "exists"
2899 5 => "doesntExist"
2900 6 => "count"
2901 7 => "min"
2902 8 => "max"
2903 9 => "avg"
2904 10 => "sum"
2905 11 => "getConnection"
2906 ]
2907 #scopes: array:1 [
2908 "Illuminate\Database\Eloquent\SoftDeletingScope" => Illuminate\Database\Eloquent\SoftDeletingScope {#154 …}
2909 ]
2910 #removedScopes: []
2911}