· 6 years ago · Apr 13, 2020, 04:40 PM
1object(Laravel\Lumen\Http\Request)#59 (28) {
2 [
3 "json":protected
4 ]=>
5 object(Symfony\Component\HttpFoundation\ParameterBag)#51 (1) {
6 [
7 "parameters":protected
8 ]=>
9 array(3) {
10 [
11 "email"
12 ]=>
13 string(12) "test@test.pl"
14 [
15 "password"
16 ]=>
17 string(6) "123qwe"
18 [
19 "fullName"
20 ]=>
21 string(3) "111"
22 }
23 }
24 [
25 "convertedFiles":protected
26 ]=>
27 array(0) {}
28 [
29 "userResolver":protected
30 ]=>
31 object(Closure)#48 (3) {
32 [
33 "static"
34 ]=>
35 array(1) {
36 [
37 "app"
38 ]=>
39 object(Laravel\Lumen\Application)#14 (29) {
40 [
41 "basePath":protected
42 ]=>
43 string(29) "/home/mati/Praca/luemnapp/app"
44 [
45 "loadedConfigurations":protected
46 ]=>
47 array(3) {
48 [
49 "app"
50 ]=>
51 bool(true)
52 [
53 "database"
54 ]=>
55 bool(true)
56 [
57 "auth"
58 ]=>
59 bool(true)
60 }
61 [
62 "booted":protected
63 ]=>
64 bool(true)
65 [
66 "loadedProviders":protected
67 ]=>
68 array(9) {
69 ["Illuminate\Database\DatabaseServiceProvider"
70 ]=>
71 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
72 [
73 "app":protected
74 ]=>
75 *RECURSION*
76 }
77 ["Illuminate\Pagination\PaginationServiceProvider"
78 ]=>
79 object(Illuminate\Pagination\PaginationServiceProvider)#26 (1) {
80 [
81 "app":protected
82 ]=>
83 *RECURSION*
84 }
85 ["App\Providers\AuthServiceProvider"
86 ]=>
87 object(App\Providers\AuthServiceProvider)#35 (1) {
88 [
89 "app":protected
90 ]=>
91 *RECURSION*
92 }
93 ["Laravel\Passport\PassportServiceProvider"
94 ]=>
95 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
96 [
97 "app":protected
98 ]=>
99 *RECURSION*
100 }
101 ["Dusterio\LumenPassport\PassportServiceProvider"
102 ]=>
103 object(Dusterio\LumenPassport\PassportServiceProvider)#41 (1) {
104 [
105 "app":protected
106 ]=>
107 *RECURSION*
108 }
109 ["Illuminate\Events\EventServiceProvider"
110 ]=>
111 object(Illuminate\Events\EventServiceProvider)#45 (1) {
112 [
113 "app":protected
114 ]=>
115 *RECURSION*
116 }
117 ["Illuminate\Auth\AuthServiceProvider"
118 ]=>
119 object(Illuminate\Auth\AuthServiceProvider)#57 (1) {
120 [
121 "app":protected
122 ]=>
123 *RECURSION*
124 }
125 ["Illuminate\Validation\ValidationServiceProvider"
126 ]=>
127 object(Illuminate\Validation\ValidationServiceProvider)#77 (1) {
128 [
129 "app":protected
130 ]=>
131 *RECURSION*
132 }
133 ["Illuminate\Translation\TranslationServiceProvider"
134 ]=>
135 object(Illuminate\Translation\TranslationServiceProvider)#86 (1) {
136 [
137 "app":protected
138 ]=>
139 *RECURSION*
140 }
141 }
142 [
143 "ranServiceBinders":protected
144 ]=>
145 array(7) {
146 [
147 "registerConfigBindings"
148 ]=>
149 bool(true)
150 [
151 "registerDatabaseBindings"
152 ]=>
153 bool(true)
154 [
155 "registerEventBindings"
156 ]=>
157 bool(true)
158 [
159 "registerAuthBindings"
160 ]=>
161 bool(true)
162 [
163 "registerValidatorBindings"
164 ]=>
165 bool(true)
166 [
167 "registerTranslationBindings"
168 ]=>
169 bool(true)
170 [
171 "registerFilesBindings"
172 ]=>
173 bool(true)
174 }
175 [
176 "storagePath":protected
177 ]=>
178 NULL
179 [
180 "namespace":protected
181 ]=>
182 NULL
183 [
184 "router"
185 ]=>
186 object(Laravel\Lumen\Routing\Router)#22 (4) {
187 [
188 "app"
189 ]=>
190 *RECURSION*
191 [
192 "groupStack":protected
193 ]=>
194 array(0) {}
195 [
196 "routes":protected
197 ]=>
198 array(15) {
199 [
200 "GET/"
201 ]=>
202 array(3) {
203 [
204 "method"
205 ]=>
206 string(3) "GET"
207 [
208 "uri"
209 ]=>
210 string(1) "/"
211 [
212 "action"
213 ]=>
214 array(1) {
215 [
216 0
217 ]=>
218 object(Closure)#43 (1) {
219 [
220 "static"
221 ]=>
222 array(1) {
223 [
224 "router"
225 ]=>
226 *RECURSION*
227 }
228 }
229 }
230 }
231 [
232 "POST/auth/login"
233 ]=>
234 array(3) {
235 [
236 "method"
237 ]=>
238 string(4) "POST"
239 [
240 "uri"
241 ]=>
242 string(11) "/auth/login"
243 [
244 "action"
245 ]=>
246 array(1) {
247 [
248 "uses"
249 ]=>
250 string(45) "App\Http\Controllers\AuthController@loginUser"
251 }
252 }
253 [
254 "POST/auth/register"
255 ]=>
256 array(3) {
257 [
258 "method"
259 ]=>
260 string(4) "POST"
261 [
262 "uri"
263 ]=>
264 string(14) "/auth/register"
265 [
266 "action"
267 ]=>
268 array(1) {
269 [
270 "uses"
271 ]=>
272 string(48) "App\Http\Controllers\AuthController@registerUser"
273 }
274 }
275 [
276 "POST/v1/oauth/token"
277 ]=>
278 array(3) {
279 [
280 "method"
281 ]=>
282 string(4) "POST"
283 [
284 "uri"
285 ]=>
286 string(15) "/v1/oauth/token"
287 [
288 "action"
289 ]=>
290 array(1) {
291 [
292 "uses"
293 ]=>
294 string(73) "\Dusterio\LumenPassport\Http\Controllers\AccessTokenController@issueToken"
295 }
296 }
297 [
298 "GET/v1/oauth/tokens"
299 ]=>
300 array(3) {
301 [
302 "method"
303 ]=>
304 string(3) "GET"
305 [
306 "uri"
307 ]=>
308 string(16) "/v1/oauth/tokens"
309 [
310 "action"
311 ]=>
312 array(2) {
313 [
314 "uses"
315 ]=>
316 string(74) "\Laravel\Passport\Http\Controllers\AuthorizedAccessTokenController@forUser"
317 [
318 "middleware"
319 ]=>
320 array(1) {
321 [
322 0
323 ]=>
324 string(4) "auth"
325 }
326 }
327 }
328 [
329 "DELETE/v1/oauth/tokens/{token_id}"
330 ]=>
331 array(3) {
332 [
333 "method"
334 ]=>
335 string(6) "DELETE"
336 [
337 "uri"
338 ]=>
339 string(27) "/v1/oauth/tokens/{token_id}"
340 [
341 "action"
342 ]=>
343 array(2) {
344 [
345 "uses"
346 ]=>
347 string(74) "\Laravel\Passport\Http\Controllers\AuthorizedAccessTokenController@destroy"
348 [
349 "middleware"
350 ]=>
351 array(1) {
352 [
353 0
354 ]=>
355 string(4) "auth"
356 }
357 }
358 }
359 [
360 "POST/v1/oauth/token/refresh"
361 ]=>
362 array(3) {
363 [
364 "method"
365 ]=>
366 string(4) "POST"
367 [
368 "uri"
369 ]=>
370 string(23) "/v1/oauth/token/refresh"
371 [
372 "action"
373 ]=>
374 array(2) {
375 [
376 "middleware"
377 ]=>
378 array(1) {
379 [
380 0
381 ]=>
382 string(4) "auth"
383 }
384 [
385 "uses"
386 ]=>
387 string(67) "\Laravel\Passport\Http\Controllers\TransientTokenController@refresh"
388 }
389 }
390 [
391 "GET/v1/oauth/clients"
392 ]=>
393 array(3) {
394 [
395 "method"
396 ]=>
397 string(3) "GET"
398 [
399 "uri"
400 ]=>
401 string(17) "/v1/oauth/clients"
402 [
403 "action"
404 ]=>
405 array(2) {
406 [
407 "uses"
408 ]=>
409 string(59) "\Laravel\Passport\Http\Controllers\ClientController@forUser"
410 [
411 "middleware"
412 ]=>
413 array(1) {
414 [
415 0
416 ]=>
417 string(4) "auth"
418 }
419 }
420 }
421 [
422 "POST/v1/oauth/clients"
423 ]=>
424 array(3) {
425 [
426 "method"
427 ]=>
428 string(4) "POST"
429 [
430 "uri"
431 ]=>
432 string(17) "/v1/oauth/clients"
433 [
434 "action"
435 ]=>
436 array(2) {
437 [
438 "uses"
439 ]=>
440 string(57) "\Laravel\Passport\Http\Controllers\ClientController@store"
441 [
442 "middleware"
443 ]=>
444 array(1) {
445 [
446 0
447 ]=>
448 string(4) "auth"
449 }
450 }
451 }
452 [
453 "PUT/v1/oauth/clients/{client_id}"
454 ]=>
455 array(3) {
456 [
457 "method"
458 ]=>
459 string(3) "PUT"
460 [
461 "uri"
462 ]=>
463 string(29) "/v1/oauth/clients/{client_id}"
464 [
465 "action"
466 ]=>
467 array(2) {
468 [
469 "uses"
470 ]=>
471 string(58) "\Laravel\Passport\Http\Controllers\ClientController@update"
472 [
473 "middleware"
474 ]=>
475 array(1) {
476 [
477 0
478 ]=>
479 string(4) "auth"
480 }
481 }
482 }
483 [
484 "DELETE/v1/oauth/clients/{client_id}"
485 ]=>
486 array(3) {
487 [
488 "method"
489 ]=>
490 string(6) "DELETE"
491 [
492 "uri"
493 ]=>
494 string(29) "/v1/oauth/clients/{client_id}"
495 [
496 "action"
497 ]=>
498 array(2) {
499 [
500 "uses"
501 ]=>
502 string(59) "\Laravel\Passport\Http\Controllers\ClientController@destroy"
503 [
504 "middleware"
505 ]=>
506 array(1) {
507 [
508 0
509 ]=>
510 string(4) "auth"
511 }
512 }
513 }
514 [
515 "GET/v1/oauth/scopes"
516 ]=>
517 array(3) {
518 [
519 "method"
520 ]=>
521 string(3) "GET"
522 [
523 "uri"
524 ]=>
525 string(16) "/v1/oauth/scopes"
526 [
527 "action"
528 ]=>
529 array(2) {
530 [
531 "uses"
532 ]=>
533 string(54) "\Laravel\Passport\Http\Controllers\ScopeController@all"
534 [
535 "middleware"
536 ]=>
537 array(1) {
538 [
539 0
540 ]=>
541 string(4) "auth"
542 }
543 }
544 }
545 [
546 "GET/v1/oauth/personal-access-tokens"
547 ]=>
548 array(3) {
549 [
550 "method"
551 ]=>
552 string(3) "GET"
553 [
554 "uri"
555 ]=>
556 string(32) "/v1/oauth/personal-access-tokens"
557 [
558 "action"
559 ]=>
560 array(2) {
561 [
562 "uses"
563 ]=>
564 string(72) "\Laravel\Passport\Http\Controllers\PersonalAccessTokenController@forUser"
565 [
566 "middleware"
567 ]=>
568 array(1) {
569 [
570 0
571 ]=>
572 string(4) "auth"
573 }
574 }
575 }
576 [
577 "POST/v1/oauth/personal-access-tokens"
578 ]=>
579 array(3) {
580 [
581 "method"
582 ]=>
583 string(4) "POST"
584 [
585 "uri"
586 ]=>
587 string(32) "/v1/oauth/personal-access-tokens"
588 [
589 "action"
590 ]=>
591 array(2) {
592 [
593 "uses"
594 ]=>
595 string(70) "\Laravel\Passport\Http\Controllers\PersonalAccessTokenController@store"
596 [
597 "middleware"
598 ]=>
599 array(1) {
600 [
601 0
602 ]=>
603 string(4) "auth"
604 }
605 }
606 }
607 [
608 "DELETE/v1/oauth/personal-access-tokens/{token_id}"
609 ]=>
610 array(3) {
611 [
612 "method"
613 ]=>
614 string(6) "DELETE"
615 [
616 "uri"
617 ]=>
618 string(43) "/v1/oauth/personal-access-tokens/{token_id}"
619 [
620 "action"
621 ]=>
622 array(2) {
623 [
624 "uses"
625 ]=>
626 string(72) "\Laravel\Passport\Http\Controllers\PersonalAccessTokenController@destroy"
627 [
628 "middleware"
629 ]=>
630 array(1) {
631 [
632 0
633 ]=>
634 string(4) "auth"
635 }
636 }
637 }
638 }
639 [
640 "namedRoutes"
641 ]=>
642 array(0) {}
643 }
644 [
645 "availableBindings"
646 ]=>
647 array(44) {
648 [
649 "auth"
650 ]=>
651 string(20) "registerAuthBindings"
652 [
653 "auth.driver"
654 ]=>
655 string(20) "registerAuthBindings"
656 ["Illuminate\Auth\AuthManager"
657 ]=>
658 string(20) "registerAuthBindings"
659 ["Illuminate\Contracts\Auth\Guard"
660 ]=>
661 string(20) "registerAuthBindings"
662 ["Illuminate\Contracts\Auth\Access\Gate"
663 ]=>
664 string(20) "registerAuthBindings"
665 ["Illuminate\Contracts\Broadcasting\Broadcaster"
666 ]=>
667 string(28) "registerBroadcastingBindings"
668 ["Illuminate\Contracts\Broadcasting\Factory"
669 ]=>
670 string(28) "registerBroadcastingBindings"
671 ["Illuminate\Contracts\Bus\Dispatcher"
672 ]=>
673 string(19) "registerBusBindings"
674 [
675 "cache"
676 ]=>
677 string(21) "registerCacheBindings"
678 [
679 "cache.store"
680 ]=>
681 string(21) "registerCacheBindings"
682 ["Illuminate\Contracts\Cache\Factory"
683 ]=>
684 string(21) "registerCacheBindings"
685 ["Illuminate\Contracts\Cache\Repository"
686 ]=>
687 string(21) "registerCacheBindings"
688 [
689 "composer"
690 ]=>
691 string(24) "registerComposerBindings"
692 [
693 "config"
694 ]=>
695 string(22) "registerConfigBindings"
696 [
697 "db"
698 ]=>
699 string(24) "registerDatabaseBindings"
700 ["Illuminate\Database\Eloquent\Factory"
701 ]=>
702 string(24) "registerDatabaseBindings"
703 [
704 "filesystem"
705 ]=>
706 string(26) "registerFilesystemBindings"
707 [
708 "filesystem.cloud"
709 ]=>
710 string(26) "registerFilesystemBindings"
711 [
712 "filesystem.disk"
713 ]=>
714 string(26) "registerFilesystemBindings"
715 ["Illuminate\Contracts\Filesystem\Cloud"
716 ]=>
717 string(26) "registerFilesystemBindings"
718 ["Illuminate\Contracts\Filesystem\Filesystem"
719 ]=>
720 string(26) "registerFilesystemBindings"
721 ["Illuminate\Contracts\Filesystem\Factory"
722 ]=>
723 string(26) "registerFilesystemBindings"
724 [
725 "encrypter"
726 ]=>
727 string(25) "registerEncrypterBindings"
728 ["Illuminate\Contracts\Encryption\Encrypter"
729 ]=>
730 string(25) "registerEncrypterBindings"
731 [
732 "events"
733 ]=>
734 string(21) "registerEventBindings"
735 ["Illuminate\Contracts\Events\Dispatcher"
736 ]=>
737 string(21) "registerEventBindings"
738 [
739 "files"
740 ]=>
741 string(21) "registerFilesBindings"
742 [
743 "hash"
744 ]=>
745 string(20) "registerHashBindings"
746 ["Illuminate\Contracts\Hashing\Hasher"
747 ]=>
748 string(20) "registerHashBindings"
749 [
750 "log"
751 ]=>
752 string(19) "registerLogBindings"
753 ["Psr\Log\LoggerInterface"
754 ]=>
755 string(19) "registerLogBindings"
756 [
757 "queue"
758 ]=>
759 string(21) "registerQueueBindings"
760 [
761 "queue.connection"
762 ]=>
763 string(21) "registerQueueBindings"
764 ["Illuminate\Contracts\Queue\Factory"
765 ]=>
766 string(21) "registerQueueBindings"
767 ["Illuminate\Contracts\Queue\Queue"
768 ]=>
769 string(21) "registerQueueBindings"
770 [
771 "router"
772 ]=>
773 string(22) "registerRouterBindings"
774 ["Psr\Http\Message\ServerRequestInterface"
775 ]=>
776 string(26) "registerPsrRequestBindings"
777 ["Psr\Http\Message\ResponseInterface"
778 ]=>
779 string(27) "registerPsrResponseBindings"
780 [
781 "translator"
782 ]=>
783 string(27) "registerTranslationBindings"
784 [
785 "url"
786 ]=>
787 string(28) "registerUrlGeneratorBindings"
788 [
789 "validator"
790 ]=>
791 string(25) "registerValidatorBindings"
792 ["Illuminate\Contracts\Validation\Factory"
793 ]=>
794 string(25) "registerValidatorBindings"
795 [
796 "view"
797 ]=>
798 string(20) "registerViewBindings"
799 ["Illuminate\Contracts\View\Factory"
800 ]=>
801 string(20) "registerViewBindings"
802 }
803 [
804 "resolved":protected
805 ]=>
806 array(13) {
807 [
808 "config"
809 ]=>
810 bool(true)
811 [
812 "db.factory"
813 ]=>
814 bool(true)
815 [
816 "db"
817 ]=>
818 bool(true)
819 [
820 "events"
821 ]=>
822 bool(true)
823 [
824 "auth"
825 ]=>
826 bool(true)
827 ["App\User"
828 ]=>
829 bool(true)
830 ["App\Services\UserService"
831 ]=>
832 bool(true)
833 ["App\Http\Controllers\AuthController"
834 ]=>
835 bool(true)
836 [
837 "files"
838 ]=>
839 bool(true)
840 [
841 "translation.loader"
842 ]=>
843 bool(true)
844 [
845 "translator"
846 ]=>
847 bool(true)
848 [
849 "validation.presence"
850 ]=>
851 bool(true)
852 [
853 "validator"
854 ]=>
855 bool(true)
856 }
857 [
858 "bindings":protected
859 ]=>
860 array(23) {
861 [
862 "config"
863 ]=>
864 array(2) {
865 [
866 "concrete"
867 ]=>
868 object(Closure)#5 (1) {
869 [
870 "this"
871 ]=>
872 *RECURSION*
873 }
874 [
875 "shared"
876 ]=>
877 bool(true)
878 }
879 [
880 "db"
881 ]=>
882 array(2) {
883 [
884 "concrete"
885 ]=>
886 object(Closure)#20 (2) {
887 [
888 "this"
889 ]=>
890 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
891 [
892 "app":protected
893 ]=>
894 *RECURSION*
895 }
896 [
897 "parameter"
898 ]=>
899 array(1) {
900 [
901 "$app"
902 ]=>
903 string(10) "<required>"
904 }
905 }
906 [
907 "shared"
908 ]=>
909 bool(true)
910 }
911 [
912 "db.factory"
913 ]=>
914 array(2) {
915 [
916 "concrete"
917 ]=>
918 object(Closure)#18 (2) {
919 [
920 "this"
921 ]=>
922 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
923 [
924 "app":protected
925 ]=>
926 *RECURSION*
927 }
928 [
929 "parameter"
930 ]=>
931 array(1) {
932 [
933 "$app"
934 ]=>
935 string(10) "<required>"
936 }
937 }
938 [
939 "shared"
940 ]=>
941 bool(true)
942 }
943 [
944 "db.connection"
945 ]=>
946 array(2) {
947 [
948 "concrete"
949 ]=>
950 object(Closure)#16 (2) {
951 [
952 "this"
953 ]=>
954 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
955 [
956 "app":protected
957 ]=>
958 *RECURSION*
959 }
960 [
961 "parameter"
962 ]=>
963 array(1) {
964 [
965 "$app"
966 ]=>
967 string(10) "<required>"
968 }
969 }
970 [
971 "shared"
972 ]=>
973 bool(false)
974 }
975 ["Faker\Generator"
976 ]=>
977 array(2) {
978 [
979 "concrete"
980 ]=>
981 object(Closure)#23 (2) {
982 [
983 "this"
984 ]=>
985 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
986 [
987 "app":protected
988 ]=>
989 *RECURSION*
990 }
991 [
992 "parameter"
993 ]=>
994 array(2) {
995 [
996 "$app"
997 ]=>
998 string(10) "<required>"
999 [
1000 "$parameters"
1001 ]=>
1002 string(10) "<required>"
1003 }
1004 }
1005 [
1006 "shared"
1007 ]=>
1008 bool(true)
1009 }
1010 ["Illuminate\Database\Eloquent\Factory"
1011 ]=>
1012 array(2) {
1013 [
1014 "concrete"
1015 ]=>
1016 object(Closure)#24 (2) {
1017 [
1018 "this"
1019 ]=>
1020 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
1021 [
1022 "app":protected
1023 ]=>
1024 *RECURSION*
1025 }
1026 [
1027 "parameter"
1028 ]=>
1029 array(1) {
1030 [
1031 "$app"
1032 ]=>
1033 string(10) "<required>"
1034 }
1035 }
1036 [
1037 "shared"
1038 ]=>
1039 bool(true)
1040 }
1041 ["Illuminate\Contracts\Queue\EntityResolver"
1042 ]=>
1043 array(2) {
1044 [
1045 "concrete"
1046 ]=>
1047 object(Closure)#25 (1) {
1048 [
1049 "this"
1050 ]=>
1051 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
1052 [
1053 "app":protected
1054 ]=>
1055 *RECURSION*
1056 }
1057 }
1058 [
1059 "shared"
1060 ]=>
1061 bool(true)
1062 }
1063 ["Illuminate\Contracts\Debug\ExceptionHandler"
1064 ]=>
1065 array(2) {
1066 [
1067 "concrete"
1068 ]=>
1069 object(Closure)#12 (3) {
1070 [
1071 "static"
1072 ]=>
1073 array(2) {
1074 [
1075 "abstract"
1076 ]=>
1077 string(43) "Illuminate\Contracts\Debug\ExceptionHandler"
1078 [
1079 "concrete"
1080 ]=>
1081 string(22) "App\Exceptions\Handler"
1082 }
1083 [
1084 "this"
1085 ]=>
1086 *RECURSION*
1087 [
1088 "parameter"
1089 ]=>
1090 array(2) {
1091 [
1092 "$container"
1093 ]=>
1094 string(10) "<required>"
1095 [
1096 "$parameters"
1097 ]=>
1098 string(10) "<optional>"
1099 }
1100 }
1101 [
1102 "shared"
1103 ]=>
1104 bool(true)
1105 }
1106 ["Illuminate\Contracts\Console\Kernel"
1107 ]=>
1108 array(2) {
1109 [
1110 "concrete"
1111 ]=>
1112 object(Closure)#34 (3) {
1113 [
1114 "static"
1115 ]=>
1116 array(2) {
1117 [
1118 "abstract"
1119 ]=>
1120 string(35) "Illuminate\Contracts\Console\Kernel"
1121 [
1122 "concrete"
1123 ]=>
1124 string(18) "App\Console\Kernel"
1125 }
1126 [
1127 "this"
1128 ]=>
1129 *RECURSION*
1130 [
1131 "parameter"
1132 ]=>
1133 array(2) {
1134 [
1135 "$container"
1136 ]=>
1137 string(10) "<required>"
1138 [
1139 "$parameters"
1140 ]=>
1141 string(10) "<optional>"
1142 }
1143 }
1144 [
1145 "shared"
1146 ]=>
1147 bool(true)
1148 }
1149 ["League\OAuth2\Server\AuthorizationServer"
1150 ]=>
1151 array(2) {
1152 [
1153 "concrete"
1154 ]=>
1155 object(Closure)#37 (1) {
1156 [
1157 "this"
1158 ]=>
1159 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
1160 [
1161 "app":protected
1162 ]=>
1163 *RECURSION*
1164 }
1165 }
1166 [
1167 "shared"
1168 ]=>
1169 bool(true)
1170 }
1171 ["League\OAuth2\Server\ResourceServer"
1172 ]=>
1173 array(2) {
1174 [
1175 "concrete"
1176 ]=>
1177 object(Closure)#38 (1) {
1178 [
1179 "this"
1180 ]=>
1181 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
1182 [
1183 "app":protected
1184 ]=>
1185 *RECURSION*
1186 }
1187 }
1188 [
1189 "shared"
1190 ]=>
1191 bool(true)
1192 }
1193 [
1194 "events"
1195 ]=>
1196 array(2) {
1197 [
1198 "concrete"
1199 ]=>
1200 object(Closure)#44 (2) {
1201 [
1202 "this"
1203 ]=>
1204 object(Illuminate\Events\EventServiceProvider)#45 (1) {
1205 [
1206 "app":protected
1207 ]=>
1208 *RECURSION*
1209 }
1210 [
1211 "parameter"
1212 ]=>
1213 array(1) {
1214 [
1215 "$app"
1216 ]=>
1217 string(10) "<required>"
1218 }
1219 }
1220 [
1221 "shared"
1222 ]=>
1223 bool(true)
1224 }
1225 [
1226 "auth"
1227 ]=>
1228 array(2) {
1229 [
1230 "concrete"
1231 ]=>
1232 object(Closure)#53 (2) {
1233 [
1234 "this"
1235 ]=>
1236 object(Illuminate\Auth\AuthServiceProvider)#57 (1) {
1237 [
1238 "app":protected
1239 ]=>
1240 *RECURSION*
1241 }
1242 [
1243 "parameter"
1244 ]=>
1245 array(1) {
1246 [
1247 "$app"
1248 ]=>
1249 string(10) "<required>"
1250 }
1251 }
1252 [
1253 "shared"
1254 ]=>
1255 bool(true)
1256 }
1257 [
1258 "auth.driver"
1259 ]=>
1260 array(2) {
1261 [
1262 "concrete"
1263 ]=>
1264 object(Closure)#52 (2) {
1265 [
1266 "this"
1267 ]=>
1268 object(Illuminate\Auth\AuthServiceProvider)#57 (1) {
1269 [
1270 "app":protected
1271 ]=>
1272 *RECURSION*
1273 }
1274 [
1275 "parameter"
1276 ]=>
1277 array(1) {
1278 [
1279 "$app"
1280 ]=>
1281 string(10) "<required>"
1282 }
1283 }
1284 [
1285 "shared"
1286 ]=>
1287 bool(true)
1288 }
1289 ["Illuminate\Contracts\Auth\Access\Gate"
1290 ]=>
1291 array(2) {
1292 [
1293 "concrete"
1294 ]=>
1295 object(Closure)#54 (2) {
1296 [
1297 "this"
1298 ]=>
1299 object(Illuminate\Auth\AuthServiceProvider)#57 (1) {
1300 [
1301 "app":protected
1302 ]=>
1303 *RECURSION*
1304 }
1305 [
1306 "parameter"
1307 ]=>
1308 array(1) {
1309 [
1310 "$app"
1311 ]=>
1312 string(10) "<required>"
1313 }
1314 }
1315 [
1316 "shared"
1317 ]=>
1318 bool(true)
1319 }
1320 ["Illuminate\Contracts\Auth\Authenticatable"
1321 ]=>
1322 array(2) {
1323 [
1324 "concrete"
1325 ]=>
1326 object(Closure)#55 (2) {
1327 [
1328 "this"
1329 ]=>
1330 object(Illuminate\Auth\AuthServiceProvider)#57 (1) {
1331 [
1332 "app":protected
1333 ]=>
1334 *RECURSION*
1335 }
1336 [
1337 "parameter"
1338 ]=>
1339 array(1) {
1340 [
1341 "$app"
1342 ]=>
1343 string(10) "<required>"
1344 }
1345 }
1346 [
1347 "shared"
1348 ]=>
1349 bool(false)
1350 }
1351 [
1352 "auth.loaded"
1353 ]=>
1354 array(2) {
1355 [
1356 "concrete"
1357 ]=>
1358 object(Closure)#68 (2) {
1359 [
1360 "static"
1361 ]=>
1362 array(1) {
1363 [
1364 "value"
1365 ]=>
1366 bool(true)
1367 }
1368 [
1369 "this"
1370 ]=>
1371 *RECURSION*
1372 }
1373 [
1374 "shared"
1375 ]=>
1376 bool(false)
1377 }
1378 ["Illuminate\Database\Connection"
1379 ]=>
1380 array(2) {
1381 [
1382 "concrete"
1383 ]=>
1384 object(Closure)#76 (1) {
1385 [
1386 "this"
1387 ]=>
1388 object(Dusterio\LumenPassport\PassportServiceProvider)#41 (1) {
1389 [
1390 "app":protected
1391 ]=>
1392 *RECURSION*
1393 }
1394 }
1395 [
1396 "shared"
1397 ]=>
1398 bool(true)
1399 }
1400 [
1401 "validator"
1402 ]=>
1403 array(2) {
1404 [
1405 "concrete"
1406 ]=>
1407 object(Closure)#79 (2) {
1408 [
1409 "this"
1410 ]=>
1411 object(Illuminate\Validation\ValidationServiceProvider)#77 (1) {
1412 [
1413 "app":protected
1414 ]=>
1415 *RECURSION*
1416 }
1417 [
1418 "parameter"
1419 ]=>
1420 array(1) {
1421 [
1422 "$app"
1423 ]=>
1424 string(10) "<required>"
1425 }
1426 }
1427 [
1428 "shared"
1429 ]=>
1430 bool(true)
1431 }
1432 [
1433 "validation.presence"
1434 ]=>
1435 array(2) {
1436 [
1437 "concrete"
1438 ]=>
1439 object(Closure)#80 (2) {
1440 [
1441 "this"
1442 ]=>
1443 object(Illuminate\Validation\ValidationServiceProvider)#77 (1) {
1444 [
1445 "app":protected
1446 ]=>
1447 *RECURSION*
1448 }
1449 [
1450 "parameter"
1451 ]=>
1452 array(1) {
1453 [
1454 "$app"
1455 ]=>
1456 string(10) "<required>"
1457 }
1458 }
1459 [
1460 "shared"
1461 ]=>
1462 bool(true)
1463 }
1464 [
1465 "translator"
1466 ]=>
1467 array(2) {
1468 [
1469 "concrete"
1470 ]=>
1471 object(Closure)#88 (2) {
1472 [
1473 "this"
1474 ]=>
1475 object(Illuminate\Translation\TranslationServiceProvider)#86 (1) {
1476 [
1477 "app":protected
1478 ]=>
1479 *RECURSION*
1480 }
1481 [
1482 "parameter"
1483 ]=>
1484 array(1) {
1485 [
1486 "$app"
1487 ]=>
1488 string(10) "<required>"
1489 }
1490 }
1491 [
1492 "shared"
1493 ]=>
1494 bool(true)
1495 }
1496 [
1497 "translation.loader"
1498 ]=>
1499 array(2) {
1500 [
1501 "concrete"
1502 ]=>
1503 object(Closure)#87 (2) {
1504 [
1505 "this"
1506 ]=>
1507 object(Illuminate\Translation\TranslationServiceProvider)#86 (1) {
1508 [
1509 "app":protected
1510 ]=>
1511 *RECURSION*
1512 }
1513 [
1514 "parameter"
1515 ]=>
1516 array(1) {
1517 [
1518 "$app"
1519 ]=>
1520 string(10) "<required>"
1521 }
1522 }
1523 [
1524 "shared"
1525 ]=>
1526 bool(true)
1527 }
1528 [
1529 "files"
1530 ]=>
1531 array(2) {
1532 [
1533 "concrete"
1534 ]=>
1535 object(Closure)#90 (1) {
1536 [
1537 "this"
1538 ]=>
1539 *RECURSION*
1540 }
1541 [
1542 "shared"
1543 ]=>
1544 bool(true)
1545 }
1546 }
1547 [
1548 "methodBindings":protected
1549 ]=>
1550 array(0) {}
1551 [
1552 "instances":protected
1553 ]=>
1554 array(16) {
1555 [
1556 "app"
1557 ]=>
1558 *RECURSION*
1559 ["Laravel\Lumen\Application"
1560 ]=>
1561 *RECURSION*
1562 [
1563 "path"
1564 ]=>
1565 string(33) "/home/mati/Praca/luemnapp/app/app"
1566 [
1567 "config"
1568 ]=>
1569 object(Illuminate\Config\Repository)#10 (1) {
1570 [
1571 "items":protected
1572 ]=>
1573 array(4) {
1574 [
1575 "app"
1576 ]=>
1577 array(9) {
1578 [
1579 "name"
1580 ]=>
1581 string(5) "Lumen"
1582 [
1583 "env"
1584 ]=>
1585 string(5) "local"
1586 [
1587 "debug"
1588 ]=>
1589 bool(true)
1590 [
1591 "url"
1592 ]=>
1593 string(16) "http://localhost"
1594 [
1595 "timezone"
1596 ]=>
1597 string(3) "UTC"
1598 [
1599 "locale"
1600 ]=>
1601 string(2) "en"
1602 [
1603 "fallback_locale"
1604 ]=>
1605 string(2) "en"
1606 [
1607 "key"
1608 ]=>
1609 string(0) ""
1610 [
1611 "cipher"
1612 ]=>
1613 string(11) "AES-256-CBC"
1614 }
1615 [
1616 "database"
1617 ]=>
1618 array(4) {
1619 [
1620 "default"
1621 ]=>
1622 string(5) "mysql"
1623 [
1624 "connections"
1625 ]=>
1626 array(4) {
1627 [
1628 "sqlite"
1629 ]=>
1630 array(3) {
1631 [
1632 "driver"
1633 ]=>
1634 string(6) "sqlite"
1635 [
1636 "database"
1637 ]=>
1638 string(9) "wordpress"
1639 [
1640 "prefix"
1641 ]=>
1642 string(0) ""
1643 }
1644 [
1645 "mysql"
1646 ]=>
1647 array(13) {
1648 [
1649 "driver"
1650 ]=>
1651 string(5) "mysql"
1652 [
1653 "host"
1654 ]=>
1655 string(10) "172.18.0.2"
1656 [
1657 "port"
1658 ]=>
1659 string(4) "3306"
1660 [
1661 "database"
1662 ]=>
1663 string(9) "wordpress"
1664 [
1665 "username"
1666 ]=>
1667 string(9) "wordpress"
1668 [
1669 "password"
1670 ]=>
1671 string(9) "wordpress"
1672 [
1673 "unix_socket"
1674 ]=>
1675 string(0) ""
1676 [
1677 "charset"
1678 ]=>
1679 string(7) "utf8mb4"
1680 [
1681 "collation"
1682 ]=>
1683 string(18) "utf8mb4_unicode_ci"
1684 [
1685 "prefix"
1686 ]=>
1687 string(0) ""
1688 [
1689 "strict"
1690 ]=>
1691 bool(true)
1692 [
1693 "engine"
1694 ]=>
1695 NULL
1696 [
1697 "timezone"
1698 ]=>
1699 string(6) "+00:00"
1700 }
1701 [
1702 "pgsql"
1703 ]=>
1704 array(10) {
1705 [
1706 "driver"
1707 ]=>
1708 string(5) "pgsql"
1709 [
1710 "host"
1711 ]=>
1712 string(10) "172.18.0.2"
1713 [
1714 "port"
1715 ]=>
1716 string(4) "3306"
1717 [
1718 "database"
1719 ]=>
1720 string(9) "wordpress"
1721 [
1722 "username"
1723 ]=>
1724 string(9) "wordpress"
1725 [
1726 "password"
1727 ]=>
1728 string(9) "wordpress"
1729 [
1730 "charset"
1731 ]=>
1732 string(4) "utf8"
1733 [
1734 "prefix"
1735 ]=>
1736 string(0) ""
1737 [
1738 "schema"
1739 ]=>
1740 string(6) "public"
1741 [
1742 "sslmode"
1743 ]=>
1744 string(6) "prefer"
1745 }
1746 [
1747 "sqlsrv"
1748 ]=>
1749 array(8) {
1750 [
1751 "driver"
1752 ]=>
1753 string(6) "sqlsrv"
1754 [
1755 "host"
1756 ]=>
1757 string(10) "172.18.0.2"
1758 [
1759 "port"
1760 ]=>
1761 string(4) "3306"
1762 [
1763 "database"
1764 ]=>
1765 string(9) "wordpress"
1766 [
1767 "username"
1768 ]=>
1769 string(9) "wordpress"
1770 [
1771 "password"
1772 ]=>
1773 string(9) "wordpress"
1774 [
1775 "charset"
1776 ]=>
1777 string(4) "utf8"
1778 [
1779 "prefix"
1780 ]=>
1781 string(0) ""
1782 }
1783 }
1784 [
1785 "migrations"
1786 ]=>
1787 string(10) "migrations"
1788 [
1789 "redis"
1790 ]=>
1791 array(4) {
1792 [
1793 "client"
1794 ]=>
1795 string(8) "phpredis"
1796 [
1797 "cluster"
1798 ]=>
1799 bool(false)
1800 [
1801 "default"
1802 ]=>
1803 array(4) {
1804 [
1805 "host"
1806 ]=>
1807 string(9) "127.0.0.1"
1808 [
1809 "password"
1810 ]=>
1811 NULL
1812 [
1813 "port"
1814 ]=>
1815 int(6379)
1816 [
1817 "database"
1818 ]=>
1819 int(0)
1820 }
1821 [
1822 "cache"
1823 ]=>
1824 array(4) {
1825 [
1826 "host"
1827 ]=>
1828 string(9) "127.0.0.1"
1829 [
1830 "password"
1831 ]=>
1832 NULL
1833 [
1834 "port"
1835 ]=>
1836 int(6379)
1837 [
1838 "database"
1839 ]=>
1840 int(1)
1841 }
1842 }
1843 }
1844 [
1845 "auth"
1846 ]=>
1847 array(4) {
1848 [
1849 "defaults"
1850 ]=>
1851 array(1) {
1852 [
1853 "guard"
1854 ]=>
1855 string(3) "api"
1856 }
1857 [
1858 "guards"
1859 ]=>
1860 array(1) {
1861 [
1862 "api"
1863 ]=>
1864 array(1) {
1865 [
1866 "driver"
1867 ]=>
1868 string(3) "api"
1869 }
1870 }
1871 [
1872 "providers"
1873 ]=>
1874 array(0) {}
1875 [
1876 "passwords"
1877 ]=>
1878 array(0) {}
1879 }
1880 [
1881 "passport"
1882 ]=>
1883 array(2) {
1884 [
1885 "private_key"
1886 ]=>
1887 NULL
1888 [
1889 "public_key"
1890 ]=>
1891 NULL
1892 }
1893 }
1894 }
1895 [
1896 "env"
1897 ]=>
1898 string(5) "local"
1899 [
1900 "db.factory"
1901 ]=>
1902 object(Illuminate\Database\Connectors\ConnectionFactory)#32 (1) {
1903 [
1904 "container":protected
1905 ]=>
1906 *RECURSION*
1907 }
1908 [
1909 "db"
1910 ]=>
1911 object(Illuminate\Database\DatabaseManager)#31 (5) {
1912 [
1913 "app":protected
1914 ]=>
1915 *RECURSION*
1916 [
1917 "factory":protected
1918 ]=>
1919 object(Illuminate\Database\Connectors\ConnectionFactory)#32 (1) {
1920 [
1921 "container":protected
1922 ]=>
1923 *RECURSION*
1924 }
1925 [
1926 "connections":protected
1927 ]=>
1928 array(0) {}
1929 [
1930 "extensions":protected
1931 ]=>
1932 array(0) {}
1933 [
1934 "reconnector":protected
1935 ]=>
1936 object(Closure)#33 (2) {
1937 [
1938 "this"
1939 ]=>
1940 *RECURSION*
1941 [
1942 "parameter"
1943 ]=>
1944 array(1) {
1945 [
1946 "$connection"
1947 ]=>
1948 string(10) "<required>"
1949 }
1950 }
1951 }
1952 ["Illuminate\Http\Request"
1953 ]=>
1954 *RECURSION*
1955 [
1956 "events"
1957 ]=>
1958 object(Illuminate\Events\Dispatcher)#46 (5) {
1959 [
1960 "container":protected
1961 ]=>
1962 *RECURSION*
1963 [
1964 "listeners":protected
1965 ]=>
1966 array(1) {
1967 ["Illuminate\Auth\Events\Logout"
1968 ]=>
1969 array(1) {
1970 [
1971 0
1972 ]=>
1973 object(Closure)#75 (3) {
1974 [
1975 "static"
1976 ]=>
1977 array(2) {
1978 [
1979 "listener"
1980 ]=>
1981 object(Closure)#74 (1) {
1982 [
1983 "this"
1984 ]=>
1985 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
1986 [
1987 "app":protected
1988 ]=>
1989 *RECURSION*
1990 }
1991 }
1992 [
1993 "wildcard"
1994 ]=>
1995 bool(false)
1996 }
1997 [
1998 "this"
1999 ]=>
2000 *RECURSION*
2001 [
2002 "parameter"
2003 ]=>
2004 array(2) {
2005 [
2006 "$event"
2007 ]=>
2008 string(10) "<required>"
2009 [
2010 "$payload"
2011 ]=>
2012 string(10) "<required>"
2013 }
2014 }
2015 }
2016 }
2017 [
2018 "wildcards":protected
2019 ]=>
2020 array(0) {}
2021 [
2022 "wildcardsCache":protected
2023 ]=>
2024 array(2) {
2025 ["eloquent.booting: App\User"
2026 ]=>
2027 array(0) {}
2028 ["eloquent.booted: App\User"
2029 ]=>
2030 array(0) {}
2031 }
2032 [
2033 "queueResolver":protected
2034 ]=>
2035 object(Closure)#60 (2) {
2036 [
2037 "static"
2038 ]=>
2039 array(1) {
2040 [
2041 "app"
2042 ]=>
2043 *RECURSION*
2044 }
2045 [
2046 "this"
2047 ]=>
2048 object(Illuminate\Events\EventServiceProvider)#45 (1) {
2049 [
2050 "app":protected
2051 ]=>
2052 *RECURSION*
2053 }
2054 }
2055 }
2056 [
2057 "auth"
2058 ]=>
2059 object(Illuminate\Auth\AuthManager)#69 (5) {
2060 [
2061 "app":protected
2062 ]=>
2063 *RECURSION*
2064 [
2065 "customCreators":protected
2066 ]=>
2067 array(2) {
2068 [
2069 "passport"
2070 ]=>
2071 object(Closure)#72 (2) {
2072 [
2073 "this"
2074 ]=>
2075 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
2076 [
2077 "app":protected
2078 ]=>
2079 *RECURSION*
2080 }
2081 [
2082 "parameter"
2083 ]=>
2084 array(3) {
2085 [
2086 "$app"
2087 ]=>
2088 string(10) "<required>"
2089 [
2090 "$name"
2091 ]=>
2092 string(10) "<required>"
2093 [
2094 "$config"
2095 ]=>
2096 string(10) "<required>"
2097 }
2098 }
2099 [
2100 "api"
2101 ]=>
2102 object(Closure)#71 (2) {
2103 [
2104 "static"
2105 ]=>
2106 array(1) {
2107 [
2108 "callback"
2109 ]=>
2110 object(Closure)#58 (2) {
2111 [
2112 "this"
2113 ]=>
2114 object(App\Providers\AuthServiceProvider)#35 (1) {
2115 [
2116 "app":protected
2117 ]=>
2118 *RECURSION*
2119 }
2120 [
2121 "parameter"
2122 ]=>
2123 array(1) {
2124 [
2125 "$request"
2126 ]=>
2127 string(10) "<required>"
2128 }
2129 }
2130 }
2131 [
2132 "this"
2133 ]=>
2134 *RECURSION*
2135 }
2136 }
2137 [
2138 "guards":protected
2139 ]=>
2140 array(0) {}
2141 [
2142 "userResolver":protected
2143 ]=>
2144 object(Closure)#70 (2) {
2145 [
2146 "this"
2147 ]=>
2148 *RECURSION*
2149 [
2150 "parameter"
2151 ]=>
2152 array(1) {
2153 [
2154 "$guard"
2155 ]=>
2156 string(10) "<optional>"
2157 }
2158 }
2159 [
2160 "customProviderCreators":protected
2161 ]=>
2162 array(0) {}
2163 }
2164 [
2165 "path.lang"
2166 ]=>
2167 string(82) "/home/mati/Praca/luemnapp/app/vendor/laravel/lumen-framework/src/../resources/lang"
2168 [
2169 "files"
2170 ]=>
2171 object(Illuminate\Filesystem\Filesystem)#91 (0) {}
2172 [
2173 "translation.loader"
2174 ]=>
2175 object(Illuminate\Translation\FileLoader)#89 (4) {
2176 [
2177 "files":protected
2178 ]=>
2179 object(Illuminate\Filesystem\Filesystem)#91 (0) {}
2180 [
2181 "path":protected
2182 ]=>
2183 string(82) "/home/mati/Praca/luemnapp/app/vendor/laravel/lumen-framework/src/../resources/lang"
2184 [
2185 "jsonPaths":protected
2186 ]=>
2187 array(0) {}
2188 [
2189 "hints":protected
2190 ]=>
2191 array(0) {}
2192 }
2193 [
2194 "translator"
2195 ]=>
2196 object(Illuminate\Translation\Translator)#92 (6) {
2197 [
2198 "loader":protected
2199 ]=>
2200 object(Illuminate\Translation\FileLoader)#89 (4) {
2201 [
2202 "files":protected
2203 ]=>
2204 object(Illuminate\Filesystem\Filesystem)#91 (0) {}
2205 [
2206 "path":protected
2207 ]=>
2208 string(82) "/home/mati/Praca/luemnapp/app/vendor/laravel/lumen-framework/src/../resources/lang"
2209 [
2210 "jsonPaths":protected
2211 ]=>
2212 array(0) {}
2213 [
2214 "hints":protected
2215 ]=>
2216 array(0) {}
2217 }
2218 [
2219 "locale":protected
2220 ]=>
2221 string(2) "en"
2222 [
2223 "fallback":protected
2224 ]=>
2225 string(2) "en"
2226 [
2227 "loaded":protected
2228 ]=>
2229 array(0) {}
2230 [
2231 "selector":protected
2232 ]=>
2233 NULL
2234 [
2235 "parsed":protected
2236 ]=>
2237 array(0) {}
2238 }
2239 [
2240 "validation.presence"
2241 ]=>
2242 object(Illuminate\Validation\DatabasePresenceVerifier)#82 (2) {
2243 [
2244 "db":protected
2245 ]=>
2246 object(Illuminate\Database\DatabaseManager)#31 (5) {
2247 [
2248 "app":protected
2249 ]=>
2250 *RECURSION*
2251 [
2252 "factory":protected
2253 ]=>
2254 object(Illuminate\Database\Connectors\ConnectionFactory)#32 (1) {
2255 [
2256 "container":protected
2257 ]=>
2258 *RECURSION*
2259 }
2260 [
2261 "connections":protected
2262 ]=>
2263 array(0) {}
2264 [
2265 "extensions":protected
2266 ]=>
2267 array(0) {}
2268 [
2269 "reconnector":protected
2270 ]=>
2271 object(Closure)#33 (2) {
2272 [
2273 "this"
2274 ]=>
2275 *RECURSION*
2276 [
2277 "parameter"
2278 ]=>
2279 array(1) {
2280 [
2281 "$connection"
2282 ]=>
2283 string(10) "<required>"
2284 }
2285 }
2286 }
2287 [
2288 "connection":protected
2289 ]=>
2290 NULL
2291 }
2292 [
2293 "validator"
2294 ]=>
2295 object(Illuminate\Validation\Factory)#83 (9) {
2296 [
2297 "translator":protected
2298 ]=>
2299 object(Illuminate\Translation\Translator)#92 (6) {
2300 [
2301 "loader":protected
2302 ]=>
2303 object(Illuminate\Translation\FileLoader)#89 (4) {
2304 [
2305 "files":protected
2306 ]=>
2307 object(Illuminate\Filesystem\Filesystem)#91 (0) {}
2308 [
2309 "path":protected
2310 ]=>
2311 string(82) "/home/mati/Praca/luemnapp/app/vendor/laravel/lumen-framework/src/../resources/lang"
2312 [
2313 "jsonPaths":protected
2314 ]=>
2315 array(0) {}
2316 [
2317 "hints":protected
2318 ]=>
2319 array(0) {}
2320 }
2321 [
2322 "locale":protected
2323 ]=>
2324 string(2) "en"
2325 [
2326 "fallback":protected
2327 ]=>
2328 string(2) "en"
2329 [
2330 "loaded":protected
2331 ]=>
2332 array(0) {}
2333 [
2334 "selector":protected
2335 ]=>
2336 NULL
2337 [
2338 "parsed":protected
2339 ]=>
2340 array(0) {}
2341 }
2342 [
2343 "verifier":protected
2344 ]=>
2345 object(Illuminate\Validation\DatabasePresenceVerifier)#82 (2) {
2346 [
2347 "db":protected
2348 ]=>
2349 object(Illuminate\Database\DatabaseManager)#31 (5) {
2350 [
2351 "app":protected
2352 ]=>
2353 *RECURSION*
2354 [
2355 "factory":protected
2356 ]=>
2357 object(Illuminate\Database\Connectors\ConnectionFactory)#32 (1) {
2358 [
2359 "container":protected
2360 ]=>
2361 *RECURSION*
2362 }
2363 [
2364 "connections":protected
2365 ]=>
2366 array(0) {}
2367 [
2368 "extensions":protected
2369 ]=>
2370 array(0) {}
2371 [
2372 "reconnector":protected
2373 ]=>
2374 object(Closure)#33 (2) {
2375 [
2376 "this"
2377 ]=>
2378 *RECURSION*
2379 [
2380 "parameter"
2381 ]=>
2382 array(1) {
2383 [
2384 "$connection"
2385 ]=>
2386 string(10) "<required>"
2387 }
2388 }
2389 }
2390 [
2391 "connection":protected
2392 ]=>
2393 NULL
2394 }
2395 [
2396 "container":protected
2397 ]=>
2398 *RECURSION*
2399 [
2400 "extensions":protected
2401 ]=>
2402 array(0) {}
2403 [
2404 "implicitExtensions":protected
2405 ]=>
2406 array(0) {}
2407 [
2408 "dependentExtensions":protected
2409 ]=>
2410 array(0) {}
2411 [
2412 "replacers":protected
2413 ]=>
2414 array(0) {}
2415 [
2416 "fallbackMessages":protected
2417 ]=>
2418 array(0) {}
2419 [
2420 "resolver":protected
2421 ]=>
2422 NULL
2423 }
2424 }
2425 [
2426 "aliases":protected
2427 ]=>
2428 array(29) {
2429 ["Illuminate\Contracts\Foundation\Application"
2430 ]=>
2431 string(3) "app"
2432 ["Illuminate\Contracts\Auth\Factory"
2433 ]=>
2434 string(4) "auth"
2435 ["Illuminate\Contracts\Auth\Guard"
2436 ]=>
2437 string(11) "auth.driver"
2438 ["Illuminate\Contracts\Cache\Factory"
2439 ]=>
2440 string(5) "cache"
2441 ["Illuminate\Contracts\Cache\Repository"
2442 ]=>
2443 string(11) "cache.store"
2444 ["Illuminate\Contracts\Config\Repository"
2445 ]=>
2446 string(6) "config"
2447 ["Illuminate\Container\Container"
2448 ]=>
2449 string(3) "app"
2450 ["Illuminate\Contracts\Container\Container"
2451 ]=>
2452 string(3) "app"
2453 ["Illuminate\Database\ConnectionResolverInterface"
2454 ]=>
2455 string(2) "db"
2456 ["Illuminate\Database\DatabaseManager"
2457 ]=>
2458 string(2) "db"
2459 ["Illuminate\Contracts\Encryption\Encrypter"
2460 ]=>
2461 string(9) "encrypter"
2462 ["Illuminate\Contracts\Events\Dispatcher"
2463 ]=>
2464 string(6) "events"
2465 ["Illuminate\Contracts\Filesystem\Factory"
2466 ]=>
2467 string(10) "filesystem"
2468 ["Illuminate\Contracts\Filesystem\Filesystem"
2469 ]=>
2470 string(15) "filesystem.disk"
2471 ["Illuminate\Contracts\Filesystem\Cloud"
2472 ]=>
2473 string(16) "filesystem.cloud"
2474 ["Illuminate\Contracts\Hashing\Hasher"
2475 ]=>
2476 string(4) "hash"
2477 [
2478 "log"
2479 ]=>
2480 string(23) "Psr\Log\LoggerInterface"
2481 ["Illuminate\Contracts\Queue\Factory"
2482 ]=>
2483 string(5) "queue"
2484 ["Illuminate\Contracts\Queue\Queue"
2485 ]=>
2486 string(16) "queue.connection"
2487 ["Illuminate\Redis\RedisManager"
2488 ]=>
2489 string(5) "redis"
2490 ["Illuminate\Contracts\Redis\Factory"
2491 ]=>
2492 string(5) "redis"
2493 ["Illuminate\Redis\Connections\Connection"
2494 ]=>
2495 string(16) "redis.connection"
2496 ["Illuminate\Contracts\Redis\Connection"
2497 ]=>
2498 string(16) "redis.connection"
2499 [
2500 "request"
2501 ]=>
2502 string(23) "Illuminate\Http\Request"
2503 ["Laravel\Lumen\Routing\Router"
2504 ]=>
2505 string(6) "router"
2506 ["Illuminate\Contracts\Translation\Translator"
2507 ]=>
2508 string(10) "translator"
2509 ["Laravel\Lumen\Routing\UrlGenerator"
2510 ]=>
2511 string(3) "url"
2512 ["Illuminate\Contracts\Validation\Factory"
2513 ]=>
2514 string(9) "validator"
2515 ["Illuminate\Contracts\View\Factory"
2516 ]=>
2517 string(4) "view"
2518 }
2519 [
2520 "abstractAliases":protected
2521 ]=>
2522 array(0) {}
2523 [
2524 "extenders":protected
2525 ]=>
2526 array(0) {}
2527 [
2528 "tags":protected
2529 ]=>
2530 array(0) {}
2531 [
2532 "buildStack":protected
2533 ]=>
2534 array(0) {}
2535 [
2536 "with":protected
2537 ]=>
2538 array(0) {}
2539 [
2540 "contextual"
2541 ]=>
2542 array(0) {}
2543 [
2544 "reboundCallbacks":protected
2545 ]=>
2546 array(2) {
2547 ["Illuminate\Http\Request"
2548 ]=>
2549 array(1) {
2550 [
2551 0
2552 ]=>
2553 object(Closure)#56 (2) {
2554 [
2555 "this"
2556 ]=>
2557 object(Illuminate\Auth\AuthServiceProvider)#57 (1) {
2558 [
2559 "app":protected
2560 ]=>
2561 *RECURSION*
2562 }
2563 [
2564 "parameter"
2565 ]=>
2566 array(2) {
2567 [
2568 "$app"
2569 ]=>
2570 string(10) "<required>"
2571 [
2572 "$request"
2573 ]=>
2574 string(10) "<required>"
2575 }
2576 }
2577 }
2578 [
2579 "events"
2580 ]=>
2581 array(1) {
2582 [
2583 0
2584 ]=>
2585 object(Closure)#66 (2) {
2586 [
2587 "this"
2588 ]=>
2589 object(Illuminate\Auth\AuthServiceProvider)#57 (1) {
2590 [
2591 "app":protected
2592 ]=>
2593 *RECURSION*
2594 }
2595 [
2596 "parameter"
2597 ]=>
2598 array(2) {
2599 [
2600 "$app"
2601 ]=>
2602 string(10) "<required>"
2603 [
2604 "$dispatcher"
2605 ]=>
2606 string(10) "<required>"
2607 }
2608 }
2609 }
2610 }
2611 [
2612 "globalResolvingCallbacks":protected
2613 ]=>
2614 array(0) {}
2615 [
2616 "globalAfterResolvingCallbacks":protected
2617 ]=>
2618 array(0) {}
2619 [
2620 "resolvingCallbacks":protected
2621 ]=>
2622 array(0) {}
2623 [
2624 "afterResolvingCallbacks":protected
2625 ]=>
2626 array(2) {
2627 [
2628 "auth"
2629 ]=>
2630 array(1) {
2631 [
2632 0
2633 ]=>
2634 object(Closure)#40 (2) {
2635 [
2636 "static"
2637 ]=>
2638 array(1) {
2639 [
2640 "callback"
2641 ]=>
2642 object(Closure)#39 (2) {
2643 [
2644 "this"
2645 ]=>
2646 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
2647 [
2648 "app":protected
2649 ]=>
2650 *RECURSION*
2651 }
2652 [
2653 "parameter"
2654 ]=>
2655 array(1) {
2656 [
2657 "$auth"
2658 ]=>
2659 string(10) "<required>"
2660 }
2661 }
2662 }
2663 [
2664 "parameter"
2665 ]=>
2666 array(1) {
2667 [
2668 "$service"
2669 ]=>
2670 string(10) "<required>"
2671 }
2672 }
2673 }
2674 [
2675 "view"
2676 ]=>
2677 array(2) {
2678 [
2679 0
2680 ]=>
2681 object(Closure)#49 (3) {
2682 [
2683 "static"
2684 ]=>
2685 array(2) {
2686 [
2687 "path"
2688 ]=>
2689 string(74) "/home/mati/Praca/luemnapp/app/vendor/illuminate/pagination/resources/views"
2690 [
2691 "namespace"
2692 ]=>
2693 string(10) "pagination"
2694 }
2695 [
2696 "this"
2697 ]=>
2698 object(Illuminate\Pagination\PaginationServiceProvider)#26 (1) {
2699 [
2700 "app":protected
2701 ]=>
2702 *RECURSION*
2703 }
2704 [
2705 "parameter"
2706 ]=>
2707 array(1) {
2708 [
2709 "$view"
2710 ]=>
2711 string(10) "<required>"
2712 }
2713 }
2714 [
2715 1
2716 ]=>
2717 object(Closure)#73 (3) {
2718 [
2719 "static"
2720 ]=>
2721 array(2) {
2722 [
2723 "path"
2724 ]=>
2725 string(76) "/home/mati/Praca/luemnapp/app/vendor/laravel/passport/src/../resources/views"
2726 [
2727 "namespace"
2728 ]=>
2729 string(8) "passport"
2730 }
2731 [
2732 "this"
2733 ]=>
2734 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
2735 [
2736 "app":protected
2737 ]=>
2738 *RECURSION*
2739 }
2740 [
2741 "parameter"
2742 ]=>
2743 array(1) {
2744 [
2745 "$view"
2746 ]=>
2747 string(10) "<required>"
2748 }
2749 }
2750 }
2751 }
2752 [
2753 "middleware":protected
2754 ]=>
2755 array(0) {}
2756 [
2757 "routeMiddleware":protected
2758 ]=>
2759 array(1) {
2760 [
2761 "auth"
2762 ]=>
2763 string(32) "App\Http\Middleware\Authenticate"
2764 }
2765 [
2766 "currentRoute":protected
2767 ]=>
2768 array(3) {
2769 [
2770 0
2771 ]=>
2772 bool(true)
2773 [
2774 1
2775 ]=>
2776 array(1) {
2777 [
2778 "uses"
2779 ]=>
2780 string(48) "App\Http\Controllers\AuthController@registerUser"
2781 }
2782 [
2783 2
2784 ]=>
2785 array(0) {}
2786 }
2787 [
2788 "dispatcher":protected
2789 ]=>
2790 NULL
2791 }
2792 }
2793 [
2794 "this"
2795 ]=>
2796 object(Illuminate\Auth\AuthServiceProvider)#57 (1) {
2797 [
2798 "app":protected
2799 ]=>
2800 object(Laravel\Lumen\Application)#14 (29) {
2801 [
2802 "basePath":protected
2803 ]=>
2804 string(29) "/home/mati/Praca/luemnapp/app"
2805 [
2806 "loadedConfigurations":protected
2807 ]=>
2808 array(3) {
2809 [
2810 "app"
2811 ]=>
2812 bool(true)
2813 [
2814 "database"
2815 ]=>
2816 bool(true)
2817 [
2818 "auth"
2819 ]=>
2820 bool(true)
2821 }
2822 [
2823 "booted":protected
2824 ]=>
2825 bool(true)
2826 [
2827 "loadedProviders":protected
2828 ]=>
2829 array(9) {
2830 ["Illuminate\Database\DatabaseServiceProvider"
2831 ]=>
2832 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
2833 [
2834 "app":protected
2835 ]=>
2836 *RECURSION*
2837 }
2838 ["Illuminate\Pagination\PaginationServiceProvider"
2839 ]=>
2840 object(Illuminate\Pagination\PaginationServiceProvider)#26 (1) {
2841 [
2842 "app":protected
2843 ]=>
2844 *RECURSION*
2845 }
2846 ["App\Providers\AuthServiceProvider"
2847 ]=>
2848 object(App\Providers\AuthServiceProvider)#35 (1) {
2849 [
2850 "app":protected
2851 ]=>
2852 *RECURSION*
2853 }
2854 ["Laravel\Passport\PassportServiceProvider"
2855 ]=>
2856 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
2857 [
2858 "app":protected
2859 ]=>
2860 *RECURSION*
2861 }
2862 ["Dusterio\LumenPassport\PassportServiceProvider"
2863 ]=>
2864 object(Dusterio\LumenPassport\PassportServiceProvider)#41 (1) {
2865 [
2866 "app":protected
2867 ]=>
2868 *RECURSION*
2869 }
2870 ["Illuminate\Events\EventServiceProvider"
2871 ]=>
2872 object(Illuminate\Events\EventServiceProvider)#45 (1) {
2873 [
2874 "app":protected
2875 ]=>
2876 *RECURSION*
2877 }
2878 ["Illuminate\Auth\AuthServiceProvider"
2879 ]=>
2880 *RECURSION*
2881 ["Illuminate\Validation\ValidationServiceProvider"
2882 ]=>
2883 object(Illuminate\Validation\ValidationServiceProvider)#77 (1) {
2884 [
2885 "app":protected
2886 ]=>
2887 *RECURSION*
2888 }
2889 ["Illuminate\Translation\TranslationServiceProvider"
2890 ]=>
2891 object(Illuminate\Translation\TranslationServiceProvider)#86 (1) {
2892 [
2893 "app":protected
2894 ]=>
2895 *RECURSION*
2896 }
2897 }
2898 [
2899 "ranServiceBinders":protected
2900 ]=>
2901 array(7) {
2902 [
2903 "registerConfigBindings"
2904 ]=>
2905 bool(true)
2906 [
2907 "registerDatabaseBindings"
2908 ]=>
2909 bool(true)
2910 [
2911 "registerEventBindings"
2912 ]=>
2913 bool(true)
2914 [
2915 "registerAuthBindings"
2916 ]=>
2917 bool(true)
2918 [
2919 "registerValidatorBindings"
2920 ]=>
2921 bool(true)
2922 [
2923 "registerTranslationBindings"
2924 ]=>
2925 bool(true)
2926 [
2927 "registerFilesBindings"
2928 ]=>
2929 bool(true)
2930 }
2931 [
2932 "storagePath":protected
2933 ]=>
2934 NULL
2935 [
2936 "namespace":protected
2937 ]=>
2938 NULL
2939 [
2940 "router"
2941 ]=>
2942 object(Laravel\Lumen\Routing\Router)#22 (4) {
2943 [
2944 "app"
2945 ]=>
2946 *RECURSION*
2947 [
2948 "groupStack":protected
2949 ]=>
2950 array(0) {}
2951 [
2952 "routes":protected
2953 ]=>
2954 array(15) {
2955 [
2956 "GET/"
2957 ]=>
2958 array(3) {
2959 [
2960 "method"
2961 ]=>
2962 string(3) "GET"
2963 [
2964 "uri"
2965 ]=>
2966 string(1) "/"
2967 [
2968 "action"
2969 ]=>
2970 array(1) {
2971 [
2972 0
2973 ]=>
2974 object(Closure)#43 (1) {
2975 [
2976 "static"
2977 ]=>
2978 array(1) {
2979 [
2980 "router"
2981 ]=>
2982 *RECURSION*
2983 }
2984 }
2985 }
2986 }
2987 [
2988 "POST/auth/login"
2989 ]=>
2990 array(3) {
2991 [
2992 "method"
2993 ]=>
2994 string(4) "POST"
2995 [
2996 "uri"
2997 ]=>
2998 string(11) "/auth/login"
2999 [
3000 "action"
3001 ]=>
3002 array(1) {
3003 [
3004 "uses"
3005 ]=>
3006 string(45) "App\Http\Controllers\AuthController@loginUser"
3007 }
3008 }
3009 [
3010 "POST/auth/register"
3011 ]=>
3012 array(3) {
3013 [
3014 "method"
3015 ]=>
3016 string(4) "POST"
3017 [
3018 "uri"
3019 ]=>
3020 string(14) "/auth/register"
3021 [
3022 "action"
3023 ]=>
3024 array(1) {
3025 [
3026 "uses"
3027 ]=>
3028 string(48) "App\Http\Controllers\AuthController@registerUser"
3029 }
3030 }
3031 [
3032 "POST/v1/oauth/token"
3033 ]=>
3034 array(3) {
3035 [
3036 "method"
3037 ]=>
3038 string(4) "POST"
3039 [
3040 "uri"
3041 ]=>
3042 string(15) "/v1/oauth/token"
3043 [
3044 "action"
3045 ]=>
3046 array(1) {
3047 [
3048 "uses"
3049 ]=>
3050 string(73) "\Dusterio\LumenPassport\Http\Controllers\AccessTokenController@issueToken"
3051 }
3052 }
3053 [
3054 "GET/v1/oauth/tokens"
3055 ]=>
3056 array(3) {
3057 [
3058 "method"
3059 ]=>
3060 string(3) "GET"
3061 [
3062 "uri"
3063 ]=>
3064 string(16) "/v1/oauth/tokens"
3065 [
3066 "action"
3067 ]=>
3068 array(2) {
3069 [
3070 "uses"
3071 ]=>
3072 string(74) "\Laravel\Passport\Http\Controllers\AuthorizedAccessTokenController@forUser"
3073 [
3074 "middleware"
3075 ]=>
3076 array(1) {
3077 [
3078 0
3079 ]=>
3080 string(4) "auth"
3081 }
3082 }
3083 }
3084 [
3085 "DELETE/v1/oauth/tokens/{token_id}"
3086 ]=>
3087 array(3) {
3088 [
3089 "method"
3090 ]=>
3091 string(6) "DELETE"
3092 [
3093 "uri"
3094 ]=>
3095 string(27) "/v1/oauth/tokens/{token_id}"
3096 [
3097 "action"
3098 ]=>
3099 array(2) {
3100 [
3101 "uses"
3102 ]=>
3103 string(74) "\Laravel\Passport\Http\Controllers\AuthorizedAccessTokenController@destroy"
3104 [
3105 "middleware"
3106 ]=>
3107 array(1) {
3108 [
3109 0
3110 ]=>
3111 string(4) "auth"
3112 }
3113 }
3114 }
3115 [
3116 "POST/v1/oauth/token/refresh"
3117 ]=>
3118 array(3) {
3119 [
3120 "method"
3121 ]=>
3122 string(4) "POST"
3123 [
3124 "uri"
3125 ]=>
3126 string(23) "/v1/oauth/token/refresh"
3127 [
3128 "action"
3129 ]=>
3130 array(2) {
3131 [
3132 "middleware"
3133 ]=>
3134 array(1) {
3135 [
3136 0
3137 ]=>
3138 string(4) "auth"
3139 }
3140 [
3141 "uses"
3142 ]=>
3143 string(67) "\Laravel\Passport\Http\Controllers\TransientTokenController@refresh"
3144 }
3145 }
3146 [
3147 "GET/v1/oauth/clients"
3148 ]=>
3149 array(3) {
3150 [
3151 "method"
3152 ]=>
3153 string(3) "GET"
3154 [
3155 "uri"
3156 ]=>
3157 string(17) "/v1/oauth/clients"
3158 [
3159 "action"
3160 ]=>
3161 array(2) {
3162 [
3163 "uses"
3164 ]=>
3165 string(59) "\Laravel\Passport\Http\Controllers\ClientController@forUser"
3166 [
3167 "middleware"
3168 ]=>
3169 array(1) {
3170 [
3171 0
3172 ]=>
3173 string(4) "auth"
3174 }
3175 }
3176 }
3177 [
3178 "POST/v1/oauth/clients"
3179 ]=>
3180 array(3) {
3181 [
3182 "method"
3183 ]=>
3184 string(4) "POST"
3185 [
3186 "uri"
3187 ]=>
3188 string(17) "/v1/oauth/clients"
3189 [
3190 "action"
3191 ]=>
3192 array(2) {
3193 [
3194 "uses"
3195 ]=>
3196 string(57) "\Laravel\Passport\Http\Controllers\ClientController@store"
3197 [
3198 "middleware"
3199 ]=>
3200 array(1) {
3201 [
3202 0
3203 ]=>
3204 string(4) "auth"
3205 }
3206 }
3207 }
3208 [
3209 "PUT/v1/oauth/clients/{client_id}"
3210 ]=>
3211 array(3) {
3212 [
3213 "method"
3214 ]=>
3215 string(3) "PUT"
3216 [
3217 "uri"
3218 ]=>
3219 string(29) "/v1/oauth/clients/{client_id}"
3220 [
3221 "action"
3222 ]=>
3223 array(2) {
3224 [
3225 "uses"
3226 ]=>
3227 string(58) "\Laravel\Passport\Http\Controllers\ClientController@update"
3228 [
3229 "middleware"
3230 ]=>
3231 array(1) {
3232 [
3233 0
3234 ]=>
3235 string(4) "auth"
3236 }
3237 }
3238 }
3239 [
3240 "DELETE/v1/oauth/clients/{client_id}"
3241 ]=>
3242 array(3) {
3243 [
3244 "method"
3245 ]=>
3246 string(6) "DELETE"
3247 [
3248 "uri"
3249 ]=>
3250 string(29) "/v1/oauth/clients/{client_id}"
3251 [
3252 "action"
3253 ]=>
3254 array(2) {
3255 [
3256 "uses"
3257 ]=>
3258 string(59) "\Laravel\Passport\Http\Controllers\ClientController@destroy"
3259 [
3260 "middleware"
3261 ]=>
3262 array(1) {
3263 [
3264 0
3265 ]=>
3266 string(4) "auth"
3267 }
3268 }
3269 }
3270 [
3271 "GET/v1/oauth/scopes"
3272 ]=>
3273 array(3) {
3274 [
3275 "method"
3276 ]=>
3277 string(3) "GET"
3278 [
3279 "uri"
3280 ]=>
3281 string(16) "/v1/oauth/scopes"
3282 [
3283 "action"
3284 ]=>
3285 array(2) {
3286 [
3287 "uses"
3288 ]=>
3289 string(54) "\Laravel\Passport\Http\Controllers\ScopeController@all"
3290 [
3291 "middleware"
3292 ]=>
3293 array(1) {
3294 [
3295 0
3296 ]=>
3297 string(4) "auth"
3298 }
3299 }
3300 }
3301 [
3302 "GET/v1/oauth/personal-access-tokens"
3303 ]=>
3304 array(3) {
3305 [
3306 "method"
3307 ]=>
3308 string(3) "GET"
3309 [
3310 "uri"
3311 ]=>
3312 string(32) "/v1/oauth/personal-access-tokens"
3313 [
3314 "action"
3315 ]=>
3316 array(2) {
3317 [
3318 "uses"
3319 ]=>
3320 string(72) "\Laravel\Passport\Http\Controllers\PersonalAccessTokenController@forUser"
3321 [
3322 "middleware"
3323 ]=>
3324 array(1) {
3325 [
3326 0
3327 ]=>
3328 string(4) "auth"
3329 }
3330 }
3331 }
3332 [
3333 "POST/v1/oauth/personal-access-tokens"
3334 ]=>
3335 array(3) {
3336 [
3337 "method"
3338 ]=>
3339 string(4) "POST"
3340 [
3341 "uri"
3342 ]=>
3343 string(32) "/v1/oauth/personal-access-tokens"
3344 [
3345 "action"
3346 ]=>
3347 array(2) {
3348 [
3349 "uses"
3350 ]=>
3351 string(70) "\Laravel\Passport\Http\Controllers\PersonalAccessTokenController@store"
3352 [
3353 "middleware"
3354 ]=>
3355 array(1) {
3356 [
3357 0
3358 ]=>
3359 string(4) "auth"
3360 }
3361 }
3362 }
3363 [
3364 "DELETE/v1/oauth/personal-access-tokens/{token_id}"
3365 ]=>
3366 array(3) {
3367 [
3368 "method"
3369 ]=>
3370 string(6) "DELETE"
3371 [
3372 "uri"
3373 ]=>
3374 string(43) "/v1/oauth/personal-access-tokens/{token_id}"
3375 [
3376 "action"
3377 ]=>
3378 array(2) {
3379 [
3380 "uses"
3381 ]=>
3382 string(72) "\Laravel\Passport\Http\Controllers\PersonalAccessTokenController@destroy"
3383 [
3384 "middleware"
3385 ]=>
3386 array(1) {
3387 [
3388 0
3389 ]=>
3390 string(4) "auth"
3391 }
3392 }
3393 }
3394 }
3395 [
3396 "namedRoutes"
3397 ]=>
3398 array(0) {}
3399 }
3400 [
3401 "availableBindings"
3402 ]=>
3403 array(44) {
3404 [
3405 "auth"
3406 ]=>
3407 string(20) "registerAuthBindings"
3408 [
3409 "auth.driver"
3410 ]=>
3411 string(20) "registerAuthBindings"
3412 ["Illuminate\Auth\AuthManager"
3413 ]=>
3414 string(20) "registerAuthBindings"
3415 ["Illuminate\Contracts\Auth\Guard"
3416 ]=>
3417 string(20) "registerAuthBindings"
3418 ["Illuminate\Contracts\Auth\Access\Gate"
3419 ]=>
3420 string(20) "registerAuthBindings"
3421 ["Illuminate\Contracts\Broadcasting\Broadcaster"
3422 ]=>
3423 string(28) "registerBroadcastingBindings"
3424 ["Illuminate\Contracts\Broadcasting\Factory"
3425 ]=>
3426 string(28) "registerBroadcastingBindings"
3427 ["Illuminate\Contracts\Bus\Dispatcher"
3428 ]=>
3429 string(19) "registerBusBindings"
3430 [
3431 "cache"
3432 ]=>
3433 string(21) "registerCacheBindings"
3434 [
3435 "cache.store"
3436 ]=>
3437 string(21) "registerCacheBindings"
3438 ["Illuminate\Contracts\Cache\Factory"
3439 ]=>
3440 string(21) "registerCacheBindings"
3441 ["Illuminate\Contracts\Cache\Repository"
3442 ]=>
3443 string(21) "registerCacheBindings"
3444 [
3445 "composer"
3446 ]=>
3447 string(24) "registerComposerBindings"
3448 [
3449 "config"
3450 ]=>
3451 string(22) "registerConfigBindings"
3452 [
3453 "db"
3454 ]=>
3455 string(24) "registerDatabaseBindings"
3456 ["Illuminate\Database\Eloquent\Factory"
3457 ]=>
3458 string(24) "registerDatabaseBindings"
3459 [
3460 "filesystem"
3461 ]=>
3462 string(26) "registerFilesystemBindings"
3463 [
3464 "filesystem.cloud"
3465 ]=>
3466 string(26) "registerFilesystemBindings"
3467 [
3468 "filesystem.disk"
3469 ]=>
3470 string(26) "registerFilesystemBindings"
3471 ["Illuminate\Contracts\Filesystem\Cloud"
3472 ]=>
3473 string(26) "registerFilesystemBindings"
3474 ["Illuminate\Contracts\Filesystem\Filesystem"
3475 ]=>
3476 string(26) "registerFilesystemBindings"
3477 ["Illuminate\Contracts\Filesystem\Factory"
3478 ]=>
3479 string(26) "registerFilesystemBindings"
3480 [
3481 "encrypter"
3482 ]=>
3483 string(25) "registerEncrypterBindings"
3484 ["Illuminate\Contracts\Encryption\Encrypter"
3485 ]=>
3486 string(25) "registerEncrypterBindings"
3487 [
3488 "events"
3489 ]=>
3490 string(21) "registerEventBindings"
3491 ["Illuminate\Contracts\Events\Dispatcher"
3492 ]=>
3493 string(21) "registerEventBindings"
3494 [
3495 "files"
3496 ]=>
3497 string(21) "registerFilesBindings"
3498 [
3499 "hash"
3500 ]=>
3501 string(20) "registerHashBindings"
3502 ["Illuminate\Contracts\Hashing\Hasher"
3503 ]=>
3504 string(20) "registerHashBindings"
3505 [
3506 "log"
3507 ]=>
3508 string(19) "registerLogBindings"
3509 ["Psr\Log\LoggerInterface"
3510 ]=>
3511 string(19) "registerLogBindings"
3512 [
3513 "queue"
3514 ]=>
3515 string(21) "registerQueueBindings"
3516 [
3517 "queue.connection"
3518 ]=>
3519 string(21) "registerQueueBindings"
3520 ["Illuminate\Contracts\Queue\Factory"
3521 ]=>
3522 string(21) "registerQueueBindings"
3523 ["Illuminate\Contracts\Queue\Queue"
3524 ]=>
3525 string(21) "registerQueueBindings"
3526 [
3527 "router"
3528 ]=>
3529 string(22) "registerRouterBindings"
3530 ["Psr\Http\Message\ServerRequestInterface"
3531 ]=>
3532 string(26) "registerPsrRequestBindings"
3533 ["Psr\Http\Message\ResponseInterface"
3534 ]=>
3535 string(27) "registerPsrResponseBindings"
3536 [
3537 "translator"
3538 ]=>
3539 string(27) "registerTranslationBindings"
3540 [
3541 "url"
3542 ]=>
3543 string(28) "registerUrlGeneratorBindings"
3544 [
3545 "validator"
3546 ]=>
3547 string(25) "registerValidatorBindings"
3548 ["Illuminate\Contracts\Validation\Factory"
3549 ]=>
3550 string(25) "registerValidatorBindings"
3551 [
3552 "view"
3553 ]=>
3554 string(20) "registerViewBindings"
3555 ["Illuminate\Contracts\View\Factory"
3556 ]=>
3557 string(20) "registerViewBindings"
3558 }
3559 [
3560 "resolved":protected
3561 ]=>
3562 array(13) {
3563 [
3564 "config"
3565 ]=>
3566 bool(true)
3567 [
3568 "db.factory"
3569 ]=>
3570 bool(true)
3571 [
3572 "db"
3573 ]=>
3574 bool(true)
3575 [
3576 "events"
3577 ]=>
3578 bool(true)
3579 [
3580 "auth"
3581 ]=>
3582 bool(true)
3583 ["App\User"
3584 ]=>
3585 bool(true)
3586 ["App\Services\UserService"
3587 ]=>
3588 bool(true)
3589 ["App\Http\Controllers\AuthController"
3590 ]=>
3591 bool(true)
3592 [
3593 "files"
3594 ]=>
3595 bool(true)
3596 [
3597 "translation.loader"
3598 ]=>
3599 bool(true)
3600 [
3601 "translator"
3602 ]=>
3603 bool(true)
3604 [
3605 "validation.presence"
3606 ]=>
3607 bool(true)
3608 [
3609 "validator"
3610 ]=>
3611 bool(true)
3612 }
3613 [
3614 "bindings":protected
3615 ]=>
3616 array(23) {
3617 [
3618 "config"
3619 ]=>
3620 array(2) {
3621 [
3622 "concrete"
3623 ]=>
3624 object(Closure)#5 (1) {
3625 [
3626 "this"
3627 ]=>
3628 *RECURSION*
3629 }
3630 [
3631 "shared"
3632 ]=>
3633 bool(true)
3634 }
3635 [
3636 "db"
3637 ]=>
3638 array(2) {
3639 [
3640 "concrete"
3641 ]=>
3642 object(Closure)#20 (2) {
3643 [
3644 "this"
3645 ]=>
3646 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
3647 [
3648 "app":protected
3649 ]=>
3650 *RECURSION*
3651 }
3652 [
3653 "parameter"
3654 ]=>
3655 array(1) {
3656 [
3657 "$app"
3658 ]=>
3659 string(10) "<required>"
3660 }
3661 }
3662 [
3663 "shared"
3664 ]=>
3665 bool(true)
3666 }
3667 [
3668 "db.factory"
3669 ]=>
3670 array(2) {
3671 [
3672 "concrete"
3673 ]=>
3674 object(Closure)#18 (2) {
3675 [
3676 "this"
3677 ]=>
3678 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
3679 [
3680 "app":protected
3681 ]=>
3682 *RECURSION*
3683 }
3684 [
3685 "parameter"
3686 ]=>
3687 array(1) {
3688 [
3689 "$app"
3690 ]=>
3691 string(10) "<required>"
3692 }
3693 }
3694 [
3695 "shared"
3696 ]=>
3697 bool(true)
3698 }
3699 [
3700 "db.connection"
3701 ]=>
3702 array(2) {
3703 [
3704 "concrete"
3705 ]=>
3706 object(Closure)#16 (2) {
3707 [
3708 "this"
3709 ]=>
3710 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
3711 [
3712 "app":protected
3713 ]=>
3714 *RECURSION*
3715 }
3716 [
3717 "parameter"
3718 ]=>
3719 array(1) {
3720 [
3721 "$app"
3722 ]=>
3723 string(10) "<required>"
3724 }
3725 }
3726 [
3727 "shared"
3728 ]=>
3729 bool(false)
3730 }
3731 ["Faker\Generator"
3732 ]=>
3733 array(2) {
3734 [
3735 "concrete"
3736 ]=>
3737 object(Closure)#23 (2) {
3738 [
3739 "this"
3740 ]=>
3741 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
3742 [
3743 "app":protected
3744 ]=>
3745 *RECURSION*
3746 }
3747 [
3748 "parameter"
3749 ]=>
3750 array(2) {
3751 [
3752 "$app"
3753 ]=>
3754 string(10) "<required>"
3755 [
3756 "$parameters"
3757 ]=>
3758 string(10) "<required>"
3759 }
3760 }
3761 [
3762 "shared"
3763 ]=>
3764 bool(true)
3765 }
3766 ["Illuminate\Database\Eloquent\Factory"
3767 ]=>
3768 array(2) {
3769 [
3770 "concrete"
3771 ]=>
3772 object(Closure)#24 (2) {
3773 [
3774 "this"
3775 ]=>
3776 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
3777 [
3778 "app":protected
3779 ]=>
3780 *RECURSION*
3781 }
3782 [
3783 "parameter"
3784 ]=>
3785 array(1) {
3786 [
3787 "$app"
3788 ]=>
3789 string(10) "<required>"
3790 }
3791 }
3792 [
3793 "shared"
3794 ]=>
3795 bool(true)
3796 }
3797 ["Illuminate\Contracts\Queue\EntityResolver"
3798 ]=>
3799 array(2) {
3800 [
3801 "concrete"
3802 ]=>
3803 object(Closure)#25 (1) {
3804 [
3805 "this"
3806 ]=>
3807 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
3808 [
3809 "app":protected
3810 ]=>
3811 *RECURSION*
3812 }
3813 }
3814 [
3815 "shared"
3816 ]=>
3817 bool(true)
3818 }
3819 ["Illuminate\Contracts\Debug\ExceptionHandler"
3820 ]=>
3821 array(2) {
3822 [
3823 "concrete"
3824 ]=>
3825 object(Closure)#12 (3) {
3826 [
3827 "static"
3828 ]=>
3829 array(2) {
3830 [
3831 "abstract"
3832 ]=>
3833 string(43) "Illuminate\Contracts\Debug\ExceptionHandler"
3834 [
3835 "concrete"
3836 ]=>
3837 string(22) "App\Exceptions\Handler"
3838 }
3839 [
3840 "this"
3841 ]=>
3842 *RECURSION*
3843 [
3844 "parameter"
3845 ]=>
3846 array(2) {
3847 [
3848 "$container"
3849 ]=>
3850 string(10) "<required>"
3851 [
3852 "$parameters"
3853 ]=>
3854 string(10) "<optional>"
3855 }
3856 }
3857 [
3858 "shared"
3859 ]=>
3860 bool(true)
3861 }
3862 ["Illuminate\Contracts\Console\Kernel"
3863 ]=>
3864 array(2) {
3865 [
3866 "concrete"
3867 ]=>
3868 object(Closure)#34 (3) {
3869 [
3870 "static"
3871 ]=>
3872 array(2) {
3873 [
3874 "abstract"
3875 ]=>
3876 string(35) "Illuminate\Contracts\Console\Kernel"
3877 [
3878 "concrete"
3879 ]=>
3880 string(18) "App\Console\Kernel"
3881 }
3882 [
3883 "this"
3884 ]=>
3885 *RECURSION*
3886 [
3887 "parameter"
3888 ]=>
3889 array(2) {
3890 [
3891 "$container"
3892 ]=>
3893 string(10) "<required>"
3894 [
3895 "$parameters"
3896 ]=>
3897 string(10) "<optional>"
3898 }
3899 }
3900 [
3901 "shared"
3902 ]=>
3903 bool(true)
3904 }
3905 ["League\OAuth2\Server\AuthorizationServer"
3906 ]=>
3907 array(2) {
3908 [
3909 "concrete"
3910 ]=>
3911 object(Closure)#37 (1) {
3912 [
3913 "this"
3914 ]=>
3915 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
3916 [
3917 "app":protected
3918 ]=>
3919 *RECURSION*
3920 }
3921 }
3922 [
3923 "shared"
3924 ]=>
3925 bool(true)
3926 }
3927 ["League\OAuth2\Server\ResourceServer"
3928 ]=>
3929 array(2) {
3930 [
3931 "concrete"
3932 ]=>
3933 object(Closure)#38 (1) {
3934 [
3935 "this"
3936 ]=>
3937 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
3938 [
3939 "app":protected
3940 ]=>
3941 *RECURSION*
3942 }
3943 }
3944 [
3945 "shared"
3946 ]=>
3947 bool(true)
3948 }
3949 [
3950 "events"
3951 ]=>
3952 array(2) {
3953 [
3954 "concrete"
3955 ]=>
3956 object(Closure)#44 (2) {
3957 [
3958 "this"
3959 ]=>
3960 object(Illuminate\Events\EventServiceProvider)#45 (1) {
3961 [
3962 "app":protected
3963 ]=>
3964 *RECURSION*
3965 }
3966 [
3967 "parameter"
3968 ]=>
3969 array(1) {
3970 [
3971 "$app"
3972 ]=>
3973 string(10) "<required>"
3974 }
3975 }
3976 [
3977 "shared"
3978 ]=>
3979 bool(true)
3980 }
3981 [
3982 "auth"
3983 ]=>
3984 array(2) {
3985 [
3986 "concrete"
3987 ]=>
3988 object(Closure)#53 (2) {
3989 [
3990 "this"
3991 ]=>
3992 *RECURSION*
3993 [
3994 "parameter"
3995 ]=>
3996 array(1) {
3997 [
3998 "$app"
3999 ]=>
4000 string(10) "<required>"
4001 }
4002 }
4003 [
4004 "shared"
4005 ]=>
4006 bool(true)
4007 }
4008 [
4009 "auth.driver"
4010 ]=>
4011 array(2) {
4012 [
4013 "concrete"
4014 ]=>
4015 object(Closure)#52 (2) {
4016 [
4017 "this"
4018 ]=>
4019 *RECURSION*
4020 [
4021 "parameter"
4022 ]=>
4023 array(1) {
4024 [
4025 "$app"
4026 ]=>
4027 string(10) "<required>"
4028 }
4029 }
4030 [
4031 "shared"
4032 ]=>
4033 bool(true)
4034 }
4035 ["Illuminate\Contracts\Auth\Access\Gate"
4036 ]=>
4037 array(2) {
4038 [
4039 "concrete"
4040 ]=>
4041 object(Closure)#54 (2) {
4042 [
4043 "this"
4044 ]=>
4045 *RECURSION*
4046 [
4047 "parameter"
4048 ]=>
4049 array(1) {
4050 [
4051 "$app"
4052 ]=>
4053 string(10) "<required>"
4054 }
4055 }
4056 [
4057 "shared"
4058 ]=>
4059 bool(true)
4060 }
4061 ["Illuminate\Contracts\Auth\Authenticatable"
4062 ]=>
4063 array(2) {
4064 [
4065 "concrete"
4066 ]=>
4067 object(Closure)#55 (2) {
4068 [
4069 "this"
4070 ]=>
4071 *RECURSION*
4072 [
4073 "parameter"
4074 ]=>
4075 array(1) {
4076 [
4077 "$app"
4078 ]=>
4079 string(10) "<required>"
4080 }
4081 }
4082 [
4083 "shared"
4084 ]=>
4085 bool(false)
4086 }
4087 [
4088 "auth.loaded"
4089 ]=>
4090 array(2) {
4091 [
4092 "concrete"
4093 ]=>
4094 object(Closure)#68 (2) {
4095 [
4096 "static"
4097 ]=>
4098 array(1) {
4099 [
4100 "value"
4101 ]=>
4102 bool(true)
4103 }
4104 [
4105 "this"
4106 ]=>
4107 *RECURSION*
4108 }
4109 [
4110 "shared"
4111 ]=>
4112 bool(false)
4113 }
4114 ["Illuminate\Database\Connection"
4115 ]=>
4116 array(2) {
4117 [
4118 "concrete"
4119 ]=>
4120 object(Closure)#76 (1) {
4121 [
4122 "this"
4123 ]=>
4124 object(Dusterio\LumenPassport\PassportServiceProvider)#41 (1) {
4125 [
4126 "app":protected
4127 ]=>
4128 *RECURSION*
4129 }
4130 }
4131 [
4132 "shared"
4133 ]=>
4134 bool(true)
4135 }
4136 [
4137 "validator"
4138 ]=>
4139 array(2) {
4140 [
4141 "concrete"
4142 ]=>
4143 object(Closure)#79 (2) {
4144 [
4145 "this"
4146 ]=>
4147 object(Illuminate\Validation\ValidationServiceProvider)#77 (1) {
4148 [
4149 "app":protected
4150 ]=>
4151 *RECURSION*
4152 }
4153 [
4154 "parameter"
4155 ]=>
4156 array(1) {
4157 [
4158 "$app"
4159 ]=>
4160 string(10) "<required>"
4161 }
4162 }
4163 [
4164 "shared"
4165 ]=>
4166 bool(true)
4167 }
4168 [
4169 "validation.presence"
4170 ]=>
4171 array(2) {
4172 [
4173 "concrete"
4174 ]=>
4175 object(Closure)#80 (2) {
4176 [
4177 "this"
4178 ]=>
4179 object(Illuminate\Validation\ValidationServiceProvider)#77 (1) {
4180 [
4181 "app":protected
4182 ]=>
4183 *RECURSION*
4184 }
4185 [
4186 "parameter"
4187 ]=>
4188 array(1) {
4189 [
4190 "$app"
4191 ]=>
4192 string(10) "<required>"
4193 }
4194 }
4195 [
4196 "shared"
4197 ]=>
4198 bool(true)
4199 }
4200 [
4201 "translator"
4202 ]=>
4203 array(2) {
4204 [
4205 "concrete"
4206 ]=>
4207 object(Closure)#88 (2) {
4208 [
4209 "this"
4210 ]=>
4211 object(Illuminate\Translation\TranslationServiceProvider)#86 (1) {
4212 [
4213 "app":protected
4214 ]=>
4215 *RECURSION*
4216 }
4217 [
4218 "parameter"
4219 ]=>
4220 array(1) {
4221 [
4222 "$app"
4223 ]=>
4224 string(10) "<required>"
4225 }
4226 }
4227 [
4228 "shared"
4229 ]=>
4230 bool(true)
4231 }
4232 [
4233 "translation.loader"
4234 ]=>
4235 array(2) {
4236 [
4237 "concrete"
4238 ]=>
4239 object(Closure)#87 (2) {
4240 [
4241 "this"
4242 ]=>
4243 object(Illuminate\Translation\TranslationServiceProvider)#86 (1) {
4244 [
4245 "app":protected
4246 ]=>
4247 *RECURSION*
4248 }
4249 [
4250 "parameter"
4251 ]=>
4252 array(1) {
4253 [
4254 "$app"
4255 ]=>
4256 string(10) "<required>"
4257 }
4258 }
4259 [
4260 "shared"
4261 ]=>
4262 bool(true)
4263 }
4264 [
4265 "files"
4266 ]=>
4267 array(2) {
4268 [
4269 "concrete"
4270 ]=>
4271 object(Closure)#90 (1) {
4272 [
4273 "this"
4274 ]=>
4275 *RECURSION*
4276 }
4277 [
4278 "shared"
4279 ]=>
4280 bool(true)
4281 }
4282 }
4283 [
4284 "methodBindings":protected
4285 ]=>
4286 array(0) {}
4287 [
4288 "instances":protected
4289 ]=>
4290 array(16) {
4291 [
4292 "app"
4293 ]=>
4294 *RECURSION*
4295 ["Laravel\Lumen\Application"
4296 ]=>
4297 *RECURSION*
4298 [
4299 "path"
4300 ]=>
4301 string(33) "/home/mati/Praca/luemnapp/app/app"
4302 [
4303 "config"
4304 ]=>
4305 object(Illuminate\Config\Repository)#10 (1) {
4306 [
4307 "items":protected
4308 ]=>
4309 array(4) {
4310 [
4311 "app"
4312 ]=>
4313 array(9) {
4314 [
4315 "name"
4316 ]=>
4317 string(5) "Lumen"
4318 [
4319 "env"
4320 ]=>
4321 string(5) "local"
4322 [
4323 "debug"
4324 ]=>
4325 bool(true)
4326 [
4327 "url"
4328 ]=>
4329 string(16) "http://localhost"
4330 [
4331 "timezone"
4332 ]=>
4333 string(3) "UTC"
4334 [
4335 "locale"
4336 ]=>
4337 string(2) "en"
4338 [
4339 "fallback_locale"
4340 ]=>
4341 string(2) "en"
4342 [
4343 "key"
4344 ]=>
4345 string(0) ""
4346 [
4347 "cipher"
4348 ]=>
4349 string(11) "AES-256-CBC"
4350 }
4351 [
4352 "database"
4353 ]=>
4354 array(4) {
4355 [
4356 "default"
4357 ]=>
4358 string(5) "mysql"
4359 [
4360 "connections"
4361 ]=>
4362 array(4) {
4363 [
4364 "sqlite"
4365 ]=>
4366 array(3) {
4367 [
4368 "driver"
4369 ]=>
4370 string(6) "sqlite"
4371 [
4372 "database"
4373 ]=>
4374 string(9) "wordpress"
4375 [
4376 "prefix"
4377 ]=>
4378 string(0) ""
4379 }
4380 [
4381 "mysql"
4382 ]=>
4383 array(13) {
4384 [
4385 "driver"
4386 ]=>
4387 string(5) "mysql"
4388 [
4389 "host"
4390 ]=>
4391 string(10) "172.18.0.2"
4392 [
4393 "port"
4394 ]=>
4395 string(4) "3306"
4396 [
4397 "database"
4398 ]=>
4399 string(9) "wordpress"
4400 [
4401 "username"
4402 ]=>
4403 string(9) "wordpress"
4404 [
4405 "password"
4406 ]=>
4407 string(9) "wordpress"
4408 [
4409 "unix_socket"
4410 ]=>
4411 string(0) ""
4412 [
4413 "charset"
4414 ]=>
4415 string(7) "utf8mb4"
4416 [
4417 "collation"
4418 ]=>
4419 string(18) "utf8mb4_unicode_ci"
4420 [
4421 "prefix"
4422 ]=>
4423 string(0) ""
4424 [
4425 "strict"
4426 ]=>
4427 bool(true)
4428 [
4429 "engine"
4430 ]=>
4431 NULL
4432 [
4433 "timezone"
4434 ]=>
4435 string(6) "+00:00"
4436 }
4437 [
4438 "pgsql"
4439 ]=>
4440 array(10) {
4441 [
4442 "driver"
4443 ]=>
4444 string(5) "pgsql"
4445 [
4446 "host"
4447 ]=>
4448 string(10) "172.18.0.2"
4449 [
4450 "port"
4451 ]=>
4452 string(4) "3306"
4453 [
4454 "database"
4455 ]=>
4456 string(9) "wordpress"
4457 [
4458 "username"
4459 ]=>
4460 string(9) "wordpress"
4461 [
4462 "password"
4463 ]=>
4464 string(9) "wordpress"
4465 [
4466 "charset"
4467 ]=>
4468 string(4) "utf8"
4469 [
4470 "prefix"
4471 ]=>
4472 string(0) ""
4473 [
4474 "schema"
4475 ]=>
4476 string(6) "public"
4477 [
4478 "sslmode"
4479 ]=>
4480 string(6) "prefer"
4481 }
4482 [
4483 "sqlsrv"
4484 ]=>
4485 array(8) {
4486 [
4487 "driver"
4488 ]=>
4489 string(6) "sqlsrv"
4490 [
4491 "host"
4492 ]=>
4493 string(10) "172.18.0.2"
4494 [
4495 "port"
4496 ]=>
4497 string(4) "3306"
4498 [
4499 "database"
4500 ]=>
4501 string(9) "wordpress"
4502 [
4503 "username"
4504 ]=>
4505 string(9) "wordpress"
4506 [
4507 "password"
4508 ]=>
4509 string(9) "wordpress"
4510 [
4511 "charset"
4512 ]=>
4513 string(4) "utf8"
4514 [
4515 "prefix"
4516 ]=>
4517 string(0) ""
4518 }
4519 }
4520 [
4521 "migrations"
4522 ]=>
4523 string(10) "migrations"
4524 [
4525 "redis"
4526 ]=>
4527 array(4) {
4528 [
4529 "client"
4530 ]=>
4531 string(8) "phpredis"
4532 [
4533 "cluster"
4534 ]=>
4535 bool(false)
4536 [
4537 "default"
4538 ]=>
4539 array(4) {
4540 [
4541 "host"
4542 ]=>
4543 string(9) "127.0.0.1"
4544 [
4545 "password"
4546 ]=>
4547 NULL
4548 [
4549 "port"
4550 ]=>
4551 int(6379)
4552 [
4553 "database"
4554 ]=>
4555 int(0)
4556 }
4557 [
4558 "cache"
4559 ]=>
4560 array(4) {
4561 [
4562 "host"
4563 ]=>
4564 string(9) "127.0.0.1"
4565 [
4566 "password"
4567 ]=>
4568 NULL
4569 [
4570 "port"
4571 ]=>
4572 int(6379)
4573 [
4574 "database"
4575 ]=>
4576 int(1)
4577 }
4578 }
4579 }
4580 [
4581 "auth"
4582 ]=>
4583 array(4) {
4584 [
4585 "defaults"
4586 ]=>
4587 array(1) {
4588 [
4589 "guard"
4590 ]=>
4591 string(3) "api"
4592 }
4593 [
4594 "guards"
4595 ]=>
4596 array(1) {
4597 [
4598 "api"
4599 ]=>
4600 array(1) {
4601 [
4602 "driver"
4603 ]=>
4604 string(3) "api"
4605 }
4606 }
4607 [
4608 "providers"
4609 ]=>
4610 array(0) {}
4611 [
4612 "passwords"
4613 ]=>
4614 array(0) {}
4615 }
4616 [
4617 "passport"
4618 ]=>
4619 array(2) {
4620 [
4621 "private_key"
4622 ]=>
4623 NULL
4624 [
4625 "public_key"
4626 ]=>
4627 NULL
4628 }
4629 }
4630 }
4631 [
4632 "env"
4633 ]=>
4634 string(5) "local"
4635 [
4636 "db.factory"
4637 ]=>
4638 object(Illuminate\Database\Connectors\ConnectionFactory)#32 (1) {
4639 [
4640 "container":protected
4641 ]=>
4642 *RECURSION*
4643 }
4644 [
4645 "db"
4646 ]=>
4647 object(Illuminate\Database\DatabaseManager)#31 (5) {
4648 [
4649 "app":protected
4650 ]=>
4651 *RECURSION*
4652 [
4653 "factory":protected
4654 ]=>
4655 object(Illuminate\Database\Connectors\ConnectionFactory)#32 (1) {
4656 [
4657 "container":protected
4658 ]=>
4659 *RECURSION*
4660 }
4661 [
4662 "connections":protected
4663 ]=>
4664 array(0) {}
4665 [
4666 "extensions":protected
4667 ]=>
4668 array(0) {}
4669 [
4670 "reconnector":protected
4671 ]=>
4672 object(Closure)#33 (2) {
4673 [
4674 "this"
4675 ]=>
4676 *RECURSION*
4677 [
4678 "parameter"
4679 ]=>
4680 array(1) {
4681 [
4682 "$connection"
4683 ]=>
4684 string(10) "<required>"
4685 }
4686 }
4687 }
4688 ["Illuminate\Http\Request"
4689 ]=>
4690 *RECURSION*
4691 [
4692 "events"
4693 ]=>
4694 object(Illuminate\Events\Dispatcher)#46 (5) {
4695 [
4696 "container":protected
4697 ]=>
4698 *RECURSION*
4699 [
4700 "listeners":protected
4701 ]=>
4702 array(1) {
4703 ["Illuminate\Auth\Events\Logout"
4704 ]=>
4705 array(1) {
4706 [
4707 0
4708 ]=>
4709 object(Closure)#75 (3) {
4710 [
4711 "static"
4712 ]=>
4713 array(2) {
4714 [
4715 "listener"
4716 ]=>
4717 object(Closure)#74 (1) {
4718 [
4719 "this"
4720 ]=>
4721 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
4722 [
4723 "app":protected
4724 ]=>
4725 *RECURSION*
4726 }
4727 }
4728 [
4729 "wildcard"
4730 ]=>
4731 bool(false)
4732 }
4733 [
4734 "this"
4735 ]=>
4736 *RECURSION*
4737 [
4738 "parameter"
4739 ]=>
4740 array(2) {
4741 [
4742 "$event"
4743 ]=>
4744 string(10) "<required>"
4745 [
4746 "$payload"
4747 ]=>
4748 string(10) "<required>"
4749 }
4750 }
4751 }
4752 }
4753 [
4754 "wildcards":protected
4755 ]=>
4756 array(0) {}
4757 [
4758 "wildcardsCache":protected
4759 ]=>
4760 array(2) {
4761 ["eloquent.booting: App\User"
4762 ]=>
4763 array(0) {}
4764 ["eloquent.booted: App\User"
4765 ]=>
4766 array(0) {}
4767 }
4768 [
4769 "queueResolver":protected
4770 ]=>
4771 object(Closure)#60 (2) {
4772 [
4773 "static"
4774 ]=>
4775 array(1) {
4776 [
4777 "app"
4778 ]=>
4779 *RECURSION*
4780 }
4781 [
4782 "this"
4783 ]=>
4784 object(Illuminate\Events\EventServiceProvider)#45 (1) {
4785 [
4786 "app":protected
4787 ]=>
4788 *RECURSION*
4789 }
4790 }
4791 }
4792 [
4793 "auth"
4794 ]=>
4795 object(Illuminate\Auth\AuthManager)#69 (5) {
4796 [
4797 "app":protected
4798 ]=>
4799 *RECURSION*
4800 [
4801 "customCreators":protected
4802 ]=>
4803 array(2) {
4804 [
4805 "passport"
4806 ]=>
4807 object(Closure)#72 (2) {
4808 [
4809 "this"
4810 ]=>
4811 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
4812 [
4813 "app":protected
4814 ]=>
4815 *RECURSION*
4816 }
4817 [
4818 "parameter"
4819 ]=>
4820 array(3) {
4821 [
4822 "$app"
4823 ]=>
4824 string(10) "<required>"
4825 [
4826 "$name"
4827 ]=>
4828 string(10) "<required>"
4829 [
4830 "$config"
4831 ]=>
4832 string(10) "<required>"
4833 }
4834 }
4835 [
4836 "api"
4837 ]=>
4838 object(Closure)#71 (2) {
4839 [
4840 "static"
4841 ]=>
4842 array(1) {
4843 [
4844 "callback"
4845 ]=>
4846 object(Closure)#58 (2) {
4847 [
4848 "this"
4849 ]=>
4850 object(App\Providers\AuthServiceProvider)#35 (1) {
4851 [
4852 "app":protected
4853 ]=>
4854 *RECURSION*
4855 }
4856 [
4857 "parameter"
4858 ]=>
4859 array(1) {
4860 [
4861 "$request"
4862 ]=>
4863 string(10) "<required>"
4864 }
4865 }
4866 }
4867 [
4868 "this"
4869 ]=>
4870 *RECURSION*
4871 }
4872 }
4873 [
4874 "guards":protected
4875 ]=>
4876 array(0) {}
4877 [
4878 "userResolver":protected
4879 ]=>
4880 object(Closure)#70 (2) {
4881 [
4882 "this"
4883 ]=>
4884 *RECURSION*
4885 [
4886 "parameter"
4887 ]=>
4888 array(1) {
4889 [
4890 "$guard"
4891 ]=>
4892 string(10) "<optional>"
4893 }
4894 }
4895 [
4896 "customProviderCreators":protected
4897 ]=>
4898 array(0) {}
4899 }
4900 [
4901 "path.lang"
4902 ]=>
4903 string(82) "/home/mati/Praca/luemnapp/app/vendor/laravel/lumen-framework/src/../resources/lang"
4904 [
4905 "files"
4906 ]=>
4907 object(Illuminate\Filesystem\Filesystem)#91 (0) {}
4908 [
4909 "translation.loader"
4910 ]=>
4911 object(Illuminate\Translation\FileLoader)#89 (4) {
4912 [
4913 "files":protected
4914 ]=>
4915 object(Illuminate\Filesystem\Filesystem)#91 (0) {}
4916 [
4917 "path":protected
4918 ]=>
4919 string(82) "/home/mati/Praca/luemnapp/app/vendor/laravel/lumen-framework/src/../resources/lang"
4920 [
4921 "jsonPaths":protected
4922 ]=>
4923 array(0) {}
4924 [
4925 "hints":protected
4926 ]=>
4927 array(0) {}
4928 }
4929 [
4930 "translator"
4931 ]=>
4932 object(Illuminate\Translation\Translator)#92 (6) {
4933 [
4934 "loader":protected
4935 ]=>
4936 object(Illuminate\Translation\FileLoader)#89 (4) {
4937 [
4938 "files":protected
4939 ]=>
4940 object(Illuminate\Filesystem\Filesystem)#91 (0) {}
4941 [
4942 "path":protected
4943 ]=>
4944 string(82) "/home/mati/Praca/luemnapp/app/vendor/laravel/lumen-framework/src/../resources/lang"
4945 [
4946 "jsonPaths":protected
4947 ]=>
4948 array(0) {}
4949 [
4950 "hints":protected
4951 ]=>
4952 array(0) {}
4953 }
4954 [
4955 "locale":protected
4956 ]=>
4957 string(2) "en"
4958 [
4959 "fallback":protected
4960 ]=>
4961 string(2) "en"
4962 [
4963 "loaded":protected
4964 ]=>
4965 array(0) {}
4966 [
4967 "selector":protected
4968 ]=>
4969 NULL
4970 [
4971 "parsed":protected
4972 ]=>
4973 array(0) {}
4974 }
4975 [
4976 "validation.presence"
4977 ]=>
4978 object(Illuminate\Validation\DatabasePresenceVerifier)#82 (2) {
4979 [
4980 "db":protected
4981 ]=>
4982 object(Illuminate\Database\DatabaseManager)#31 (5) {
4983 [
4984 "app":protected
4985 ]=>
4986 *RECURSION*
4987 [
4988 "factory":protected
4989 ]=>
4990 object(Illuminate\Database\Connectors\ConnectionFactory)#32 (1) {
4991 [
4992 "container":protected
4993 ]=>
4994 *RECURSION*
4995 }
4996 [
4997 "connections":protected
4998 ]=>
4999 array(0) {}
5000 [
5001 "extensions":protected
5002 ]=>
5003 array(0) {}
5004 [
5005 "reconnector":protected
5006 ]=>
5007 object(Closure)#33 (2) {
5008 [
5009 "this"
5010 ]=>
5011 *RECURSION*
5012 [
5013 "parameter"
5014 ]=>
5015 array(1) {
5016 [
5017 "$connection"
5018 ]=>
5019 string(10) "<required>"
5020 }
5021 }
5022 }
5023 [
5024 "connection":protected
5025 ]=>
5026 NULL
5027 }
5028 [
5029 "validator"
5030 ]=>
5031 object(Illuminate\Validation\Factory)#83 (9) {
5032 [
5033 "translator":protected
5034 ]=>
5035 object(Illuminate\Translation\Translator)#92 (6) {
5036 [
5037 "loader":protected
5038 ]=>
5039 object(Illuminate\Translation\FileLoader)#89 (4) {
5040 [
5041 "files":protected
5042 ]=>
5043 object(Illuminate\Filesystem\Filesystem)#91 (0) {}
5044 [
5045 "path":protected
5046 ]=>
5047 string(82) "/home/mati/Praca/luemnapp/app/vendor/laravel/lumen-framework/src/../resources/lang"
5048 [
5049 "jsonPaths":protected
5050 ]=>
5051 array(0) {}
5052 [
5053 "hints":protected
5054 ]=>
5055 array(0) {}
5056 }
5057 [
5058 "locale":protected
5059 ]=>
5060 string(2) "en"
5061 [
5062 "fallback":protected
5063 ]=>
5064 string(2) "en"
5065 [
5066 "loaded":protected
5067 ]=>
5068 array(0) {}
5069 [
5070 "selector":protected
5071 ]=>
5072 NULL
5073 [
5074 "parsed":protected
5075 ]=>
5076 array(0) {}
5077 }
5078 [
5079 "verifier":protected
5080 ]=>
5081 object(Illuminate\Validation\DatabasePresenceVerifier)#82 (2) {
5082 [
5083 "db":protected
5084 ]=>
5085 object(Illuminate\Database\DatabaseManager)#31 (5) {
5086 [
5087 "app":protected
5088 ]=>
5089 *RECURSION*
5090 [
5091 "factory":protected
5092 ]=>
5093 object(Illuminate\Database\Connectors\ConnectionFactory)#32 (1) {
5094 [
5095 "container":protected
5096 ]=>
5097 *RECURSION*
5098 }
5099 [
5100 "connections":protected
5101 ]=>
5102 array(0) {}
5103 [
5104 "extensions":protected
5105 ]=>
5106 array(0) {}
5107 [
5108 "reconnector":protected
5109 ]=>
5110 object(Closure)#33 (2) {
5111 [
5112 "this"
5113 ]=>
5114 *RECURSION*
5115 [
5116 "parameter"
5117 ]=>
5118 array(1) {
5119 [
5120 "$connection"
5121 ]=>
5122 string(10) "<required>"
5123 }
5124 }
5125 }
5126 [
5127 "connection":protected
5128 ]=>
5129 NULL
5130 }
5131 [
5132 "container":protected
5133 ]=>
5134 *RECURSION*
5135 [
5136 "extensions":protected
5137 ]=>
5138 array(0) {}
5139 [
5140 "implicitExtensions":protected
5141 ]=>
5142 array(0) {}
5143 [
5144 "dependentExtensions":protected
5145 ]=>
5146 array(0) {}
5147 [
5148 "replacers":protected
5149 ]=>
5150 array(0) {}
5151 [
5152 "fallbackMessages":protected
5153 ]=>
5154 array(0) {}
5155 [
5156 "resolver":protected
5157 ]=>
5158 NULL
5159 }
5160 }
5161 [
5162 "aliases":protected
5163 ]=>
5164 array(29) {
5165 ["Illuminate\Contracts\Foundation\Application"
5166 ]=>
5167 string(3) "app"
5168 ["Illuminate\Contracts\Auth\Factory"
5169 ]=>
5170 string(4) "auth"
5171 ["Illuminate\Contracts\Auth\Guard"
5172 ]=>
5173 string(11) "auth.driver"
5174 ["Illuminate\Contracts\Cache\Factory"
5175 ]=>
5176 string(5) "cache"
5177 ["Illuminate\Contracts\Cache\Repository"
5178 ]=>
5179 string(11) "cache.store"
5180 ["Illuminate\Contracts\Config\Repository"
5181 ]=>
5182 string(6) "config"
5183 ["Illuminate\Container\Container"
5184 ]=>
5185 string(3) "app"
5186 ["Illuminate\Contracts\Container\Container"
5187 ]=>
5188 string(3) "app"
5189 ["Illuminate\Database\ConnectionResolverInterface"
5190 ]=>
5191 string(2) "db"
5192 ["Illuminate\Database\DatabaseManager"
5193 ]=>
5194 string(2) "db"
5195 ["Illuminate\Contracts\Encryption\Encrypter"
5196 ]=>
5197 string(9) "encrypter"
5198 ["Illuminate\Contracts\Events\Dispatcher"
5199 ]=>
5200 string(6) "events"
5201 ["Illuminate\Contracts\Filesystem\Factory"
5202 ]=>
5203 string(10) "filesystem"
5204 ["Illuminate\Contracts\Filesystem\Filesystem"
5205 ]=>
5206 string(15) "filesystem.disk"
5207 ["Illuminate\Contracts\Filesystem\Cloud"
5208 ]=>
5209 string(16) "filesystem.cloud"
5210 ["Illuminate\Contracts\Hashing\Hasher"
5211 ]=>
5212 string(4) "hash"
5213 [
5214 "log"
5215 ]=>
5216 string(23) "Psr\Log\LoggerInterface"
5217 ["Illuminate\Contracts\Queue\Factory"
5218 ]=>
5219 string(5) "queue"
5220 ["Illuminate\Contracts\Queue\Queue"
5221 ]=>
5222 string(16) "queue.connection"
5223 ["Illuminate\Redis\RedisManager"
5224 ]=>
5225 string(5) "redis"
5226 ["Illuminate\Contracts\Redis\Factory"
5227 ]=>
5228 string(5) "redis"
5229 ["Illuminate\Redis\Connections\Connection"
5230 ]=>
5231 string(16) "redis.connection"
5232 ["Illuminate\Contracts\Redis\Connection"
5233 ]=>
5234 string(16) "redis.connection"
5235 [
5236 "request"
5237 ]=>
5238 string(23) "Illuminate\Http\Request"
5239 ["Laravel\Lumen\Routing\Router"
5240 ]=>
5241 string(6) "router"
5242 ["Illuminate\Contracts\Translation\Translator"
5243 ]=>
5244 string(10) "translator"
5245 ["Laravel\Lumen\Routing\UrlGenerator"
5246 ]=>
5247 string(3) "url"
5248 ["Illuminate\Contracts\Validation\Factory"
5249 ]=>
5250 string(9) "validator"
5251 ["Illuminate\Contracts\View\Factory"
5252 ]=>
5253 string(4) "view"
5254 }
5255 [
5256 "abstractAliases":protected
5257 ]=>
5258 array(0) {}
5259 [
5260 "extenders":protected
5261 ]=>
5262 array(0) {}
5263 [
5264 "tags":protected
5265 ]=>
5266 array(0) {}
5267 [
5268 "buildStack":protected
5269 ]=>
5270 array(0) {}
5271 [
5272 "with":protected
5273 ]=>
5274 array(0) {}
5275 [
5276 "contextual"
5277 ]=>
5278 array(0) {}
5279 [
5280 "reboundCallbacks":protected
5281 ]=>
5282 array(2) {
5283 ["Illuminate\Http\Request"
5284 ]=>
5285 array(1) {
5286 [
5287 0
5288 ]=>
5289 object(Closure)#56 (2) {
5290 [
5291 "this"
5292 ]=>
5293 *RECURSION*
5294 [
5295 "parameter"
5296 ]=>
5297 array(2) {
5298 [
5299 "$app"
5300 ]=>
5301 string(10) "<required>"
5302 [
5303 "$request"
5304 ]=>
5305 string(10) "<required>"
5306 }
5307 }
5308 }
5309 [
5310 "events"
5311 ]=>
5312 array(1) {
5313 [
5314 0
5315 ]=>
5316 object(Closure)#66 (2) {
5317 [
5318 "this"
5319 ]=>
5320 *RECURSION*
5321 [
5322 "parameter"
5323 ]=>
5324 array(2) {
5325 [
5326 "$app"
5327 ]=>
5328 string(10) "<required>"
5329 [
5330 "$dispatcher"
5331 ]=>
5332 string(10) "<required>"
5333 }
5334 }
5335 }
5336 }
5337 [
5338 "globalResolvingCallbacks":protected
5339 ]=>
5340 array(0) {}
5341 [
5342 "globalAfterResolvingCallbacks":protected
5343 ]=>
5344 array(0) {}
5345 [
5346 "resolvingCallbacks":protected
5347 ]=>
5348 array(0) {}
5349 [
5350 "afterResolvingCallbacks":protected
5351 ]=>
5352 array(2) {
5353 [
5354 "auth"
5355 ]=>
5356 array(1) {
5357 [
5358 0
5359 ]=>
5360 object(Closure)#40 (2) {
5361 [
5362 "static"
5363 ]=>
5364 array(1) {
5365 [
5366 "callback"
5367 ]=>
5368 object(Closure)#39 (2) {
5369 [
5370 "this"
5371 ]=>
5372 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
5373 [
5374 "app":protected
5375 ]=>
5376 *RECURSION*
5377 }
5378 [
5379 "parameter"
5380 ]=>
5381 array(1) {
5382 [
5383 "$auth"
5384 ]=>
5385 string(10) "<required>"
5386 }
5387 }
5388 }
5389 [
5390 "parameter"
5391 ]=>
5392 array(1) {
5393 [
5394 "$service"
5395 ]=>
5396 string(10) "<required>"
5397 }
5398 }
5399 }
5400 [
5401 "view"
5402 ]=>
5403 array(2) {
5404 [
5405 0
5406 ]=>
5407 object(Closure)#49 (3) {
5408 [
5409 "static"
5410 ]=>
5411 array(2) {
5412 [
5413 "path"
5414 ]=>
5415 string(74) "/home/mati/Praca/luemnapp/app/vendor/illuminate/pagination/resources/views"
5416 [
5417 "namespace"
5418 ]=>
5419 string(10) "pagination"
5420 }
5421 [
5422 "this"
5423 ]=>
5424 object(Illuminate\Pagination\PaginationServiceProvider)#26 (1) {
5425 [
5426 "app":protected
5427 ]=>
5428 *RECURSION*
5429 }
5430 [
5431 "parameter"
5432 ]=>
5433 array(1) {
5434 [
5435 "$view"
5436 ]=>
5437 string(10) "<required>"
5438 }
5439 }
5440 [
5441 1
5442 ]=>
5443 object(Closure)#73 (3) {
5444 [
5445 "static"
5446 ]=>
5447 array(2) {
5448 [
5449 "path"
5450 ]=>
5451 string(76) "/home/mati/Praca/luemnapp/app/vendor/laravel/passport/src/../resources/views"
5452 [
5453 "namespace"
5454 ]=>
5455 string(8) "passport"
5456 }
5457 [
5458 "this"
5459 ]=>
5460 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
5461 [
5462 "app":protected
5463 ]=>
5464 *RECURSION*
5465 }
5466 [
5467 "parameter"
5468 ]=>
5469 array(1) {
5470 [
5471 "$view"
5472 ]=>
5473 string(10) "<required>"
5474 }
5475 }
5476 }
5477 }
5478 [
5479 "middleware":protected
5480 ]=>
5481 array(0) {}
5482 [
5483 "routeMiddleware":protected
5484 ]=>
5485 array(1) {
5486 [
5487 "auth"
5488 ]=>
5489 string(32) "App\Http\Middleware\Authenticate"
5490 }
5491 [
5492 "currentRoute":protected
5493 ]=>
5494 array(3) {
5495 [
5496 0
5497 ]=>
5498 bool(true)
5499 [
5500 1
5501 ]=>
5502 array(1) {
5503 [
5504 "uses"
5505 ]=>
5506 string(48) "App\Http\Controllers\AuthController@registerUser"
5507 }
5508 [
5509 2
5510 ]=>
5511 array(0) {}
5512 }
5513 [
5514 "dispatcher":protected
5515 ]=>
5516 NULL
5517 }
5518 }
5519 [
5520 "parameter"
5521 ]=>
5522 array(1) {
5523 [
5524 "$guard"
5525 ]=>
5526 string(10) "<optional>"
5527 }
5528 }
5529 [
5530 "routeResolver":protected
5531 ]=>
5532 object(Closure)#42 (1) {
5533 [
5534 "this"
5535 ]=>
5536 object(Laravel\Lumen\Application)#14 (29) {
5537 [
5538 "basePath":protected
5539 ]=>
5540 string(29) "/home/mati/Praca/luemnapp/app"
5541 [
5542 "loadedConfigurations":protected
5543 ]=>
5544 array(3) {
5545 [
5546 "app"
5547 ]=>
5548 bool(true)
5549 [
5550 "database"
5551 ]=>
5552 bool(true)
5553 [
5554 "auth"
5555 ]=>
5556 bool(true)
5557 }
5558 [
5559 "booted":protected
5560 ]=>
5561 bool(true)
5562 [
5563 "loadedProviders":protected
5564 ]=>
5565 array(9) {
5566 ["Illuminate\Database\DatabaseServiceProvider"
5567 ]=>
5568 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
5569 [
5570 "app":protected
5571 ]=>
5572 *RECURSION*
5573 }
5574 ["Illuminate\Pagination\PaginationServiceProvider"
5575 ]=>
5576 object(Illuminate\Pagination\PaginationServiceProvider)#26 (1) {
5577 [
5578 "app":protected
5579 ]=>
5580 *RECURSION*
5581 }
5582 ["App\Providers\AuthServiceProvider"
5583 ]=>
5584 object(App\Providers\AuthServiceProvider)#35 (1) {
5585 [
5586 "app":protected
5587 ]=>
5588 *RECURSION*
5589 }
5590 ["Laravel\Passport\PassportServiceProvider"
5591 ]=>
5592 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
5593 [
5594 "app":protected
5595 ]=>
5596 *RECURSION*
5597 }
5598 ["Dusterio\LumenPassport\PassportServiceProvider"
5599 ]=>
5600 object(Dusterio\LumenPassport\PassportServiceProvider)#41 (1) {
5601 [
5602 "app":protected
5603 ]=>
5604 *RECURSION*
5605 }
5606 ["Illuminate\Events\EventServiceProvider"
5607 ]=>
5608 object(Illuminate\Events\EventServiceProvider)#45 (1) {
5609 [
5610 "app":protected
5611 ]=>
5612 *RECURSION*
5613 }
5614 ["Illuminate\Auth\AuthServiceProvider"
5615 ]=>
5616 object(Illuminate\Auth\AuthServiceProvider)#57 (1) {
5617 [
5618 "app":protected
5619 ]=>
5620 *RECURSION*
5621 }
5622 ["Illuminate\Validation\ValidationServiceProvider"
5623 ]=>
5624 object(Illuminate\Validation\ValidationServiceProvider)#77 (1) {
5625 [
5626 "app":protected
5627 ]=>
5628 *RECURSION*
5629 }
5630 ["Illuminate\Translation\TranslationServiceProvider"
5631 ]=>
5632 object(Illuminate\Translation\TranslationServiceProvider)#86 (1) {
5633 [
5634 "app":protected
5635 ]=>
5636 *RECURSION*
5637 }
5638 }
5639 [
5640 "ranServiceBinders":protected
5641 ]=>
5642 array(7) {
5643 [
5644 "registerConfigBindings"
5645 ]=>
5646 bool(true)
5647 [
5648 "registerDatabaseBindings"
5649 ]=>
5650 bool(true)
5651 [
5652 "registerEventBindings"
5653 ]=>
5654 bool(true)
5655 [
5656 "registerAuthBindings"
5657 ]=>
5658 bool(true)
5659 [
5660 "registerValidatorBindings"
5661 ]=>
5662 bool(true)
5663 [
5664 "registerTranslationBindings"
5665 ]=>
5666 bool(true)
5667 [
5668 "registerFilesBindings"
5669 ]=>
5670 bool(true)
5671 }
5672 [
5673 "storagePath":protected
5674 ]=>
5675 NULL
5676 [
5677 "namespace":protected
5678 ]=>
5679 NULL
5680 [
5681 "router"
5682 ]=>
5683 object(Laravel\Lumen\Routing\Router)#22 (4) {
5684 [
5685 "app"
5686 ]=>
5687 *RECURSION*
5688 [
5689 "groupStack":protected
5690 ]=>
5691 array(0) {}
5692 [
5693 "routes":protected
5694 ]=>
5695 array(15) {
5696 [
5697 "GET/"
5698 ]=>
5699 array(3) {
5700 [
5701 "method"
5702 ]=>
5703 string(3) "GET"
5704 [
5705 "uri"
5706 ]=>
5707 string(1) "/"
5708 [
5709 "action"
5710 ]=>
5711 array(1) {
5712 [
5713 0
5714 ]=>
5715 object(Closure)#43 (1) {
5716 [
5717 "static"
5718 ]=>
5719 array(1) {
5720 [
5721 "router"
5722 ]=>
5723 *RECURSION*
5724 }
5725 }
5726 }
5727 }
5728 [
5729 "POST/auth/login"
5730 ]=>
5731 array(3) {
5732 [
5733 "method"
5734 ]=>
5735 string(4) "POST"
5736 [
5737 "uri"
5738 ]=>
5739 string(11) "/auth/login"
5740 [
5741 "action"
5742 ]=>
5743 array(1) {
5744 [
5745 "uses"
5746 ]=>
5747 string(45) "App\Http\Controllers\AuthController@loginUser"
5748 }
5749 }
5750 [
5751 "POST/auth/register"
5752 ]=>
5753 array(3) {
5754 [
5755 "method"
5756 ]=>
5757 string(4) "POST"
5758 [
5759 "uri"
5760 ]=>
5761 string(14) "/auth/register"
5762 [
5763 "action"
5764 ]=>
5765 array(1) {
5766 [
5767 "uses"
5768 ]=>
5769 string(48) "App\Http\Controllers\AuthController@registerUser"
5770 }
5771 }
5772 [
5773 "POST/v1/oauth/token"
5774 ]=>
5775 array(3) {
5776 [
5777 "method"
5778 ]=>
5779 string(4) "POST"
5780 [
5781 "uri"
5782 ]=>
5783 string(15) "/v1/oauth/token"
5784 [
5785 "action"
5786 ]=>
5787 array(1) {
5788 [
5789 "uses"
5790 ]=>
5791 string(73) "\Dusterio\LumenPassport\Http\Controllers\AccessTokenController@issueToken"
5792 }
5793 }
5794 [
5795 "GET/v1/oauth/tokens"
5796 ]=>
5797 array(3) {
5798 [
5799 "method"
5800 ]=>
5801 string(3) "GET"
5802 [
5803 "uri"
5804 ]=>
5805 string(16) "/v1/oauth/tokens"
5806 [
5807 "action"
5808 ]=>
5809 array(2) {
5810 [
5811 "uses"
5812 ]=>
5813 string(74) "\Laravel\Passport\Http\Controllers\AuthorizedAccessTokenController@forUser"
5814 [
5815 "middleware"
5816 ]=>
5817 array(1) {
5818 [
5819 0
5820 ]=>
5821 string(4) "auth"
5822 }
5823 }
5824 }
5825 [
5826 "DELETE/v1/oauth/tokens/{token_id}"
5827 ]=>
5828 array(3) {
5829 [
5830 "method"
5831 ]=>
5832 string(6) "DELETE"
5833 [
5834 "uri"
5835 ]=>
5836 string(27) "/v1/oauth/tokens/{token_id}"
5837 [
5838 "action"
5839 ]=>
5840 array(2) {
5841 [
5842 "uses"
5843 ]=>
5844 string(74) "\Laravel\Passport\Http\Controllers\AuthorizedAccessTokenController@destroy"
5845 [
5846 "middleware"
5847 ]=>
5848 array(1) {
5849 [
5850 0
5851 ]=>
5852 string(4) "auth"
5853 }
5854 }
5855 }
5856 [
5857 "POST/v1/oauth/token/refresh"
5858 ]=>
5859 array(3) {
5860 [
5861 "method"
5862 ]=>
5863 string(4) "POST"
5864 [
5865 "uri"
5866 ]=>
5867 string(23) "/v1/oauth/token/refresh"
5868 [
5869 "action"
5870 ]=>
5871 array(2) {
5872 [
5873 "middleware"
5874 ]=>
5875 array(1) {
5876 [
5877 0
5878 ]=>
5879 string(4) "auth"
5880 }
5881 [
5882 "uses"
5883 ]=>
5884 string(67) "\Laravel\Passport\Http\Controllers\TransientTokenController@refresh"
5885 }
5886 }
5887 [
5888 "GET/v1/oauth/clients"
5889 ]=>
5890 array(3) {
5891 [
5892 "method"
5893 ]=>
5894 string(3) "GET"
5895 [
5896 "uri"
5897 ]=>
5898 string(17) "/v1/oauth/clients"
5899 [
5900 "action"
5901 ]=>
5902 array(2) {
5903 [
5904 "uses"
5905 ]=>
5906 string(59) "\Laravel\Passport\Http\Controllers\ClientController@forUser"
5907 [
5908 "middleware"
5909 ]=>
5910 array(1) {
5911 [
5912 0
5913 ]=>
5914 string(4) "auth"
5915 }
5916 }
5917 }
5918 [
5919 "POST/v1/oauth/clients"
5920 ]=>
5921 array(3) {
5922 [
5923 "method"
5924 ]=>
5925 string(4) "POST"
5926 [
5927 "uri"
5928 ]=>
5929 string(17) "/v1/oauth/clients"
5930 [
5931 "action"
5932 ]=>
5933 array(2) {
5934 [
5935 "uses"
5936 ]=>
5937 string(57) "\Laravel\Passport\Http\Controllers\ClientController@store"
5938 [
5939 "middleware"
5940 ]=>
5941 array(1) {
5942 [
5943 0
5944 ]=>
5945 string(4) "auth"
5946 }
5947 }
5948 }
5949 [
5950 "PUT/v1/oauth/clients/{client_id}"
5951 ]=>
5952 array(3) {
5953 [
5954 "method"
5955 ]=>
5956 string(3) "PUT"
5957 [
5958 "uri"
5959 ]=>
5960 string(29) "/v1/oauth/clients/{client_id}"
5961 [
5962 "action"
5963 ]=>
5964 array(2) {
5965 [
5966 "uses"
5967 ]=>
5968 string(58) "\Laravel\Passport\Http\Controllers\ClientController@update"
5969 [
5970 "middleware"
5971 ]=>
5972 array(1) {
5973 [
5974 0
5975 ]=>
5976 string(4) "auth"
5977 }
5978 }
5979 }
5980 [
5981 "DELETE/v1/oauth/clients/{client_id}"
5982 ]=>
5983 array(3) {
5984 [
5985 "method"
5986 ]=>
5987 string(6) "DELETE"
5988 [
5989 "uri"
5990 ]=>
5991 string(29) "/v1/oauth/clients/{client_id}"
5992 [
5993 "action"
5994 ]=>
5995 array(2) {
5996 [
5997 "uses"
5998 ]=>
5999 string(59) "\Laravel\Passport\Http\Controllers\ClientController@destroy"
6000 [
6001 "middleware"
6002 ]=>
6003 array(1) {
6004 [
6005 0
6006 ]=>
6007 string(4) "auth"
6008 }
6009 }
6010 }
6011 [
6012 "GET/v1/oauth/scopes"
6013 ]=>
6014 array(3) {
6015 [
6016 "method"
6017 ]=>
6018 string(3) "GET"
6019 [
6020 "uri"
6021 ]=>
6022 string(16) "/v1/oauth/scopes"
6023 [
6024 "action"
6025 ]=>
6026 array(2) {
6027 [
6028 "uses"
6029 ]=>
6030 string(54) "\Laravel\Passport\Http\Controllers\ScopeController@all"
6031 [
6032 "middleware"
6033 ]=>
6034 array(1) {
6035 [
6036 0
6037 ]=>
6038 string(4) "auth"
6039 }
6040 }
6041 }
6042 [
6043 "GET/v1/oauth/personal-access-tokens"
6044 ]=>
6045 array(3) {
6046 [
6047 "method"
6048 ]=>
6049 string(3) "GET"
6050 [
6051 "uri"
6052 ]=>
6053 string(32) "/v1/oauth/personal-access-tokens"
6054 [
6055 "action"
6056 ]=>
6057 array(2) {
6058 [
6059 "uses"
6060 ]=>
6061 string(72) "\Laravel\Passport\Http\Controllers\PersonalAccessTokenController@forUser"
6062 [
6063 "middleware"
6064 ]=>
6065 array(1) {
6066 [
6067 0
6068 ]=>
6069 string(4) "auth"
6070 }
6071 }
6072 }
6073 [
6074 "POST/v1/oauth/personal-access-tokens"
6075 ]=>
6076 array(3) {
6077 [
6078 "method"
6079 ]=>
6080 string(4) "POST"
6081 [
6082 "uri"
6083 ]=>
6084 string(32) "/v1/oauth/personal-access-tokens"
6085 [
6086 "action"
6087 ]=>
6088 array(2) {
6089 [
6090 "uses"
6091 ]=>
6092 string(70) "\Laravel\Passport\Http\Controllers\PersonalAccessTokenController@store"
6093 [
6094 "middleware"
6095 ]=>
6096 array(1) {
6097 [
6098 0
6099 ]=>
6100 string(4) "auth"
6101 }
6102 }
6103 }
6104 [
6105 "DELETE/v1/oauth/personal-access-tokens/{token_id}"
6106 ]=>
6107 array(3) {
6108 [
6109 "method"
6110 ]=>
6111 string(6) "DELETE"
6112 [
6113 "uri"
6114 ]=>
6115 string(43) "/v1/oauth/personal-access-tokens/{token_id}"
6116 [
6117 "action"
6118 ]=>
6119 array(2) {
6120 [
6121 "uses"
6122 ]=>
6123 string(72) "\Laravel\Passport\Http\Controllers\PersonalAccessTokenController@destroy"
6124 [
6125 "middleware"
6126 ]=>
6127 array(1) {
6128 [
6129 0
6130 ]=>
6131 string(4) "auth"
6132 }
6133 }
6134 }
6135 }
6136 [
6137 "namedRoutes"
6138 ]=>
6139 array(0) {}
6140 }
6141 [
6142 "availableBindings"
6143 ]=>
6144 array(44) {
6145 [
6146 "auth"
6147 ]=>
6148 string(20) "registerAuthBindings"
6149 [
6150 "auth.driver"
6151 ]=>
6152 string(20) "registerAuthBindings"
6153 ["Illuminate\Auth\AuthManager"
6154 ]=>
6155 string(20) "registerAuthBindings"
6156 ["Illuminate\Contracts\Auth\Guard"
6157 ]=>
6158 string(20) "registerAuthBindings"
6159 ["Illuminate\Contracts\Auth\Access\Gate"
6160 ]=>
6161 string(20) "registerAuthBindings"
6162 ["Illuminate\Contracts\Broadcasting\Broadcaster"
6163 ]=>
6164 string(28) "registerBroadcastingBindings"
6165 ["Illuminate\Contracts\Broadcasting\Factory"
6166 ]=>
6167 string(28) "registerBroadcastingBindings"
6168 ["Illuminate\Contracts\Bus\Dispatcher"
6169 ]=>
6170 string(19) "registerBusBindings"
6171 [
6172 "cache"
6173 ]=>
6174 string(21) "registerCacheBindings"
6175 [
6176 "cache.store"
6177 ]=>
6178 string(21) "registerCacheBindings"
6179 ["Illuminate\Contracts\Cache\Factory"
6180 ]=>
6181 string(21) "registerCacheBindings"
6182 ["Illuminate\Contracts\Cache\Repository"
6183 ]=>
6184 string(21) "registerCacheBindings"
6185 [
6186 "composer"
6187 ]=>
6188 string(24) "registerComposerBindings"
6189 [
6190 "config"
6191 ]=>
6192 string(22) "registerConfigBindings"
6193 [
6194 "db"
6195 ]=>
6196 string(24) "registerDatabaseBindings"
6197 ["Illuminate\Database\Eloquent\Factory"
6198 ]=>
6199 string(24) "registerDatabaseBindings"
6200 [
6201 "filesystem"
6202 ]=>
6203 string(26) "registerFilesystemBindings"
6204 [
6205 "filesystem.cloud"
6206 ]=>
6207 string(26) "registerFilesystemBindings"
6208 [
6209 "filesystem.disk"
6210 ]=>
6211 string(26) "registerFilesystemBindings"
6212 ["Illuminate\Contracts\Filesystem\Cloud"
6213 ]=>
6214 string(26) "registerFilesystemBindings"
6215 ["Illuminate\Contracts\Filesystem\Filesystem"
6216 ]=>
6217 string(26) "registerFilesystemBindings"
6218 ["Illuminate\Contracts\Filesystem\Factory"
6219 ]=>
6220 string(26) "registerFilesystemBindings"
6221 [
6222 "encrypter"
6223 ]=>
6224 string(25) "registerEncrypterBindings"
6225 ["Illuminate\Contracts\Encryption\Encrypter"
6226 ]=>
6227 string(25) "registerEncrypterBindings"
6228 [
6229 "events"
6230 ]=>
6231 string(21) "registerEventBindings"
6232 ["Illuminate\Contracts\Events\Dispatcher"
6233 ]=>
6234 string(21) "registerEventBindings"
6235 [
6236 "files"
6237 ]=>
6238 string(21) "registerFilesBindings"
6239 [
6240 "hash"
6241 ]=>
6242 string(20) "registerHashBindings"
6243 ["Illuminate\Contracts\Hashing\Hasher"
6244 ]=>
6245 string(20) "registerHashBindings"
6246 [
6247 "log"
6248 ]=>
6249 string(19) "registerLogBindings"
6250 ["Psr\Log\LoggerInterface"
6251 ]=>
6252 string(19) "registerLogBindings"
6253 [
6254 "queue"
6255 ]=>
6256 string(21) "registerQueueBindings"
6257 [
6258 "queue.connection"
6259 ]=>
6260 string(21) "registerQueueBindings"
6261 ["Illuminate\Contracts\Queue\Factory"
6262 ]=>
6263 string(21) "registerQueueBindings"
6264 ["Illuminate\Contracts\Queue\Queue"
6265 ]=>
6266 string(21) "registerQueueBindings"
6267 [
6268 "router"
6269 ]=>
6270 string(22) "registerRouterBindings"
6271 ["Psr\Http\Message\ServerRequestInterface"
6272 ]=>
6273 string(26) "registerPsrRequestBindings"
6274 ["Psr\Http\Message\ResponseInterface"
6275 ]=>
6276 string(27) "registerPsrResponseBindings"
6277 [
6278 "translator"
6279 ]=>
6280 string(27) "registerTranslationBindings"
6281 [
6282 "url"
6283 ]=>
6284 string(28) "registerUrlGeneratorBindings"
6285 [
6286 "validator"
6287 ]=>
6288 string(25) "registerValidatorBindings"
6289 ["Illuminate\Contracts\Validation\Factory"
6290 ]=>
6291 string(25) "registerValidatorBindings"
6292 [
6293 "view"
6294 ]=>
6295 string(20) "registerViewBindings"
6296 ["Illuminate\Contracts\View\Factory"
6297 ]=>
6298 string(20) "registerViewBindings"
6299 }
6300 [
6301 "resolved":protected
6302 ]=>
6303 array(13) {
6304 [
6305 "config"
6306 ]=>
6307 bool(true)
6308 [
6309 "db.factory"
6310 ]=>
6311 bool(true)
6312 [
6313 "db"
6314 ]=>
6315 bool(true)
6316 [
6317 "events"
6318 ]=>
6319 bool(true)
6320 [
6321 "auth"
6322 ]=>
6323 bool(true)
6324 ["App\User"
6325 ]=>
6326 bool(true)
6327 ["App\Services\UserService"
6328 ]=>
6329 bool(true)
6330 ["App\Http\Controllers\AuthController"
6331 ]=>
6332 bool(true)
6333 [
6334 "files"
6335 ]=>
6336 bool(true)
6337 [
6338 "translation.loader"
6339 ]=>
6340 bool(true)
6341 [
6342 "translator"
6343 ]=>
6344 bool(true)
6345 [
6346 "validation.presence"
6347 ]=>
6348 bool(true)
6349 [
6350 "validator"
6351 ]=>
6352 bool(true)
6353 }
6354 [
6355 "bindings":protected
6356 ]=>
6357 array(23) {
6358 [
6359 "config"
6360 ]=>
6361 array(2) {
6362 [
6363 "concrete"
6364 ]=>
6365 object(Closure)#5 (1) {
6366 [
6367 "this"
6368 ]=>
6369 *RECURSION*
6370 }
6371 [
6372 "shared"
6373 ]=>
6374 bool(true)
6375 }
6376 [
6377 "db"
6378 ]=>
6379 array(2) {
6380 [
6381 "concrete"
6382 ]=>
6383 object(Closure)#20 (2) {
6384 [
6385 "this"
6386 ]=>
6387 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
6388 [
6389 "app":protected
6390 ]=>
6391 *RECURSION*
6392 }
6393 [
6394 "parameter"
6395 ]=>
6396 array(1) {
6397 [
6398 "$app"
6399 ]=>
6400 string(10) "<required>"
6401 }
6402 }
6403 [
6404 "shared"
6405 ]=>
6406 bool(true)
6407 }
6408 [
6409 "db.factory"
6410 ]=>
6411 array(2) {
6412 [
6413 "concrete"
6414 ]=>
6415 object(Closure)#18 (2) {
6416 [
6417 "this"
6418 ]=>
6419 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
6420 [
6421 "app":protected
6422 ]=>
6423 *RECURSION*
6424 }
6425 [
6426 "parameter"
6427 ]=>
6428 array(1) {
6429 [
6430 "$app"
6431 ]=>
6432 string(10) "<required>"
6433 }
6434 }
6435 [
6436 "shared"
6437 ]=>
6438 bool(true)
6439 }
6440 [
6441 "db.connection"
6442 ]=>
6443 array(2) {
6444 [
6445 "concrete"
6446 ]=>
6447 object(Closure)#16 (2) {
6448 [
6449 "this"
6450 ]=>
6451 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
6452 [
6453 "app":protected
6454 ]=>
6455 *RECURSION*
6456 }
6457 [
6458 "parameter"
6459 ]=>
6460 array(1) {
6461 [
6462 "$app"
6463 ]=>
6464 string(10) "<required>"
6465 }
6466 }
6467 [
6468 "shared"
6469 ]=>
6470 bool(false)
6471 }
6472 ["Faker\Generator"
6473 ]=>
6474 array(2) {
6475 [
6476 "concrete"
6477 ]=>
6478 object(Closure)#23 (2) {
6479 [
6480 "this"
6481 ]=>
6482 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
6483 [
6484 "app":protected
6485 ]=>
6486 *RECURSION*
6487 }
6488 [
6489 "parameter"
6490 ]=>
6491 array(2) {
6492 [
6493 "$app"
6494 ]=>
6495 string(10) "<required>"
6496 [
6497 "$parameters"
6498 ]=>
6499 string(10) "<required>"
6500 }
6501 }
6502 [
6503 "shared"
6504 ]=>
6505 bool(true)
6506 }
6507 ["Illuminate\Database\Eloquent\Factory"
6508 ]=>
6509 array(2) {
6510 [
6511 "concrete"
6512 ]=>
6513 object(Closure)#24 (2) {
6514 [
6515 "this"
6516 ]=>
6517 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
6518 [
6519 "app":protected
6520 ]=>
6521 *RECURSION*
6522 }
6523 [
6524 "parameter"
6525 ]=>
6526 array(1) {
6527 [
6528 "$app"
6529 ]=>
6530 string(10) "<required>"
6531 }
6532 }
6533 [
6534 "shared"
6535 ]=>
6536 bool(true)
6537 }
6538 ["Illuminate\Contracts\Queue\EntityResolver"
6539 ]=>
6540 array(2) {
6541 [
6542 "concrete"
6543 ]=>
6544 object(Closure)#25 (1) {
6545 [
6546 "this"
6547 ]=>
6548 object(Illuminate\Database\DatabaseServiceProvider)#15 (1) {
6549 [
6550 "app":protected
6551 ]=>
6552 *RECURSION*
6553 }
6554 }
6555 [
6556 "shared"
6557 ]=>
6558 bool(true)
6559 }
6560 ["Illuminate\Contracts\Debug\ExceptionHandler"
6561 ]=>
6562 array(2) {
6563 [
6564 "concrete"
6565 ]=>
6566 object(Closure)#12 (3) {
6567 [
6568 "static"
6569 ]=>
6570 array(2) {
6571 [
6572 "abstract"
6573 ]=>
6574 string(43) "Illuminate\Contracts\Debug\ExceptionHandler"
6575 [
6576 "concrete"
6577 ]=>
6578 string(22) "App\Exceptions\Handler"
6579 }
6580 [
6581 "this"
6582 ]=>
6583 *RECURSION*
6584 [
6585 "parameter"
6586 ]=>
6587 array(2) {
6588 [
6589 "$container"
6590 ]=>
6591 string(10) "<required>"
6592 [
6593 "$parameters"
6594 ]=>
6595 string(10) "<optional>"
6596 }
6597 }
6598 [
6599 "shared"
6600 ]=>
6601 bool(true)
6602 }
6603 ["Illuminate\Contracts\Console\Kernel"
6604 ]=>
6605 array(2) {
6606 [
6607 "concrete"
6608 ]=>
6609 object(Closure)#34 (3) {
6610 [
6611 "static"
6612 ]=>
6613 array(2) {
6614 [
6615 "abstract"
6616 ]=>
6617 string(35) "Illuminate\Contracts\Console\Kernel"
6618 [
6619 "concrete"
6620 ]=>
6621 string(18) "App\Console\Kernel"
6622 }
6623 [
6624 "this"
6625 ]=>
6626 *RECURSION*
6627 [
6628 "parameter"
6629 ]=>
6630 array(2) {
6631 [
6632 "$container"
6633 ]=>
6634 string(10) "<required>"
6635 [
6636 "$parameters"
6637 ]=>
6638 string(10) "<optional>"
6639 }
6640 }
6641 [
6642 "shared"
6643 ]=>
6644 bool(true)
6645 }
6646 ["League\OAuth2\Server\AuthorizationServer"
6647 ]=>
6648 array(2) {
6649 [
6650 "concrete"
6651 ]=>
6652 object(Closure)#37 (1) {
6653 [
6654 "this"
6655 ]=>
6656 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
6657 [
6658 "app":protected
6659 ]=>
6660 *RECURSION*
6661 }
6662 }
6663 [
6664 "shared"
6665 ]=>
6666 bool(true)
6667 }
6668 ["League\OAuth2\Server\ResourceServer"
6669 ]=>
6670 array(2) {
6671 [
6672 "concrete"
6673 ]=>
6674 object(Closure)#38 (1) {
6675 [
6676 "this"
6677 ]=>
6678 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
6679 [
6680 "app":protected
6681 ]=>
6682 *RECURSION*
6683 }
6684 }
6685 [
6686 "shared"
6687 ]=>
6688 bool(true)
6689 }
6690 [
6691 "events"
6692 ]=>
6693 array(2) {
6694 [
6695 "concrete"
6696 ]=>
6697 object(Closure)#44 (2) {
6698 [
6699 "this"
6700 ]=>
6701 object(Illuminate\Events\EventServiceProvider)#45 (1) {
6702 [
6703 "app":protected
6704 ]=>
6705 *RECURSION*
6706 }
6707 [
6708 "parameter"
6709 ]=>
6710 array(1) {
6711 [
6712 "$app"
6713 ]=>
6714 string(10) "<required>"
6715 }
6716 }
6717 [
6718 "shared"
6719 ]=>
6720 bool(true)
6721 }
6722 [
6723 "auth"
6724 ]=>
6725 array(2) {
6726 [
6727 "concrete"
6728 ]=>
6729 object(Closure)#53 (2) {
6730 [
6731 "this"
6732 ]=>
6733 object(Illuminate\Auth\AuthServiceProvider)#57 (1) {
6734 [
6735 "app":protected
6736 ]=>
6737 *RECURSION*
6738 }
6739 [
6740 "parameter"
6741 ]=>
6742 array(1) {
6743 [
6744 "$app"
6745 ]=>
6746 string(10) "<required>"
6747 }
6748 }
6749 [
6750 "shared"
6751 ]=>
6752 bool(true)
6753 }
6754 [
6755 "auth.driver"
6756 ]=>
6757 array(2) {
6758 [
6759 "concrete"
6760 ]=>
6761 object(Closure)#52 (2) {
6762 [
6763 "this"
6764 ]=>
6765 object(Illuminate\Auth\AuthServiceProvider)#57 (1) {
6766 [
6767 "app":protected
6768 ]=>
6769 *RECURSION*
6770 }
6771 [
6772 "parameter"
6773 ]=>
6774 array(1) {
6775 [
6776 "$app"
6777 ]=>
6778 string(10) "<required>"
6779 }
6780 }
6781 [
6782 "shared"
6783 ]=>
6784 bool(true)
6785 }
6786 ["Illuminate\Contracts\Auth\Access\Gate"
6787 ]=>
6788 array(2) {
6789 [
6790 "concrete"
6791 ]=>
6792 object(Closure)#54 (2) {
6793 [
6794 "this"
6795 ]=>
6796 object(Illuminate\Auth\AuthServiceProvider)#57 (1) {
6797 [
6798 "app":protected
6799 ]=>
6800 *RECURSION*
6801 }
6802 [
6803 "parameter"
6804 ]=>
6805 array(1) {
6806 [
6807 "$app"
6808 ]=>
6809 string(10) "<required>"
6810 }
6811 }
6812 [
6813 "shared"
6814 ]=>
6815 bool(true)
6816 }
6817 ["Illuminate\Contracts\Auth\Authenticatable"
6818 ]=>
6819 array(2) {
6820 [
6821 "concrete"
6822 ]=>
6823 object(Closure)#55 (2) {
6824 [
6825 "this"
6826 ]=>
6827 object(Illuminate\Auth\AuthServiceProvider)#57 (1) {
6828 [
6829 "app":protected
6830 ]=>
6831 *RECURSION*
6832 }
6833 [
6834 "parameter"
6835 ]=>
6836 array(1) {
6837 [
6838 "$app"
6839 ]=>
6840 string(10) "<required>"
6841 }
6842 }
6843 [
6844 "shared"
6845 ]=>
6846 bool(false)
6847 }
6848 [
6849 "auth.loaded"
6850 ]=>
6851 array(2) {
6852 [
6853 "concrete"
6854 ]=>
6855 object(Closure)#68 (2) {
6856 [
6857 "static"
6858 ]=>
6859 array(1) {
6860 [
6861 "value"
6862 ]=>
6863 bool(true)
6864 }
6865 [
6866 "this"
6867 ]=>
6868 *RECURSION*
6869 }
6870 [
6871 "shared"
6872 ]=>
6873 bool(false)
6874 }
6875 ["Illuminate\Database\Connection"
6876 ]=>
6877 array(2) {
6878 [
6879 "concrete"
6880 ]=>
6881 object(Closure)#76 (1) {
6882 [
6883 "this"
6884 ]=>
6885 object(Dusterio\LumenPassport\PassportServiceProvider)#41 (1) {
6886 [
6887 "app":protected
6888 ]=>
6889 *RECURSION*
6890 }
6891 }
6892 [
6893 "shared"
6894 ]=>
6895 bool(true)
6896 }
6897 [
6898 "validator"
6899 ]=>
6900 array(2) {
6901 [
6902 "concrete"
6903 ]=>
6904 object(Closure)#79 (2) {
6905 [
6906 "this"
6907 ]=>
6908 object(Illuminate\Validation\ValidationServiceProvider)#77 (1) {
6909 [
6910 "app":protected
6911 ]=>
6912 *RECURSION*
6913 }
6914 [
6915 "parameter"
6916 ]=>
6917 array(1) {
6918 [
6919 "$app"
6920 ]=>
6921 string(10) "<required>"
6922 }
6923 }
6924 [
6925 "shared"
6926 ]=>
6927 bool(true)
6928 }
6929 [
6930 "validation.presence"
6931 ]=>
6932 array(2) {
6933 [
6934 "concrete"
6935 ]=>
6936 object(Closure)#80 (2) {
6937 [
6938 "this"
6939 ]=>
6940 object(Illuminate\Validation\ValidationServiceProvider)#77 (1) {
6941 [
6942 "app":protected
6943 ]=>
6944 *RECURSION*
6945 }
6946 [
6947 "parameter"
6948 ]=>
6949 array(1) {
6950 [
6951 "$app"
6952 ]=>
6953 string(10) "<required>"
6954 }
6955 }
6956 [
6957 "shared"
6958 ]=>
6959 bool(true)
6960 }
6961 [
6962 "translator"
6963 ]=>
6964 array(2) {
6965 [
6966 "concrete"
6967 ]=>
6968 object(Closure)#88 (2) {
6969 [
6970 "this"
6971 ]=>
6972 object(Illuminate\Translation\TranslationServiceProvider)#86 (1) {
6973 [
6974 "app":protected
6975 ]=>
6976 *RECURSION*
6977 }
6978 [
6979 "parameter"
6980 ]=>
6981 array(1) {
6982 [
6983 "$app"
6984 ]=>
6985 string(10) "<required>"
6986 }
6987 }
6988 [
6989 "shared"
6990 ]=>
6991 bool(true)
6992 }
6993 [
6994 "translation.loader"
6995 ]=>
6996 array(2) {
6997 [
6998 "concrete"
6999 ]=>
7000 object(Closure)#87 (2) {
7001 [
7002 "this"
7003 ]=>
7004 object(Illuminate\Translation\TranslationServiceProvider)#86 (1) {
7005 [
7006 "app":protected
7007 ]=>
7008 *RECURSION*
7009 }
7010 [
7011 "parameter"
7012 ]=>
7013 array(1) {
7014 [
7015 "$app"
7016 ]=>
7017 string(10) "<required>"
7018 }
7019 }
7020 [
7021 "shared"
7022 ]=>
7023 bool(true)
7024 }
7025 [
7026 "files"
7027 ]=>
7028 array(2) {
7029 [
7030 "concrete"
7031 ]=>
7032 object(Closure)#90 (1) {
7033 [
7034 "this"
7035 ]=>
7036 *RECURSION*
7037 }
7038 [
7039 "shared"
7040 ]=>
7041 bool(true)
7042 }
7043 }
7044 [
7045 "methodBindings":protected
7046 ]=>
7047 array(0) {}
7048 [
7049 "instances":protected
7050 ]=>
7051 array(16) {
7052 [
7053 "app"
7054 ]=>
7055 *RECURSION*
7056 ["Laravel\Lumen\Application"
7057 ]=>
7058 *RECURSION*
7059 [
7060 "path"
7061 ]=>
7062 string(33) "/home/mati/Praca/luemnapp/app/app"
7063 [
7064 "config"
7065 ]=>
7066 object(Illuminate\Config\Repository)#10 (1) {
7067 [
7068 "items":protected
7069 ]=>
7070 array(4) {
7071 [
7072 "app"
7073 ]=>
7074 array(9) {
7075 [
7076 "name"
7077 ]=>
7078 string(5) "Lumen"
7079 [
7080 "env"
7081 ]=>
7082 string(5) "local"
7083 [
7084 "debug"
7085 ]=>
7086 bool(true)
7087 [
7088 "url"
7089 ]=>
7090 string(16) "http://localhost"
7091 [
7092 "timezone"
7093 ]=>
7094 string(3) "UTC"
7095 [
7096 "locale"
7097 ]=>
7098 string(2) "en"
7099 [
7100 "fallback_locale"
7101 ]=>
7102 string(2) "en"
7103 [
7104 "key"
7105 ]=>
7106 string(0) ""
7107 [
7108 "cipher"
7109 ]=>
7110 string(11) "AES-256-CBC"
7111 }
7112 [
7113 "database"
7114 ]=>
7115 array(4) {
7116 [
7117 "default"
7118 ]=>
7119 string(5) "mysql"
7120 [
7121 "connections"
7122 ]=>
7123 array(4) {
7124 [
7125 "sqlite"
7126 ]=>
7127 array(3) {
7128 [
7129 "driver"
7130 ]=>
7131 string(6) "sqlite"
7132 [
7133 "database"
7134 ]=>
7135 string(9) "wordpress"
7136 [
7137 "prefix"
7138 ]=>
7139 string(0) ""
7140 }
7141 [
7142 "mysql"
7143 ]=>
7144 array(13) {
7145 [
7146 "driver"
7147 ]=>
7148 string(5) "mysql"
7149 [
7150 "host"
7151 ]=>
7152 string(10) "172.18.0.2"
7153 [
7154 "port"
7155 ]=>
7156 string(4) "3306"
7157 [
7158 "database"
7159 ]=>
7160 string(9) "wordpress"
7161 [
7162 "username"
7163 ]=>
7164 string(9) "wordpress"
7165 [
7166 "password"
7167 ]=>
7168 string(9) "wordpress"
7169 [
7170 "unix_socket"
7171 ]=>
7172 string(0) ""
7173 [
7174 "charset"
7175 ]=>
7176 string(7) "utf8mb4"
7177 [
7178 "collation"
7179 ]=>
7180 string(18) "utf8mb4_unicode_ci"
7181 [
7182 "prefix"
7183 ]=>
7184 string(0) ""
7185 [
7186 "strict"
7187 ]=>
7188 bool(true)
7189 [
7190 "engine"
7191 ]=>
7192 NULL
7193 [
7194 "timezone"
7195 ]=>
7196 string(6) "+00:00"
7197 }
7198 [
7199 "pgsql"
7200 ]=>
7201 array(10) {
7202 [
7203 "driver"
7204 ]=>
7205 string(5) "pgsql"
7206 [
7207 "host"
7208 ]=>
7209 string(10) "172.18.0.2"
7210 [
7211 "port"
7212 ]=>
7213 string(4) "3306"
7214 [
7215 "database"
7216 ]=>
7217 string(9) "wordpress"
7218 [
7219 "username"
7220 ]=>
7221 string(9) "wordpress"
7222 [
7223 "password"
7224 ]=>
7225 string(9) "wordpress"
7226 [
7227 "charset"
7228 ]=>
7229 string(4) "utf8"
7230 [
7231 "prefix"
7232 ]=>
7233 string(0) ""
7234 [
7235 "schema"
7236 ]=>
7237 string(6) "public"
7238 [
7239 "sslmode"
7240 ]=>
7241 string(6) "prefer"
7242 }
7243 [
7244 "sqlsrv"
7245 ]=>
7246 array(8) {
7247 [
7248 "driver"
7249 ]=>
7250 string(6) "sqlsrv"
7251 [
7252 "host"
7253 ]=>
7254 string(10) "172.18.0.2"
7255 [
7256 "port"
7257 ]=>
7258 string(4) "3306"
7259 [
7260 "database"
7261 ]=>
7262 string(9) "wordpress"
7263 [
7264 "username"
7265 ]=>
7266 string(9) "wordpress"
7267 [
7268 "password"
7269 ]=>
7270 string(9) "wordpress"
7271 [
7272 "charset"
7273 ]=>
7274 string(4) "utf8"
7275 [
7276 "prefix"
7277 ]=>
7278 string(0) ""
7279 }
7280 }
7281 [
7282 "migrations"
7283 ]=>
7284 string(10) "migrations"
7285 [
7286 "redis"
7287 ]=>
7288 array(4) {
7289 [
7290 "client"
7291 ]=>
7292 string(8) "phpredis"
7293 [
7294 "cluster"
7295 ]=>
7296 bool(false)
7297 [
7298 "default"
7299 ]=>
7300 array(4) {
7301 [
7302 "host"
7303 ]=>
7304 string(9) "127.0.0.1"
7305 [
7306 "password"
7307 ]=>
7308 NULL
7309 [
7310 "port"
7311 ]=>
7312 int(6379)
7313 [
7314 "database"
7315 ]=>
7316 int(0)
7317 }
7318 [
7319 "cache"
7320 ]=>
7321 array(4) {
7322 [
7323 "host"
7324 ]=>
7325 string(9) "127.0.0.1"
7326 [
7327 "password"
7328 ]=>
7329 NULL
7330 [
7331 "port"
7332 ]=>
7333 int(6379)
7334 [
7335 "database"
7336 ]=>
7337 int(1)
7338 }
7339 }
7340 }
7341 [
7342 "auth"
7343 ]=>
7344 array(4) {
7345 [
7346 "defaults"
7347 ]=>
7348 array(1) {
7349 [
7350 "guard"
7351 ]=>
7352 string(3) "api"
7353 }
7354 [
7355 "guards"
7356 ]=>
7357 array(1) {
7358 [
7359 "api"
7360 ]=>
7361 array(1) {
7362 [
7363 "driver"
7364 ]=>
7365 string(3) "api"
7366 }
7367 }
7368 [
7369 "providers"
7370 ]=>
7371 array(0) {}
7372 [
7373 "passwords"
7374 ]=>
7375 array(0) {}
7376 }
7377 [
7378 "passport"
7379 ]=>
7380 array(2) {
7381 [
7382 "private_key"
7383 ]=>
7384 NULL
7385 [
7386 "public_key"
7387 ]=>
7388 NULL
7389 }
7390 }
7391 }
7392 [
7393 "env"
7394 ]=>
7395 string(5) "local"
7396 [
7397 "db.factory"
7398 ]=>
7399 object(Illuminate\Database\Connectors\ConnectionFactory)#32 (1) {
7400 [
7401 "container":protected
7402 ]=>
7403 *RECURSION*
7404 }
7405 [
7406 "db"
7407 ]=>
7408 object(Illuminate\Database\DatabaseManager)#31 (5) {
7409 [
7410 "app":protected
7411 ]=>
7412 *RECURSION*
7413 [
7414 "factory":protected
7415 ]=>
7416 object(Illuminate\Database\Connectors\ConnectionFactory)#32 (1) {
7417 [
7418 "container":protected
7419 ]=>
7420 *RECURSION*
7421 }
7422 [
7423 "connections":protected
7424 ]=>
7425 array(0) {}
7426 [
7427 "extensions":protected
7428 ]=>
7429 array(0) {}
7430 [
7431 "reconnector":protected
7432 ]=>
7433 object(Closure)#33 (2) {
7434 [
7435 "this"
7436 ]=>
7437 *RECURSION*
7438 [
7439 "parameter"
7440 ]=>
7441 array(1) {
7442 [
7443 "$connection"
7444 ]=>
7445 string(10) "<required>"
7446 }
7447 }
7448 }
7449 ["Illuminate\Http\Request"
7450 ]=>
7451 *RECURSION*
7452 [
7453 "events"
7454 ]=>
7455 object(Illuminate\Events\Dispatcher)#46 (5) {
7456 [
7457 "container":protected
7458 ]=>
7459 *RECURSION*
7460 [
7461 "listeners":protected
7462 ]=>
7463 array(1) {
7464 ["Illuminate\Auth\Events\Logout"
7465 ]=>
7466 array(1) {
7467 [
7468 0
7469 ]=>
7470 object(Closure)#75 (3) {
7471 [
7472 "static"
7473 ]=>
7474 array(2) {
7475 [
7476 "listener"
7477 ]=>
7478 object(Closure)#74 (1) {
7479 [
7480 "this"
7481 ]=>
7482 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
7483 [
7484 "app":protected
7485 ]=>
7486 *RECURSION*
7487 }
7488 }
7489 [
7490 "wildcard"
7491 ]=>
7492 bool(false)
7493 }
7494 [
7495 "this"
7496 ]=>
7497 *RECURSION*
7498 [
7499 "parameter"
7500 ]=>
7501 array(2) {
7502 [
7503 "$event"
7504 ]=>
7505 string(10) "<required>"
7506 [
7507 "$payload"
7508 ]=>
7509 string(10) "<required>"
7510 }
7511 }
7512 }
7513 }
7514 [
7515 "wildcards":protected
7516 ]=>
7517 array(0) {}
7518 [
7519 "wildcardsCache":protected
7520 ]=>
7521 array(2) {
7522 ["eloquent.booting: App\User"
7523 ]=>
7524 array(0) {}
7525 ["eloquent.booted: App\User"
7526 ]=>
7527 array(0) {}
7528 }
7529 [
7530 "queueResolver":protected
7531 ]=>
7532 object(Closure)#60 (2) {
7533 [
7534 "static"
7535 ]=>
7536 array(1) {
7537 [
7538 "app"
7539 ]=>
7540 *RECURSION*
7541 }
7542 [
7543 "this"
7544 ]=>
7545 object(Illuminate\Events\EventServiceProvider)#45 (1) {
7546 [
7547 "app":protected
7548 ]=>
7549 *RECURSION*
7550 }
7551 }
7552 }
7553 [
7554 "auth"
7555 ]=>
7556 object(Illuminate\Auth\AuthManager)#69 (5) {
7557 [
7558 "app":protected
7559 ]=>
7560 *RECURSION*
7561 [
7562 "customCreators":protected
7563 ]=>
7564 array(2) {
7565 [
7566 "passport"
7567 ]=>
7568 object(Closure)#72 (2) {
7569 [
7570 "this"
7571 ]=>
7572 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
7573 [
7574 "app":protected
7575 ]=>
7576 *RECURSION*
7577 }
7578 [
7579 "parameter"
7580 ]=>
7581 array(3) {
7582 [
7583 "$app"
7584 ]=>
7585 string(10) "<required>"
7586 [
7587 "$name"
7588 ]=>
7589 string(10) "<required>"
7590 [
7591 "$config"
7592 ]=>
7593 string(10) "<required>"
7594 }
7595 }
7596 [
7597 "api"
7598 ]=>
7599 object(Closure)#71 (2) {
7600 [
7601 "static"
7602 ]=>
7603 array(1) {
7604 [
7605 "callback"
7606 ]=>
7607 object(Closure)#58 (2) {
7608 [
7609 "this"
7610 ]=>
7611 object(App\Providers\AuthServiceProvider)#35 (1) {
7612 [
7613 "app":protected
7614 ]=>
7615 *RECURSION*
7616 }
7617 [
7618 "parameter"
7619 ]=>
7620 array(1) {
7621 [
7622 "$request"
7623 ]=>
7624 string(10) "<required>"
7625 }
7626 }
7627 }
7628 [
7629 "this"
7630 ]=>
7631 *RECURSION*
7632 }
7633 }
7634 [
7635 "guards":protected
7636 ]=>
7637 array(0) {}
7638 [
7639 "userResolver":protected
7640 ]=>
7641 object(Closure)#70 (2) {
7642 [
7643 "this"
7644 ]=>
7645 *RECURSION*
7646 [
7647 "parameter"
7648 ]=>
7649 array(1) {
7650 [
7651 "$guard"
7652 ]=>
7653 string(10) "<optional>"
7654 }
7655 }
7656 [
7657 "customProviderCreators":protected
7658 ]=>
7659 array(0) {}
7660 }
7661 [
7662 "path.lang"
7663 ]=>
7664 string(82) "/home/mati/Praca/luemnapp/app/vendor/laravel/lumen-framework/src/../resources/lang"
7665 [
7666 "files"
7667 ]=>
7668 object(Illuminate\Filesystem\Filesystem)#91 (0) {}
7669 [
7670 "translation.loader"
7671 ]=>
7672 object(Illuminate\Translation\FileLoader)#89 (4) {
7673 [
7674 "files":protected
7675 ]=>
7676 object(Illuminate\Filesystem\Filesystem)#91 (0) {}
7677 [
7678 "path":protected
7679 ]=>
7680 string(82) "/home/mati/Praca/luemnapp/app/vendor/laravel/lumen-framework/src/../resources/lang"
7681 [
7682 "jsonPaths":protected
7683 ]=>
7684 array(0) {}
7685 [
7686 "hints":protected
7687 ]=>
7688 array(0) {}
7689 }
7690 [
7691 "translator"
7692 ]=>
7693 object(Illuminate\Translation\Translator)#92 (6) {
7694 [
7695 "loader":protected
7696 ]=>
7697 object(Illuminate\Translation\FileLoader)#89 (4) {
7698 [
7699 "files":protected
7700 ]=>
7701 object(Illuminate\Filesystem\Filesystem)#91 (0) {}
7702 [
7703 "path":protected
7704 ]=>
7705 string(82) "/home/mati/Praca/luemnapp/app/vendor/laravel/lumen-framework/src/../resources/lang"
7706 [
7707 "jsonPaths":protected
7708 ]=>
7709 array(0) {}
7710 [
7711 "hints":protected
7712 ]=>
7713 array(0) {}
7714 }
7715 [
7716 "locale":protected
7717 ]=>
7718 string(2) "en"
7719 [
7720 "fallback":protected
7721 ]=>
7722 string(2) "en"
7723 [
7724 "loaded":protected
7725 ]=>
7726 array(0) {}
7727 [
7728 "selector":protected
7729 ]=>
7730 NULL
7731 [
7732 "parsed":protected
7733 ]=>
7734 array(0) {}
7735 }
7736 [
7737 "validation.presence"
7738 ]=>
7739 object(Illuminate\Validation\DatabasePresenceVerifier)#82 (2) {
7740 [
7741 "db":protected
7742 ]=>
7743 object(Illuminate\Database\DatabaseManager)#31 (5) {
7744 [
7745 "app":protected
7746 ]=>
7747 *RECURSION*
7748 [
7749 "factory":protected
7750 ]=>
7751 object(Illuminate\Database\Connectors\ConnectionFactory)#32 (1) {
7752 [
7753 "container":protected
7754 ]=>
7755 *RECURSION*
7756 }
7757 [
7758 "connections":protected
7759 ]=>
7760 array(0) {}
7761 [
7762 "extensions":protected
7763 ]=>
7764 array(0) {}
7765 [
7766 "reconnector":protected
7767 ]=>
7768 object(Closure)#33 (2) {
7769 [
7770 "this"
7771 ]=>
7772 *RECURSION*
7773 [
7774 "parameter"
7775 ]=>
7776 array(1) {
7777 [
7778 "$connection"
7779 ]=>
7780 string(10) "<required>"
7781 }
7782 }
7783 }
7784 [
7785 "connection":protected
7786 ]=>
7787 NULL
7788 }
7789 [
7790 "validator"
7791 ]=>
7792 object(Illuminate\Validation\Factory)#83 (9) {
7793 [
7794 "translator":protected
7795 ]=>
7796 object(Illuminate\Translation\Translator)#92 (6) {
7797 [
7798 "loader":protected
7799 ]=>
7800 object(Illuminate\Translation\FileLoader)#89 (4) {
7801 [
7802 "files":protected
7803 ]=>
7804 object(Illuminate\Filesystem\Filesystem)#91 (0) {}
7805 [
7806 "path":protected
7807 ]=>
7808 string(82) "/home/mati/Praca/luemnapp/app/vendor/laravel/lumen-framework/src/../resources/lang"
7809 [
7810 "jsonPaths":protected
7811 ]=>
7812 array(0) {}
7813 [
7814 "hints":protected
7815 ]=>
7816 array(0) {}
7817 }
7818 [
7819 "locale":protected
7820 ]=>
7821 string(2) "en"
7822 [
7823 "fallback":protected
7824 ]=>
7825 string(2) "en"
7826 [
7827 "loaded":protected
7828 ]=>
7829 array(0) {}
7830 [
7831 "selector":protected
7832 ]=>
7833 NULL
7834 [
7835 "parsed":protected
7836 ]=>
7837 array(0) {}
7838 }
7839 [
7840 "verifier":protected
7841 ]=>
7842 object(Illuminate\Validation\DatabasePresenceVerifier)#82 (2) {
7843 [
7844 "db":protected
7845 ]=>
7846 object(Illuminate\Database\DatabaseManager)#31 (5) {
7847 [
7848 "app":protected
7849 ]=>
7850 *RECURSION*
7851 [
7852 "factory":protected
7853 ]=>
7854 object(Illuminate\Database\Connectors\ConnectionFactory)#32 (1) {
7855 [
7856 "container":protected
7857 ]=>
7858 *RECURSION*
7859 }
7860 [
7861 "connections":protected
7862 ]=>
7863 array(0) {}
7864 [
7865 "extensions":protected
7866 ]=>
7867 array(0) {}
7868 [
7869 "reconnector":protected
7870 ]=>
7871 object(Closure)#33 (2) {
7872 [
7873 "this"
7874 ]=>
7875 *RECURSION*
7876 [
7877 "parameter"
7878 ]=>
7879 array(1) {
7880 [
7881 "$connection"
7882 ]=>
7883 string(10) "<required>"
7884 }
7885 }
7886 }
7887 [
7888 "connection":protected
7889 ]=>
7890 NULL
7891 }
7892 [
7893 "container":protected
7894 ]=>
7895 *RECURSION*
7896 [
7897 "extensions":protected
7898 ]=>
7899 array(0) {}
7900 [
7901 "implicitExtensions":protected
7902 ]=>
7903 array(0) {}
7904 [
7905 "dependentExtensions":protected
7906 ]=>
7907 array(0) {}
7908 [
7909 "replacers":protected
7910 ]=>
7911 array(0) {}
7912 [
7913 "fallbackMessages":protected
7914 ]=>
7915 array(0) {}
7916 [
7917 "resolver":protected
7918 ]=>
7919 NULL
7920 }
7921 }
7922 [
7923 "aliases":protected
7924 ]=>
7925 array(29) {
7926 ["Illuminate\Contracts\Foundation\Application"
7927 ]=>
7928 string(3) "app"
7929 ["Illuminate\Contracts\Auth\Factory"
7930 ]=>
7931 string(4) "auth"
7932 ["Illuminate\Contracts\Auth\Guard"
7933 ]=>
7934 string(11) "auth.driver"
7935 ["Illuminate\Contracts\Cache\Factory"
7936 ]=>
7937 string(5) "cache"
7938 ["Illuminate\Contracts\Cache\Repository"
7939 ]=>
7940 string(11) "cache.store"
7941 ["Illuminate\Contracts\Config\Repository"
7942 ]=>
7943 string(6) "config"
7944 ["Illuminate\Container\Container"
7945 ]=>
7946 string(3) "app"
7947 ["Illuminate\Contracts\Container\Container"
7948 ]=>
7949 string(3) "app"
7950 ["Illuminate\Database\ConnectionResolverInterface"
7951 ]=>
7952 string(2) "db"
7953 ["Illuminate\Database\DatabaseManager"
7954 ]=>
7955 string(2) "db"
7956 ["Illuminate\Contracts\Encryption\Encrypter"
7957 ]=>
7958 string(9) "encrypter"
7959 ["Illuminate\Contracts\Events\Dispatcher"
7960 ]=>
7961 string(6) "events"
7962 ["Illuminate\Contracts\Filesystem\Factory"
7963 ]=>
7964 string(10) "filesystem"
7965 ["Illuminate\Contracts\Filesystem\Filesystem"
7966 ]=>
7967 string(15) "filesystem.disk"
7968 ["Illuminate\Contracts\Filesystem\Cloud"
7969 ]=>
7970 string(16) "filesystem.cloud"
7971 ["Illuminate\Contracts\Hashing\Hasher"
7972 ]=>
7973 string(4) "hash"
7974 [
7975 "log"
7976 ]=>
7977 string(23) "Psr\Log\LoggerInterface"
7978 ["Illuminate\Contracts\Queue\Factory"
7979 ]=>
7980 string(5) "queue"
7981 ["Illuminate\Contracts\Queue\Queue"
7982 ]=>
7983 string(16) "queue.connection"
7984 ["Illuminate\Redis\RedisManager"
7985 ]=>
7986 string(5) "redis"
7987 ["Illuminate\Contracts\Redis\Factory"
7988 ]=>
7989 string(5) "redis"
7990 ["Illuminate\Redis\Connections\Connection"
7991 ]=>
7992 string(16) "redis.connection"
7993 ["Illuminate\Contracts\Redis\Connection"
7994 ]=>
7995 string(16) "redis.connection"
7996 [
7997 "request"
7998 ]=>
7999 string(23) "Illuminate\Http\Request"
8000 ["Laravel\Lumen\Routing\Router"
8001 ]=>
8002 string(6) "router"
8003 ["Illuminate\Contracts\Translation\Translator"
8004 ]=>
8005 string(10) "translator"
8006 ["Laravel\Lumen\Routing\UrlGenerator"
8007 ]=>
8008 string(3) "url"
8009 ["Illuminate\Contracts\Validation\Factory"
8010 ]=>
8011 string(9) "validator"
8012 ["Illuminate\Contracts\View\Factory"
8013 ]=>
8014 string(4) "view"
8015 }
8016 [
8017 "abstractAliases":protected
8018 ]=>
8019 array(0) {}
8020 [
8021 "extenders":protected
8022 ]=>
8023 array(0) {}
8024 [
8025 "tags":protected
8026 ]=>
8027 array(0) {}
8028 [
8029 "buildStack":protected
8030 ]=>
8031 array(0) {}
8032 [
8033 "with":protected
8034 ]=>
8035 array(0) {}
8036 [
8037 "contextual"
8038 ]=>
8039 array(0) {}
8040 [
8041 "reboundCallbacks":protected
8042 ]=>
8043 array(2) {
8044 ["Illuminate\Http\Request"
8045 ]=>
8046 array(1) {
8047 [
8048 0
8049 ]=>
8050 object(Closure)#56 (2) {
8051 [
8052 "this"
8053 ]=>
8054 object(Illuminate\Auth\AuthServiceProvider)#57 (1) {
8055 [
8056 "app":protected
8057 ]=>
8058 *RECURSION*
8059 }
8060 [
8061 "parameter"
8062 ]=>
8063 array(2) {
8064 [
8065 "$app"
8066 ]=>
8067 string(10) "<required>"
8068 [
8069 "$request"
8070 ]=>
8071 string(10) "<required>"
8072 }
8073 }
8074 }
8075 [
8076 "events"
8077 ]=>
8078 array(1) {
8079 [
8080 0
8081 ]=>
8082 object(Closure)#66 (2) {
8083 [
8084 "this"
8085 ]=>
8086 object(Illuminate\Auth\AuthServiceProvider)#57 (1) {
8087 [
8088 "app":protected
8089 ]=>
8090 *RECURSION*
8091 }
8092 [
8093 "parameter"
8094 ]=>
8095 array(2) {
8096 [
8097 "$app"
8098 ]=>
8099 string(10) "<required>"
8100 [
8101 "$dispatcher"
8102 ]=>
8103 string(10) "<required>"
8104 }
8105 }
8106 }
8107 }
8108 [
8109 "globalResolvingCallbacks":protected
8110 ]=>
8111 array(0) {}
8112 [
8113 "globalAfterResolvingCallbacks":protected
8114 ]=>
8115 array(0) {}
8116 [
8117 "resolvingCallbacks":protected
8118 ]=>
8119 array(0) {}
8120 [
8121 "afterResolvingCallbacks":protected
8122 ]=>
8123 array(2) {
8124 [
8125 "auth"
8126 ]=>
8127 array(1) {
8128 [
8129 0
8130 ]=>
8131 object(Closure)#40 (2) {
8132 [
8133 "static"
8134 ]=>
8135 array(1) {
8136 [
8137 "callback"
8138 ]=>
8139 object(Closure)#39 (2) {
8140 [
8141 "this"
8142 ]=>
8143 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
8144 [
8145 "app":protected
8146 ]=>
8147 *RECURSION*
8148 }
8149 [
8150 "parameter"
8151 ]=>
8152 array(1) {
8153 [
8154 "$auth"
8155 ]=>
8156 string(10) "<required>"
8157 }
8158 }
8159 }
8160 [
8161 "parameter"
8162 ]=>
8163 array(1) {
8164 [
8165 "$service"
8166 ]=>
8167 string(10) "<required>"
8168 }
8169 }
8170 }
8171 [
8172 "view"
8173 ]=>
8174 array(2) {
8175 [
8176 0
8177 ]=>
8178 object(Closure)#49 (3) {
8179 [
8180 "static"
8181 ]=>
8182 array(2) {
8183 [
8184 "path"
8185 ]=>
8186 string(74) "/home/mati/Praca/luemnapp/app/vendor/illuminate/pagination/resources/views"
8187 [
8188 "namespace"
8189 ]=>
8190 string(10) "pagination"
8191 }
8192 [
8193 "this"
8194 ]=>
8195 object(Illuminate\Pagination\PaginationServiceProvider)#26 (1) {
8196 [
8197 "app":protected
8198 ]=>
8199 *RECURSION*
8200 }
8201 [
8202 "parameter"
8203 ]=>
8204 array(1) {
8205 [
8206 "$view"
8207 ]=>
8208 string(10) "<required>"
8209 }
8210 }
8211 [
8212 1
8213 ]=>
8214 object(Closure)#73 (3) {
8215 [
8216 "static"
8217 ]=>
8218 array(2) {
8219 [
8220 "path"
8221 ]=>
8222 string(76) "/home/mati/Praca/luemnapp/app/vendor/laravel/passport/src/../resources/views"
8223 [
8224 "namespace"
8225 ]=>
8226 string(8) "passport"
8227 }
8228 [
8229 "this"
8230 ]=>
8231 object(Laravel\Passport\PassportServiceProvider)#36 (1) {
8232 [
8233 "app":protected
8234 ]=>
8235 *RECURSION*
8236 }
8237 [
8238 "parameter"
8239 ]=>
8240 array(1) {
8241 [
8242 "$view"
8243 ]=>
8244 string(10) "<required>"
8245 }
8246 }
8247 }
8248 }
8249 [
8250 "middleware":protected
8251 ]=>
8252 array(0) {}
8253 [
8254 "routeMiddleware":protected
8255 ]=>
8256 array(1) {
8257 [
8258 "auth"
8259 ]=>
8260 string(32) "App\Http\Middleware\Authenticate"
8261 }
8262 [
8263 "currentRoute":protected
8264 ]=>
8265 array(3) {
8266 [
8267 0
8268 ]=>
8269 bool(true)
8270 [
8271 1
8272 ]=>
8273 array(1) {
8274 [
8275 "uses"
8276 ]=>
8277 string(48) "App\Http\Controllers\AuthController@registerUser"
8278 }
8279 [
8280 2
8281 ]=>
8282 array(0) {}
8283 }
8284 [
8285 "dispatcher":protected
8286 ]=>
8287 NULL
8288 }
8289 }
8290 [
8291 "attributes"
8292 ]=>
8293 object(Symfony\Component\HttpFoundation\ParameterBag)#61 (1) {
8294 [
8295 "parameters":protected
8296 ]=>
8297 array(0) {}
8298 }
8299 [
8300 "request"
8301 ]=>
8302 object(Symfony\Component\HttpFoundation\ParameterBag)#51 (1) {
8303 [
8304 "parameters":protected
8305 ]=>
8306 array(3) {
8307 [
8308 "email"
8309 ]=>
8310 string(12) "test@test.pl"
8311 [
8312 "password"
8313 ]=>
8314 string(6) "123qwe"
8315 [
8316 "fullName"
8317 ]=>
8318 string(3) "111"
8319 }
8320 }
8321 [
8322 "query"
8323 ]=>
8324 object(Symfony\Component\HttpFoundation\ParameterBag)#67 (1) {
8325 [
8326 "parameters":protected
8327 ]=>
8328 array(0) {}
8329 }
8330 [
8331 "server"
8332 ]=>
8333 object(Symfony\Component\HttpFoundation\ServerBag)#63 (1) {
8334 [
8335 "parameters":protected
8336 ]=>
8337 array(42) {
8338 [
8339 "DOCUMENT_ROOT"
8340 ]=>
8341 string(36) "/home/mati/Praca/luemnapp/app/public"
8342 [
8343 "REMOTE_ADDR"
8344 ]=>
8345 string(9) "127.0.0.1"
8346 [
8347 "REMOTE_PORT"
8348 ]=>
8349 string(5) "59220"
8350 [
8351 "SERVER_SOFTWARE"
8352 ]=>
8353 string(28) "PHP 7.4.4 Development Server"
8354 [
8355 "SERVER_PROTOCOL"
8356 ]=>
8357 string(8) "HTTP/1.1"
8358 [
8359 "SERVER_NAME"
8360 ]=>
8361 string(9) "localhost"
8362 [
8363 "SERVER_PORT"
8364 ]=>
8365 string(4) "8001"
8366 [
8367 "REQUEST_URI"
8368 ]=>
8369 string(14) "/auth/register"
8370 [
8371 "REQUEST_METHOD"
8372 ]=>
8373 string(4) "POST"
8374 [
8375 "SCRIPT_NAME"
8376 ]=>
8377 string(10) "/index.php"
8378 [
8379 "SCRIPT_FILENAME"
8380 ]=>
8381 string(46) "/home/mati/Praca/luemnapp/app/public/index.php"
8382 [
8383 "PATH_INFO"
8384 ]=>
8385 string(14) "/auth/register"
8386 [
8387 "PHP_SELF"
8388 ]=>
8389 string(24) "/index.php/auth/register"
8390 [
8391 "HTTP_ACCEPT"
8392 ]=>
8393 string(16) "application/json"
8394 [
8395 "CONTENT_TYPE"
8396 ]=>
8397 string(16) "application/json"
8398 [
8399 "HTTP_CONTENT_TYPE"
8400 ]=>
8401 string(16) "application/json"
8402 [
8403 "HTTP_USER_AGENT"
8404 ]=>
8405 string(21) "PostmanRuntime/7.24.1"
8406 [
8407 "HTTP_CACHE_CONTROL"
8408 ]=>
8409 string(8) "no-cache"
8410 [
8411 "HTTP_POSTMAN_TOKEN"
8412 ]=>
8413 string(36) "7654e9f0-191c-4f3e-a7f3-8c864e11f92e"
8414 [
8415 "HTTP_HOST"
8416 ]=>
8417 string(14) "localhost:8001"
8418 [
8419 "HTTP_ACCEPT_ENCODING"
8420 ]=>
8421 string(17) "gzip, deflate, br"
8422 [
8423 "HTTP_CONNECTION"
8424 ]=>
8425 string(10) "keep-alive"
8426 [
8427 "CONTENT_LENGTH"
8428 ]=>
8429 string(2) "71"
8430 [
8431 "HTTP_CONTENT_LENGTH"
8432 ]=>
8433 string(2) "71"
8434 [
8435 "REQUEST_TIME_FLOAT"
8436 ]=>
8437 float(1586802959.9372)
8438 [
8439 "REQUEST_TIME"
8440 ]=>
8441 int(1586802959)
8442 [
8443 "APP_NAME"
8444 ]=>
8445 string(5) "Lumen"
8446 [
8447 "APP_ENV"
8448 ]=>
8449 string(5) "local"
8450 [
8451 "APP_KEY"
8452 ]=>
8453 string(0) ""
8454 [
8455 "APP_DEBUG"
8456 ]=>
8457 string(4) "true"
8458 [
8459 "APP_URL"
8460 ]=>
8461 string(16) "http://localhost"
8462 [
8463 "APP_TIMEZONE"
8464 ]=>
8465 string(3) "UTC"
8466 [
8467 "LOG_CHANNEL"
8468 ]=>
8469 string(5) "stack"
8470 [
8471 "LOG_SLACK_WEBHOOK_URL"
8472 ]=>
8473 string(0) ""
8474 [
8475 "DB_CONNECTION"
8476 ]=>
8477 string(5) "mysql"
8478 [
8479 "DB_HOST"
8480 ]=>
8481 string(10) "172.18.0.2"
8482 [
8483 "DB_PORT"
8484 ]=>
8485 string(4) "3306"
8486 [
8487 "DB_DATABASE"
8488 ]=>
8489 string(9) "wordpress"
8490 [
8491 "DB_USERNAME"
8492 ]=>
8493 string(9) "wordpress"
8494 [
8495 "DB_PASSWORD"
8496 ]=>
8497 string(9) "wordpress"
8498 [
8499 "CACHE_DRIVER"
8500 ]=>
8501 string(4) "file"
8502 [
8503 "QUEUE_CONNECTION"
8504 ]=>
8505 string(4) "sync"
8506 }
8507 }
8508 [
8509 "files"
8510 ]=>
8511 object(Symfony\Component\HttpFoundation\FileBag)#64 (1) {
8512 [
8513 "parameters":protected
8514 ]=>
8515 array(0) {}
8516 }
8517 [
8518 "cookies"
8519 ]=>
8520 object(Symfony\Component\HttpFoundation\ParameterBag)#62 (1) {
8521 [
8522 "parameters":protected
8523 ]=>
8524 array(0) {}
8525 }
8526 [
8527 "headers"
8528 ]=>
8529 object(Symfony\Component\HttpFoundation\HeaderBag)#65 (2) {
8530 [
8531 "headers":protected
8532 ]=>
8533 array(9) {
8534 [
8535 "accept"
8536 ]=>
8537 array(1) {
8538 [
8539 0
8540 ]=>
8541 string(16) "application/json"
8542 }
8543 [
8544 "content-type"
8545 ]=>
8546 array(1) {
8547 [
8548 0
8549 ]=>
8550 string(16) "application/json"
8551 }
8552 [
8553 "user-agent"
8554 ]=>
8555 array(1) {
8556 [
8557 0
8558 ]=>
8559 string(21) "PostmanRuntime/7.24.1"
8560 }
8561 [
8562 "cache-control"
8563 ]=>
8564 array(1) {
8565 [
8566 0
8567 ]=>
8568 string(8) "no-cache"
8569 }
8570 [
8571 "postman-token"
8572 ]=>
8573 array(1) {
8574 [
8575 0
8576 ]=>
8577 string(36) "7654e9f0-191c-4f3e-a7f3-8c864e11f92e"
8578 }
8579 [
8580 "host"
8581 ]=>
8582 array(1) {
8583 [
8584 0
8585 ]=>
8586 string(14) "localhost:8001"
8587 }
8588 [
8589 "accept-encoding"
8590 ]=>
8591 array(1) {
8592 [
8593 0
8594 ]=>
8595 string(17) "gzip, deflate, br"
8596 }
8597 [
8598 "connection"
8599 ]=>
8600 array(1) {
8601 [
8602 0
8603 ]=>
8604 string(10) "keep-alive"
8605 }
8606 [
8607 "content-length"
8608 ]=>
8609 array(1) {
8610 [
8611 0
8612 ]=>
8613 string(2) "71"
8614 }
8615 }
8616 [
8617 "cacheControl":protected
8618 ]=>
8619 array(1) {
8620 [
8621 "no-cache"
8622 ]=>
8623 bool(true)
8624 }
8625 }
8626 [
8627 "content":protected
8628 ]=>
8629 string(71) "{
8630 "email": "test@test.pl",
8631 "password": "123qwe",
8632 "fullName": "111"
8633}"
8634 [
8635 "languages":protected
8636]=>
8637 NULL
8638 [
8639 "charsets":protected
8640]=>
8641 NULL
8642 [
8643 "encodings":protected
8644]=>
8645 NULL
8646 [
8647 "acceptableContentTypes":protected
8648]=>
8649 NULL
8650 [
8651 "pathInfo":protected
8652]=>
8653 string(14) "/auth/register"
8654 [
8655 "requestUri":protected
8656]=>
8657 string(14) "/auth/register"
8658 [
8659 "baseUrl":protected
8660]=>
8661 string(0) ""
8662 [
8663 "basePath":protected
8664]=>
8665 NULL
8666 [
8667 "method":protected
8668]=>
8669 string(4) "POST"
8670 [
8671 "format":protected
8672]=>
8673 NULL
8674 [
8675 "session":protected
8676]=>
8677 NULL
8678 [
8679 "locale":protected
8680]=>
8681 NULL
8682 [
8683 "defaultLocale":protected
8684]=>
8685 string(2) "en"
8686 [
8687 "preferredFormat":"Symfony\Component\HttpFoundation\Request":private
8688]=>
8689 NULL
8690 [
8691 "isHostValid":"Symfony\Component\HttpFoundation\Request":private
8692]=>
8693 bool(true)
8694 [
8695 "isForwardedValid":"Symfony\Component\HttpFoundation\Request":private
8696]=>
8697 bool(true)
8698}