Advertisement
Guest User

Laravel Foreign Key Migration Blow Up

a guest
Mar 1st, 2015
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 247.67 KB | None | 0 0
  1. Illuminate\Database\QueryException Object
  2. (
  3.     [sql:protected] => alter table `inventory_category_relations` add constraint inventory_category_relations_inventory_category_id_foreign foreign key (`inventory_category_id`) references `inventory_categories` (`id`)
  4.     [bindings:protected] => Array
  5.         (
  6.         )
  7.  
  8.     [message:protected] => SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint (SQL: alter table `inventory_category_relations` add constraint inventory_category_relations_inventory_category_id_foreign foreign key (`inventory_category_id`) references `inventory_categories` (`id`))
  9.     [string:Exception:private] =>
  10.     [code:protected] => HY000
  11.     [file:protected] => C:\wamp\www\university\vendor\laravel\framework\src\Illuminate\Database\Connection.php
  12.     [line:protected] => 555
  13.     [trace:Exception:private] => Array
  14.         (
  15.             [0] => Array
  16.                 (
  17.                     [file] => C:\wamp\www\university\vendor\laravel\framework\src\Illuminate\Database\Connection.php
  18.                     [line] => 338
  19.                     [function] => run
  20.                     [class] => Illuminate\Database\Connection
  21.                     [type] => ->
  22.                     [args] => Array
  23.                         (
  24.                             [0] => alter table `inventory_category_relations` add constraint inventory_category_relations_inventory_category_id_foreign foreign key (`inventory_category_id`) references `inventory_categories` (`id`)
  25.                             [1] => Array
  26.                                 (
  27.                                 )
  28.  
  29.                             [2] => Closure Object
  30.                                 (
  31.                                     [parameter] => Array
  32.                                         (
  33.                                             [$me] => <required>
  34.                                             [$query] => <required>
  35.                                             [$bindings] => <required>
  36.                                         )
  37.  
  38.                                 )
  39.  
  40.                         )
  41.  
  42.                 )
  43.  
  44.             [1] => Array
  45.                 (
  46.                     [file] => C:\wamp\www\university\vendor\laravel\framework\src\Illuminate\Database\Schema\Blueprint.php
  47.                     [line] => 63
  48.                     [function] => statement
  49.                     [class] => Illuminate\Database\Connection
  50.                     [type] => ->
  51.                     [args] => Array
  52.                         (
  53.                             [0] => alter table `inventory_category_relations` add constraint inventory_category_relations_inventory_category_id_foreign foreign key (`inventory_category_id`) references `inventory_categories` (`id`)
  54.                         )
  55.  
  56.                 )
  57.  
  58.             [2] => Array
  59.                 (
  60.                     [file] => C:\wamp\www\university\vendor\laravel\framework\src\Illuminate\Database\Schema\Builder.php
  61.                     [line] => 169
  62.                     [function] => build
  63.                     [class] => Illuminate\Database\Schema\Blueprint
  64.                     [type] => ->
  65.                     [args] => Array
  66.                         (
  67.                             [0] => Illuminate\Database\MySqlConnection Object
  68.                                 (
  69.                                     [pdo:protected] => PDO Object
  70.                                         (
  71.                                         )
  72.  
  73.                                     [readPdo:protected] =>
  74.                                     [queryGrammar:protected] => Illuminate\Database\Query\Grammars\MySqlGrammar Object
  75.                                         (
  76.                                             [selectComponents:protected] => Array
  77.                                                 (
  78.                                                     [0] => aggregate
  79.                                                     [1] => columns
  80.                                                     [2] => from
  81.                                                     [3] => joins
  82.                                                     [4] => wheres
  83.                                                     [5] => groups
  84.                                                     [6] => havings
  85.                                                     [7] => orders
  86.                                                     [8] => limit
  87.                                                     [9] => offset
  88.                                                     [10] => lock
  89.                                                 )
  90.  
  91.                                             [tablePrefix:protected] =>
  92.                                         )
  93.  
  94.                                     [schemaGrammar:protected] => Illuminate\Database\Schema\Grammars\MySqlGrammar Object
  95.                                         (
  96.                                             [modifiers:protected] => Array
  97.                                                 (
  98.                                                     [0] => Unsigned
  99.                                                     [1] => Nullable
  100.                                                     [2] => Default
  101.                                                     [3] => Increment
  102.                                                     [4] => After
  103.                                                 )
  104.  
  105.                                             [serials:protected] => Array
  106.                                                 (
  107.                                                     [0] => bigInteger
  108.                                                     [1] => integer
  109.                                                     [2] => mediumInteger
  110.                                                     [3] => smallInteger
  111.                                                     [4] => tinyInteger
  112.                                                 )
  113.  
  114.                                             [tablePrefix:protected] =>
  115.                                         )
  116.  
  117.                                     [postProcessor:protected] => Illuminate\Database\Query\Processors\MySqlProcessor Object
  118.                                         (
  119.                                         )
  120.  
  121.                                     [events:protected] => Illuminate\Events\Dispatcher Object
  122.                                         (
  123.                                             [container:protected] => Illuminate\Foundation\Application Object
  124.                                                 (
  125.                                                     [booted:protected] => 1
  126.                                                     [bootingCallbacks:protected] => Array
  127.                                                         (
  128.                                                             [0] => Closure Object
  129.                                                                 (
  130.                                                                 )
  131.  
  132.                                                             [1] => Closure Object
  133.                                                                 (
  134.                                                                 )
  135.  
  136.                                                         )
  137.  
  138.                                                     [bootedCallbacks:protected] => Array
  139.                                                         (
  140.                                                             [0] => Closure Object
  141.                                                                 (
  142.                                                                     [static] => Array
  143.                                                                         (
  144.                                                                             [app] => Illuminate\Foundation\Application Object
  145.  *RECURSION*
  146.                                                                             [me] => Illuminate\View\ViewServiceProvider Object
  147.                                                                                 (
  148.                                                                                     [app:protected] => Illuminate\Foundation\Application Object
  149.  *RECURSION*
  150.                                                                                     [defer:protected] =>
  151.                                                                                 )
  152.  
  153.                                                                         )
  154.  
  155.                                                                 )
  156.  
  157.                                                             [1] => Closure Object
  158.                                                                 (
  159.                                                                     [static] => Array
  160.                                                                         (
  161.                                                                             [app] => Illuminate\Foundation\Application Object
  162.  *RECURSION*
  163.                                                                             [env] => local
  164.                                                                         )
  165.  
  166.                                                                 )
  167.  
  168.                                                         )
  169.  
  170.                                                     [finishCallbacks:protected] => Array
  171.                                                         (
  172.                                                         )
  173.  
  174.                                                     [shutdownCallbacks:protected] => Array
  175.                                                         (
  176.                                                         )
  177.  
  178.                                                     [middlewares:protected] => Array
  179.                                                         (
  180.                                                             [0] => Array
  181.                                                                 (
  182.                                                                     [class] => Illuminate\Http\FrameGuard
  183.                                                                     [parameters] => Array
  184.                                                                         (
  185.                                                                         )
  186.  
  187.                                                                 )
  188.  
  189.                                                         )
  190.  
  191.                                                     [serviceProviders:protected] => Array
  192.                                                         (
  193.                                                             [0] => Illuminate\Events\EventServiceProvider Object
  194.                                                                 (
  195.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  196.  *RECURSION*
  197.                                                                     [defer:protected] =>
  198.                                                                 )
  199.  
  200.                                                             [1] => Illuminate\Exception\ExceptionServiceProvider Object
  201.                                                                 (
  202.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  203.  *RECURSION*
  204.                                                                     [defer:protected] =>
  205.                                                                 )
  206.  
  207.                                                             [2] => Illuminate\Routing\RoutingServiceProvider Object
  208.                                                                 (
  209.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  210.  *RECURSION*
  211.                                                                     [defer:protected] =>
  212.                                                                 )
  213.  
  214.                                                             [3] => Illuminate\Foundation\Providers\ArtisanServiceProvider Object
  215.                                                                 (
  216.                                                                     [defer:protected] => 1
  217.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  218.  *RECURSION*
  219.                                                                 )
  220.  
  221.                                                             [4] => Illuminate\Auth\AuthServiceProvider Object
  222.                                                                 (
  223.                                                                     [defer:protected] => 1
  224.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  225.  *RECURSION*
  226.                                                                 )
  227.  
  228.                                                             [5] => Illuminate\Cache\CacheServiceProvider Object
  229.                                                                 (
  230.                                                                     [defer:protected] => 1
  231.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  232.  *RECURSION*
  233.                                                                 )
  234.  
  235.                                                             [6] => Illuminate\Session\CommandsServiceProvider Object
  236.                                                                 (
  237.                                                                     [defer:protected] => 1
  238.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  239.  *RECURSION*
  240.                                                                 )
  241.  
  242.                                                             [7] => Illuminate\Foundation\Providers\CommandCreatorServiceProvider Object
  243.                                                                 (
  244.                                                                     [defer:protected] => 1
  245.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  246.  *RECURSION*
  247.                                                                 )
  248.  
  249.                                                             [8] => Illuminate\Foundation\Providers\ComposerServiceProvider Object
  250.                                                                 (
  251.                                                                     [defer:protected] => 1
  252.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  253.  *RECURSION*
  254.                                                                 )
  255.  
  256.                                                             [9] => Illuminate\Foundation\Providers\KeyGeneratorServiceProvider Object
  257.                                                                 (
  258.                                                                     [defer:protected] => 1
  259.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  260.  *RECURSION*
  261.                                                                 )
  262.  
  263.                                                             [10] => Illuminate\Foundation\Providers\MaintenanceServiceProvider Object
  264.                                                                 (
  265.                                                                     [defer:protected] => 1
  266.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  267.  *RECURSION*
  268.                                                                 )
  269.  
  270.                                                             [11] => Illuminate\Foundation\Providers\OptimizeServiceProvider Object
  271.                                                                 (
  272.                                                                     [defer:protected] => 1
  273.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  274.  *RECURSION*
  275.                                                                 )
  276.  
  277.                                                             [12] => Illuminate\Foundation\Providers\PublisherServiceProvider Object
  278.                                                                 (
  279.                                                                     [defer:protected] => 1
  280.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  281.  *RECURSION*
  282.                                                                 )
  283.  
  284.                                                             [13] => Illuminate\Foundation\Providers\RouteListServiceProvider Object
  285.                                                                 (
  286.                                                                     [defer:protected] => 1
  287.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  288.  *RECURSION*
  289.                                                                 )
  290.  
  291.                                                             [14] => Illuminate\Foundation\Providers\ServerServiceProvider Object
  292.                                                                 (
  293.                                                                     [defer:protected] => 1
  294.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  295.  *RECURSION*
  296.                                                                 )
  297.  
  298.                                                             [15] => Illuminate\Foundation\Providers\TinkerServiceProvider Object
  299.                                                                 (
  300.                                                                     [defer:protected] => 1
  301.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  302.  *RECURSION*
  303.                                                                 )
  304.  
  305.                                                             [16] => Illuminate\Queue\FailConsoleServiceProvider Object
  306.                                                                 (
  307.                                                                     [defer:protected] => 1
  308.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  309.  *RECURSION*
  310.                                                                 )
  311.  
  312.                                                             [17] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider Object
  313.                                                                 (
  314.                                                                     [providers:protected] => Array
  315.                                                                         (
  316.                                                                             [0] => Illuminate\Foundation\Providers\CommandCreatorServiceProvider
  317.                                                                             [1] => Illuminate\Foundation\Providers\ComposerServiceProvider
  318.                                                                             [2] => Illuminate\Foundation\Providers\KeyGeneratorServiceProvider
  319.                                                                             [3] => Illuminate\Foundation\Providers\MaintenanceServiceProvider
  320.                                                                             [4] => Illuminate\Foundation\Providers\OptimizeServiceProvider
  321.                                                                             [5] => Illuminate\Foundation\Providers\PublisherServiceProvider
  322.                                                                             [6] => Illuminate\Foundation\Providers\RouteListServiceProvider
  323.                                                                             [7] => Illuminate\Foundation\Providers\ServerServiceProvider
  324.                                                                             [8] => Illuminate\Foundation\Providers\TinkerServiceProvider
  325.                                                                             [9] => Illuminate\Queue\FailConsoleServiceProvider
  326.                                                                         )
  327.  
  328.                                                                     [instances:protected] => Array
  329.                                                                         (
  330.                                                                             [0] => Illuminate\Foundation\Providers\CommandCreatorServiceProvider Object
  331.                                                                                 (
  332.                                                                                     [defer:protected] => 1
  333.                                                                                     [app:protected] => Illuminate\Foundation\Application Object
  334.  *RECURSION*
  335.                                                                                 )
  336.  
  337.                                                                             [1] => Illuminate\Foundation\Providers\ComposerServiceProvider Object
  338.                                                                                 (
  339.                                                                                     [defer:protected] => 1
  340.                                                                                     [app:protected] => Illuminate\Foundation\Application Object
  341.  *RECURSION*
  342.                                                                                 )
  343.  
  344.                                                                             [2] => Illuminate\Foundation\Providers\KeyGeneratorServiceProvider Object
  345.                                                                                 (
  346.                                                                                     [defer:protected] => 1
  347.                                                                                     [app:protected] => Illuminate\Foundation\Application Object
  348.  *RECURSION*
  349.                                                                                 )
  350.  
  351.                                                                             [3] => Illuminate\Foundation\Providers\MaintenanceServiceProvider Object
  352.                                                                                 (
  353.                                                                                     [defer:protected] => 1
  354.                                                                                     [app:protected] => Illuminate\Foundation\Application Object
  355.  *RECURSION*
  356.                                                                                 )
  357.  
  358.                                                                             [4] => Illuminate\Foundation\Providers\OptimizeServiceProvider Object
  359.                                                                                 (
  360.                                                                                     [defer:protected] => 1
  361.                                                                                     [app:protected] => Illuminate\Foundation\Application Object
  362.  *RECURSION*
  363.                                                                                 )
  364.  
  365.                                                                             [5] => Illuminate\Foundation\Providers\PublisherServiceProvider Object
  366.                                                                                 (
  367.                                                                                     [defer:protected] => 1
  368.                                                                                     [app:protected] => Illuminate\Foundation\Application Object
  369.  *RECURSION*
  370.                                                                                 )
  371.  
  372.                                                                             [6] => Illuminate\Foundation\Providers\RouteListServiceProvider Object
  373.                                                                                 (
  374.                                                                                     [defer:protected] => 1
  375.                                                                                     [app:protected] => Illuminate\Foundation\Application Object
  376.  *RECURSION*
  377.                                                                                 )
  378.  
  379.                                                                             [7] => Illuminate\Foundation\Providers\ServerServiceProvider Object
  380.                                                                                 (
  381.                                                                                     [defer:protected] => 1
  382.                                                                                     [app:protected] => Illuminate\Foundation\Application Object
  383.  *RECURSION*
  384.                                                                                 )
  385.  
  386.                                                                             [8] => Illuminate\Foundation\Providers\TinkerServiceProvider Object
  387.                                                                                 (
  388.                                                                                     [defer:protected] => 1
  389.                                                                                     [app:protected] => Illuminate\Foundation\Application Object
  390.  *RECURSION*
  391.                                                                                 )
  392.  
  393.                                                                             [9] => Illuminate\Queue\FailConsoleServiceProvider Object
  394.                                                                                 (
  395.                                                                                     [defer:protected] => 1
  396.                                                                                     [app:protected] => Illuminate\Foundation\Application Object
  397.  *RECURSION*
  398.                                                                                 )
  399.  
  400.                                                                         )
  401.  
  402.                                                                     [defer:protected] => 1
  403.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  404.  *RECURSION*
  405.                                                                 )
  406.  
  407.                                                             [18] => Illuminate\Routing\ControllerServiceProvider Object
  408.                                                                 (
  409.                                                                     [defer:protected] => 1
  410.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  411.  *RECURSION*
  412.                                                                 )
  413.  
  414.                                                             [19] => Illuminate\Cookie\CookieServiceProvider Object
  415.                                                                 (
  416.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  417.  *RECURSION*
  418.                                                                     [defer:protected] =>
  419.                                                                 )
  420.  
  421.                                                             [20] => Illuminate\Database\DatabaseServiceProvider Object
  422.                                                                 (
  423.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  424.  *RECURSION*
  425.                                                                     [defer:protected] =>
  426.                                                                 )
  427.  
  428.                                                             [21] => Illuminate\Encryption\EncryptionServiceProvider Object
  429.                                                                 (
  430.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  431.  *RECURSION*
  432.                                                                     [defer:protected] =>
  433.                                                                 )
  434.  
  435.                                                             [22] => Illuminate\Filesystem\FilesystemServiceProvider Object
  436.                                                                 (
  437.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  438.  *RECURSION*
  439.                                                                     [defer:protected] =>
  440.                                                                 )
  441.  
  442.                                                             [23] => Illuminate\Hashing\HashServiceProvider Object
  443.                                                                 (
  444.                                                                     [defer:protected] => 1
  445.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  446.  *RECURSION*
  447.                                                                 )
  448.  
  449.                                                             [24] => Illuminate\Html\HtmlServiceProvider Object
  450.                                                                 (
  451.                                                                     [defer:protected] => 1
  452.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  453.  *RECURSION*
  454.                                                                 )
  455.  
  456.                                                             [25] => Illuminate\Log\LogServiceProvider Object
  457.                                                                 (
  458.                                                                     [defer:protected] => 1
  459.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  460.  *RECURSION*
  461.                                                                 )
  462.  
  463.                                                             [26] => Illuminate\Mail\MailServiceProvider Object
  464.                                                                 (
  465.                                                                     [defer:protected] => 1
  466.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  467.  *RECURSION*
  468.                                                                 )
  469.  
  470.                                                             [27] => Illuminate\Database\MigrationServiceProvider Object
  471.                                                                 (
  472.                                                                     [defer:protected] => 1
  473.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  474.  *RECURSION*
  475.                                                                 )
  476.  
  477.                                                             [28] => Illuminate\Pagination\PaginationServiceProvider Object
  478.                                                                 (
  479.                                                                     [defer:protected] => 1
  480.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  481.  *RECURSION*
  482.                                                                 )
  483.  
  484.                                                             [29] => Illuminate\Queue\QueueServiceProvider Object
  485.                                                                 (
  486.                                                                     [defer:protected] => 1
  487.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  488.  *RECURSION*
  489.                                                                 )
  490.  
  491.                                                             [30] => Illuminate\Redis\RedisServiceProvider Object
  492.                                                                 (
  493.                                                                     [defer:protected] => 1
  494.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  495.  *RECURSION*
  496.                                                                 )
  497.  
  498.                                                             [31] => Illuminate\Remote\RemoteServiceProvider Object
  499.                                                                 (
  500.                                                                     [defer:protected] => 1
  501.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  502.  *RECURSION*
  503.                                                                 )
  504.  
  505.                                                             [32] => Illuminate\Auth\Reminders\ReminderServiceProvider Object
  506.                                                                 (
  507.                                                                     [defer:protected] => 1
  508.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  509.  *RECURSION*
  510.                                                                 )
  511.  
  512.                                                             [33] => Illuminate\Database\SeedServiceProvider Object
  513.                                                                 (
  514.                                                                     [defer:protected] => 1
  515.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  516.  *RECURSION*
  517.                                                                 )
  518.  
  519.                                                             [34] => Illuminate\Session\SessionServiceProvider Object
  520.                                                                 (
  521.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  522.  *RECURSION*
  523.                                                                     [defer:protected] =>
  524.                                                                 )
  525.  
  526.                                                             [35] => Illuminate\Translation\TranslationServiceProvider Object
  527.                                                                 (
  528.                                                                     [defer:protected] => 1
  529.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  530.  *RECURSION*
  531.                                                                 )
  532.  
  533.                                                             [36] => Illuminate\Validation\ValidationServiceProvider Object
  534.                                                                 (
  535.                                                                     [defer:protected] => 1
  536.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  537.  *RECURSION*
  538.                                                                 )
  539.  
  540.                                                             [37] => Illuminate\View\ViewServiceProvider Object
  541.                                                                 (
  542.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  543.  *RECURSION*
  544.                                                                     [defer:protected] =>
  545.                                                                 )
  546.  
  547.                                                             [38] => Illuminate\Workbench\WorkbenchServiceProvider Object
  548.                                                                 (
  549.                                                                     [defer:protected] =>
  550.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  551.  *RECURSION*
  552.                                                                 )
  553.  
  554.                                                             [39] => Intervention\Image\ImageServiceProvider Object
  555.                                                                 (
  556.                                                                     [defer:protected] =>
  557.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  558.  *RECURSION*
  559.                                                                 )
  560.  
  561.                                                             [40] => Gloudemans\Shoppingcart\ShoppingcartServiceProvider Object
  562.                                                                 (
  563.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  564.  *RECURSION*
  565.                                                                     [defer:protected] =>
  566.                                                                 )
  567.  
  568.                                                             [41] => Bradleyboy\Laravel\BraintreeServiceProvider Object
  569.                                                                 (
  570.                                                                     [defer:protected] =>
  571.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  572.  *RECURSION*
  573.                                                                 )
  574.  
  575.                                                             [42] => JaceWarren\PopShops\PopShopsServiceProvider Object
  576.                                                                 (
  577.                                                                     [defer:protected] =>
  578.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  579.  *RECURSION*
  580.                                                                 )
  581.  
  582.                                                             [43] => Torann\GeoIP\GeoIPServiceProvider Object
  583.                                                                 (
  584.                                                                     [defer:protected] =>
  585.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  586.  *RECURSION*
  587.                                                                 )
  588.  
  589.                                                             [44] => Schickling\Backup\BackupServiceProvider Object
  590.                                                                 (
  591.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  592.  *RECURSION*
  593.                                                                     [defer:protected] =>
  594.                                                                 )
  595.  
  596.                                                             [45] => Jace\PhpAmazonMws\PhpAmazonMwsServiceProvider Object
  597.                                                                 (
  598.                                                                     [defer:protected] =>
  599.                                                                     [app:protected] => Illuminate\Foundation\Application Object
  600.  *RECURSION*
  601.                                                                 )
  602.  
  603.                                                         )
  604.  
  605.                                                     [loadedProviders:protected] => Array
  606.                                                         (
  607.                                                             [Illuminate\Events\EventServiceProvider] => 1
  608.                                                             [Illuminate\Exception\ExceptionServiceProvider] => 1
  609.                                                             [Illuminate\Routing\RoutingServiceProvider] => 1
  610.                                                             [Illuminate\Foundation\Providers\ArtisanServiceProvider] => 1
  611.                                                             [Illuminate\Auth\AuthServiceProvider] => 1
  612.                                                             [Illuminate\Cache\CacheServiceProvider] => 1
  613.                                                             [Illuminate\Session\CommandsServiceProvider] => 1
  614.                                                             [Illuminate\Foundation\Providers\CommandCreatorServiceProvider] => 1
  615.                                                             [Illuminate\Foundation\Providers\ComposerServiceProvider] => 1
  616.                                                             [Illuminate\Foundation\Providers\KeyGeneratorServiceProvider] => 1
  617.                                                             [Illuminate\Foundation\Providers\MaintenanceServiceProvider] => 1
  618.                                                             [Illuminate\Foundation\Providers\OptimizeServiceProvider] => 1
  619.                                                             [Illuminate\Foundation\Providers\PublisherServiceProvider] => 1
  620.                                                             [Illuminate\Foundation\Providers\RouteListServiceProvider] => 1
  621.                                                             [Illuminate\Foundation\Providers\ServerServiceProvider] => 1
  622.                                                             [Illuminate\Foundation\Providers\TinkerServiceProvider] => 1
  623.                                                             [Illuminate\Queue\FailConsoleServiceProvider] => 1
  624.                                                             [Illuminate\Foundation\Providers\ConsoleSupportServiceProvider] => 1
  625.                                                             [Illuminate\Routing\ControllerServiceProvider] => 1
  626.                                                             [Illuminate\Cookie\CookieServiceProvider] => 1
  627.                                                             [Illuminate\Database\DatabaseServiceProvider] => 1
  628.                                                             [Illuminate\Encryption\EncryptionServiceProvider] => 1
  629.                                                             [Illuminate\Filesystem\FilesystemServiceProvider] => 1
  630.                                                             [Illuminate\Hashing\HashServiceProvider] => 1
  631.                                                             [Illuminate\Html\HtmlServiceProvider] => 1
  632.                                                             [Illuminate\Log\LogServiceProvider] => 1
  633.                                                             [Illuminate\Mail\MailServiceProvider] => 1
  634.                                                             [Illuminate\Database\MigrationServiceProvider] => 1
  635.                                                             [Illuminate\Pagination\PaginationServiceProvider] => 1
  636.                                                             [Illuminate\Queue\QueueServiceProvider] => 1
  637.                                                             [Illuminate\Redis\RedisServiceProvider] => 1
  638.                                                             [Illuminate\Remote\RemoteServiceProvider] => 1
  639.                                                             [Illuminate\Auth\Reminders\ReminderServiceProvider] => 1
  640.                                                             [Illuminate\Database\SeedServiceProvider] => 1
  641.                                                             [Illuminate\Session\SessionServiceProvider] => 1
  642.                                                             [Illuminate\Translation\TranslationServiceProvider] => 1
  643.                                                             [Illuminate\Validation\ValidationServiceProvider] => 1
  644.                                                             [Illuminate\View\ViewServiceProvider] => 1
  645.                                                             [Illuminate\Workbench\WorkbenchServiceProvider] => 1
  646.                                                             [Intervention\Image\ImageServiceProvider] => 1
  647.                                                             [Gloudemans\Shoppingcart\ShoppingcartServiceProvider] => 1
  648.                                                             [Bradleyboy\Laravel\BraintreeServiceProvider] => 1
  649.                                                             [JaceWarren\PopShops\PopShopsServiceProvider] => 1
  650.                                                             [Torann\GeoIP\GeoIPServiceProvider] => 1
  651.                                                             [Schickling\Backup\BackupServiceProvider] => 1
  652.                                                             [Jace\PhpAmazonMws\PhpAmazonMwsServiceProvider] => 1
  653.                                                         )
  654.  
  655.                                                     [deferredServices:protected] => Array
  656.                                                         (
  657.                                                             [artisan] => Illuminate\Foundation\Providers\ArtisanServiceProvider
  658.                                                             [command.changes] => Illuminate\Foundation\Providers\ArtisanServiceProvider
  659.                                                             [command.environment] => Illuminate\Foundation\Providers\ArtisanServiceProvider
  660.                                                             [auth] => Illuminate\Auth\AuthServiceProvider
  661.                                                             [cache] => Illuminate\Cache\CacheServiceProvider
  662.                                                             [cache.store] => Illuminate\Cache\CacheServiceProvider
  663.                                                             [memcached.connector] => Illuminate\Cache\CacheServiceProvider
  664.                                                             [command.cache.clear] => Illuminate\Cache\CacheServiceProvider
  665.                                                             [command.session.database] => Illuminate\Session\CommandsServiceProvider
  666.                                                             [command.command.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  667.                                                             [composer] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  668.                                                             [command.dump-autoload] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  669.                                                             [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  670.                                                             [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  671.                                                             [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  672.                                                             [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  673.                                                             [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  674.                                                             [asset.publisher] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  675.                                                             [command.asset.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  676.                                                             [config.publisher] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  677.                                                             [command.config.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  678.                                                             [view.publisher] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  679.                                                             [command.view.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  680.                                                             [migration.publisher] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  681.                                                             [command.migrate.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  682.                                                             [command.routes] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  683.                                                             [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  684.                                                             [command.tinker] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  685.                                                             [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  686.                                                             [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  687.                                                             [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  688.                                                             [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  689.                                                             [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
  690.                                                             [command.controller.make] => Illuminate\Routing\ControllerServiceProvider
  691.                                                             [hash] => Illuminate\Hashing\HashServiceProvider
  692.                                                             [html] => Illuminate\Html\HtmlServiceProvider
  693.                                                             [form] => Illuminate\Html\HtmlServiceProvider
  694.                                                             [log] => Illuminate\Log\LogServiceProvider
  695.                                                             [mailer] => Illuminate\Mail\MailServiceProvider
  696.                                                             [swift.mailer] => Illuminate\Mail\MailServiceProvider
  697.                                                             [swift.transport] => Illuminate\Mail\MailServiceProvider
  698.                                                             [migrator] => Illuminate\Database\MigrationServiceProvider
  699.                                                             [migration.repository] => Illuminate\Database\MigrationServiceProvider
  700.                                                             [command.migrate] => Illuminate\Database\MigrationServiceProvider
  701.                                                             [command.migrate.rollback] => Illuminate\Database\MigrationServiceProvider
  702.                                                             [command.migrate.reset] => Illuminate\Database\MigrationServiceProvider
  703.                                                             [command.migrate.refresh] => Illuminate\Database\MigrationServiceProvider
  704.                                                             [command.migrate.install] => Illuminate\Database\MigrationServiceProvider
  705.                                                             [migration.creator] => Illuminate\Database\MigrationServiceProvider
  706.                                                             [command.migrate.make] => Illuminate\Database\MigrationServiceProvider
  707.                                                             [paginator] => Illuminate\Pagination\PaginationServiceProvider
  708.                                                             [queue] => Illuminate\Queue\QueueServiceProvider
  709.                                                             [queue.worker] => Illuminate\Queue\QueueServiceProvider
  710.                                                             [queue.listener] => Illuminate\Queue\QueueServiceProvider
  711.                                                             [queue.failer] => Illuminate\Queue\QueueServiceProvider
  712.                                                             [command.queue.work] => Illuminate\Queue\QueueServiceProvider
  713.                                                             [command.queue.listen] => Illuminate\Queue\QueueServiceProvider
  714.                                                             [command.queue.subscribe] => Illuminate\Queue\QueueServiceProvider
  715.                                                             [redis] => Illuminate\Redis\RedisServiceProvider
  716.                                                             [remote] => Illuminate\Remote\RemoteServiceProvider
  717.                                                             [auth.reminder] => Illuminate\Auth\Reminders\ReminderServiceProvider
  718.                                                             [auth.reminder.repository] => Illuminate\Auth\Reminders\ReminderServiceProvider
  719.                                                             [command.auth.reminders] => Illuminate\Auth\Reminders\ReminderServiceProvider
  720.                                                             [seeder] => Illuminate\Database\SeedServiceProvider
  721.                                                             [command.seed] => Illuminate\Database\SeedServiceProvider
  722.                                                             [translator] => Illuminate\Translation\TranslationServiceProvider
  723.                                                             [translation.loader] => Illuminate\Translation\TranslationServiceProvider
  724.                                                             [validator] => Illuminate\Validation\ValidationServiceProvider
  725.                                                             [validation.presence] => Illuminate\Validation\ValidationServiceProvider
  726.                                                         )
  727.  
  728.                                                     [resolved:protected] => Array
  729.                                                         (
  730.                                                             [events] => 1
  731.                                                             [path.base] => 1
  732.                                                             [path] => 1
  733.                                                             [exception] => 1
  734.                                                             [exception.plain] => 1
  735.                                                             [exception.debug] => 1
  736.                                                             [whoops] => 1
  737.                                                             [whoops.handler] => 1
  738.                                                             [env] => 1
  739.                                                             [config] => 1
  740.                                                             [path.storage] => 1
  741.                                                             [request] => 1
  742.                                                             [db] => 1
  743.                                                             [db.factory] => 1
  744.                                                             [files] => 1
  745.                                                             [translator] => 1
  746.                                                             [translation.loader] => 1
  747.                                                             [view] => 1
  748.                                                             [view.engine.resolver] => 1
  749.                                                             [view.finder] => 1
  750.                                                             [blade.compiler] => 1
  751.                                                             [session.store] => 1
  752.                                                             [session] => 1
  753.                                                             [log] => 1
  754.                                                             [app] => 1
  755.                                                             [router] => 1
  756.                                                             [form] => 1
  757.                                                             [html] => 1
  758.                                                             [url] => 1
  759.                                                             [artisan] => 1
  760.                                                             [command.tail] => 1
  761.                                                             [command.changes] => 1
  762.                                                             [command.environment] => 1
  763.                                                             [command.cache.clear] => 1
  764.                                                             [cache] => 1
  765.                                                             [command.session.database] => 1
  766.                                                             [command.command.make] => 1
  767.                                                             [command.dump-autoload] => 1
  768.                                                             [composer] => 1
  769.                                                             [command.key.generate] => 1
  770.                                                             [command.up] => 1
  771.                                                             [command.down] => 1
  772.                                                             [command.optimize] => 1
  773.                                                             [command.clear-compiled] => 1
  774.                                                             [command.asset.publish] => 1
  775.                                                             [asset.publisher] => 1
  776.                                                             [path.public] => 1
  777.                                                             [command.config.publish] => 1
  778.                                                             [config.publisher] => 1
  779.                                                             [command.view.publish] => 1
  780.                                                             [view.publisher] => 1
  781.                                                             [command.migrate.publish] => 1
  782.                                                             [command.routes] => 1
  783.                                                             [command.serve] => 1
  784.                                                             [command.tinker] => 1
  785.                                                             [command.queue.failed] => 1
  786.                                                             [command.queue.retry] => 1
  787.                                                             [command.queue.forget] => 1
  788.                                                             [command.queue.flush] => 1
  789.                                                             [command.queue.failed-table] => 1
  790.                                                             [command.controller.make] => 1
  791.                                                             [command.migrate] => 1
  792.                                                             [migrator] => 1
  793.                                                             [migration.repository] => 1
  794.                                                             [command.migrate.make] => 1
  795.                                                             [migration.creator] => 1
  796.                                                             [command.migrate.install] => 1
  797.                                                             [command.migrate.rollback] => 1
  798.                                                             [command.migrate.reset] => 1
  799.                                                             [command.migrate.refresh] => 1
  800.                                                             [command.queue.work] => 1
  801.                                                             [queue.worker] => 1
  802.                                                             [queue] => 1
  803.                                                             [queue.failer] => 1
  804.                                                             [command.queue.listen] => 1
  805.                                                             [queue.listener] => 1
  806.                                                             [command.queue.subscribe] => 1
  807.                                                             [command.auth.reminders] => 1
  808.                                                             [command.auth.reminders.clear] => 1
  809.                                                             [command.auth.reminders.controller] => 1
  810.                                                             [command.seed] => 1
  811.                                                             [command.workbench] => 1
  812.                                                             [package.creator] => 1
  813.                                                             [db.backup] => 1
  814.                                                             [db.restore] => 1
  815.                                                         )
  816.  
  817.                                                     [bindings:protected] => Array
  818.                                                         (
  819.                                                             [events] => Array
  820.                                                                 (
  821.                                                                     [concrete] => Closure Object
  822.                                                                         (
  823.                                                                             [static] => Array
  824.                                                                                 (
  825.                                                                                     [closure] => Closure Object
  826.                                                                                         (
  827.                                                                                             [parameter] => Array
  828.                                                                                                 (
  829.                                                                                                     [$app] => <required>
  830.                                                                                                 )
  831.  
  832.                                                                                         )
  833.  
  834.                                                                                     [object] => Illuminate\Events\Dispatcher Object
  835.  *RECURSION*
  836.                                                                                 )
  837.  
  838.                                                                             [parameter] => Array
  839.                                                                                 (
  840.                                                                                     [$container] => <required>
  841.                                                                                 )
  842.  
  843.                                                                         )
  844.  
  845.                                                                     [shared] =>
  846.                                                                 )
  847.  
  848.                                                             [exception.plain] => Array
  849.                                                                 (
  850.                                                                     [concrete] => Closure Object
  851.                                                                         (
  852.                                                                             [static] => Array
  853.                                                                                 (
  854.                                                                                     [closure] => Closure Object
  855.                                                                                         (
  856.                                                                                             [parameter] => Array
  857.                                                                                                 (
  858.                                                                                                     [$app] => <required>
  859.                                                                                                 )
  860.  
  861.                                                                                         )
  862.  
  863.                                                                                     [object] => Illuminate\Exception\WhoopsDisplayer Object
  864.                                                                                         (
  865.                                                                                             [whoops:protected] => Whoops\Run Object
  866.                                                                                                 (
  867.                                                                                                     [isRegistered:protected] =>
  868.                                                                                                     [allowQuit:protected] =>
  869.                                                                                                     [sendOutput:protected] =>
  870.                                                                                                     [sendHttpCode:protected] => 500
  871.                                                                                                     [handlerStack:protected] => Array
  872.                                                                                                         (
  873.                                                                                                             [0] => Whoops\Handler\JsonResponseHandler Object
  874.                                                                                                                 (
  875.                                                                                                                     [returnFrames:Whoops\Handler\JsonResponseHandler:private] =>
  876.                                                                                                                     [onlyForAjaxRequests:Whoops\Handler\JsonResponseHandler:private] =>
  877.                                                                                                                     [run:Whoops\Handler\Handler:private] =>
  878.                                                                                                                     [inspector:Whoops\Handler\Handler:private] =>
  879.                                                                                                                     [exception:Whoops\Handler\Handler:private] =>
  880.                                                                                                                 )
  881.  
  882.                                                                                                         )
  883.  
  884.                                                                                                     [silencedPatterns:protected] => Array
  885.                                                                                                         (
  886.                                                                                                         )
  887.  
  888.                                                                                                     [canThrowExceptions:Whoops\Run:private] => 1
  889.                                                                                                 )
  890.  
  891.                                                                                             [runningInConsole:protected] => 1
  892.                                                                                         )
  893.  
  894.                                                                                 )
  895.  
  896.                                                                             [parameter] => Array
  897.                                                                                 (
  898.                                                                                     [$container] => <required>
  899.                                                                                 )
  900.  
  901.                                                                         )
  902.  
  903.                                                                     [shared] =>
  904.                                                                 )
  905.  
  906.                                                             [whoops.handler] => Array
  907.                                                                 (
  908.                                                                     [concrete] => Closure Object
  909.                                                                         (
  910.                                                                             [static] => Array
  911.                                                                                 (
  912.                                                                                     [closure] => Closure Object
  913.                                                                                         (
  914.                                                                                         )
  915.  
  916.                                                                                     [object] => Whoops\Handler\JsonResponseHandler Object
  917.                                                                                         (
  918.                                                                                             [returnFrames:Whoops\Handler\JsonResponseHandler:private] =>
  919.                                                                                             [onlyForAjaxRequests:Whoops\Handler\JsonResponseHandler:private] =>
  920.                                                                                             [run:Whoops\Handler\Handler:private] =>
  921.                                                                                             [inspector:Whoops\Handler\Handler:private] =>
  922.                                                                                             [exception:Whoops\Handler\Handler:private] =>
  923.                                                                                         )
  924.  
  925.                                                                                 )
  926.  
  927.                                                                             [parameter] => Array
  928.                                                                                 (
  929.                                                                                     [$container] => <required>
  930.                                                                                 )
  931.  
  932.                                                                         )
  933.  
  934.                                                                     [shared] =>
  935.                                                                 )
  936.  
  937.                                                             [whoops] => Array
  938.                                                                 (
  939.                                                                     [concrete] => Closure Object
  940.                                                                         (
  941.                                                                             [static] => Array
  942.                                                                                 (
  943.                                                                                     [closure] => Closure Object
  944.                                                                                         (
  945.                                                                                             [parameter] => Array
  946.                                                                                                 (
  947.                                                                                                     [$app] => <required>
  948.                                                                                                 )
  949.  
  950.                                                                                         )
  951.  
  952.                                                                                     [object] => Whoops\Run Object
  953.                                                                                         (
  954.                                                                                             [isRegistered:protected] =>
  955.                                                                                             [allowQuit:protected] =>
  956.                                                                                             [sendOutput:protected] =>
  957.                                                                                             [sendHttpCode:protected] => 500
  958.                                                                                             [handlerStack:protected] => Array
  959.                                                                                                 (
  960.                                                                                                     [0] => Whoops\Handler\JsonResponseHandler Object
  961.                                                                                                         (
  962.                                                                                                             [returnFrames:Whoops\Handler\JsonResponseHandler:private] =>
  963.                                                                                                             [onlyForAjaxRequests:Whoops\Handler\JsonResponseHandler:private] =>
  964.                                                                                                             [run:Whoops\Handler\Handler:private] =>
  965.                                                                                                             [inspector:Whoops\Handler\Handler:private] =>
  966.                                                                                                             [exception:Whoops\Handler\Handler:private] =>
  967.                                                                                                         )
  968.  
  969.                                                                                                 )
  970.  
  971.                                                                                             [silencedPatterns:protected] => Array
  972.                                                                                                 (
  973.                                                                                                 )
  974.  
  975.                                                                                             [canThrowExceptions:Whoops\Run:private] => 1
  976.                                                                                         )
  977.  
  978.                                                                                 )
  979.  
  980.                                                                             [parameter] => Array
  981.                                                                                 (
  982.                                                                                     [$container] => <required>
  983.                                                                                 )
  984.  
  985.                                                                         )
  986.  
  987.                                                                     [shared] =>
  988.                                                                 )
  989.  
  990.                                                             [exception.debug] => Array
  991.                                                                 (
  992.                                                                     [concrete] => Closure Object
  993.                                                                         (
  994.                                                                             [static] => Array
  995.                                                                                 (
  996.                                                                                     [closure] => Closure Object
  997.                                                                                         (
  998.                                                                                             [parameter] => Array
  999.                                                                                                 (
  1000.                                                                                                     [$app] => <required>
  1001.                                                                                                 )
  1002.  
  1003.                                                                                         )
  1004.  
  1005.                                                                                     [object] => Illuminate\Exception\WhoopsDisplayer Object
  1006.                                                                                         (
  1007.                                                                                             [whoops:protected] => Whoops\Run Object
  1008.                                                                                                 (
  1009.                                                                                                     [isRegistered:protected] =>
  1010.                                                                                                     [allowQuit:protected] =>
  1011.                                                                                                     [sendOutput:protected] =>
  1012.                                                                                                     [sendHttpCode:protected] => 500
  1013.                                                                                                     [handlerStack:protected] => Array
  1014.                                                                                                         (
  1015.                                                                                                             [0] => Whoops\Handler\JsonResponseHandler Object
  1016.                                                                                                                 (
  1017.                                                                                                                     [returnFrames:Whoops\Handler\JsonResponseHandler:private] =>
  1018.                                                                                                                     [onlyForAjaxRequests:Whoops\Handler\JsonResponseHandler:private] =>
  1019.                                                                                                                     [run:Whoops\Handler\Handler:private] =>
  1020.                                                                                                                     [inspector:Whoops\Handler\Handler:private] =>
  1021.                                                                                                                     [exception:Whoops\Handler\Handler:private] =>
  1022.                                                                                                                 )
  1023.  
  1024.                                                                                                         )
  1025.  
  1026.                                                                                                     [silencedPatterns:protected] => Array
  1027.                                                                                                         (
  1028.                                                                                                         )
  1029.  
  1030.                                                                                                     [canThrowExceptions:Whoops\Run:private] => 1
  1031.                                                                                                 )
  1032.  
  1033.                                                                                             [runningInConsole:protected] => 1
  1034.                                                                                         )
  1035.  
  1036.                                                                                 )
  1037.  
  1038.                                                                             [parameter] => Array
  1039.                                                                                 (
  1040.                                                                                     [$container] => <required>
  1041.                                                                                 )
  1042.  
  1043.                                                                         )
  1044.  
  1045.                                                                     [shared] =>
  1046.                                                                 )
  1047.  
  1048.                                                             [exception] => Array
  1049.                                                                 (
  1050.                                                                     [concrete] => Closure Object
  1051.                                                                         (
  1052.                                                                             [static] => Array
  1053.                                                                                 (
  1054.                                                                                     [closure] => Closure Object
  1055.                                                                                         (
  1056.                                                                                             [parameter] => Array
  1057.                                                                                                 (
  1058.                                                                                                     [$app] => <required>
  1059.                                                                                                 )
  1060.  
  1061.                                                                                         )
  1062.  
  1063.                                                                                     [object] => Illuminate\Exception\Handler Object
  1064.                                                                                         (
  1065.                                                                                             [responsePreparer:protected] => Illuminate\Foundation\Application Object
  1066.  *RECURSION*
  1067.                                                                                             [plainDisplayer:protected] => Illuminate\Exception\WhoopsDisplayer Object
  1068.                                                                                                 (
  1069.                                                                                                     [whoops:protected] => Whoops\Run Object
  1070.                                                                                                         (
  1071.                                                                                                             [isRegistered:protected] =>
  1072.                                                                                                             [allowQuit:protected] =>
  1073.                                                                                                             [sendOutput:protected] =>
  1074.                                                                                                             [sendHttpCode:protected] => 500
  1075.                                                                                                             [handlerStack:protected] => Array
  1076.                                                                                                                 (
  1077.                                                                                                                     [0] => Whoops\Handler\JsonResponseHandler Object
  1078.                                                                                                                         (
  1079.                                                                                                                             [returnFrames:Whoops\Handler\JsonResponseHandler:private] =>
  1080.                                                                                                                             [onlyForAjaxRequests:Whoops\Handler\JsonResponseHandler:private] =>
  1081.                                                                                                                             [run:Whoops\Handler\Handler:private] =>
  1082.                                                                                                                             [inspector:Whoops\Handler\Handler:private] =>
  1083.                                                                                                                             [exception:Whoops\Handler\Handler:private] =>
  1084.                                                                                                                         )
  1085.  
  1086.                                                                                                                 )
  1087.  
  1088.                                                                                                             [silencedPatterns:protected] => Array
  1089.                                                                                                                 (
  1090.                                                                                                                 )
  1091.  
  1092.                                                                                                             [canThrowExceptions:Whoops\Run:private] => 1
  1093.                                                                                                         )
  1094.  
  1095.                                                                                                     [runningInConsole:protected] => 1
  1096.                                                                                                 )
  1097.  
  1098.                                                                                             [debugDisplayer:protected] => Illuminate\Exception\WhoopsDisplayer Object
  1099.                                                                                                 (
  1100.                                                                                                     [whoops:protected] => Whoops\Run Object
  1101.                                                                                                         (
  1102.                                                                                                             [isRegistered:protected] =>
  1103.                                                                                                             [allowQuit:protected] =>
  1104.                                                                                                             [sendOutput:protected] =>
  1105.                                                                                                             [sendHttpCode:protected] => 500
  1106.                                                                                                             [handlerStack:protected] => Array
  1107.                                                                                                                 (
  1108.                                                                                                                     [0] => Whoops\Handler\JsonResponseHandler Object
  1109.                                                                                                                         (
  1110.                                                                                                                             [returnFrames:Whoops\Handler\JsonResponseHandler:private] =>
  1111.                                                                                                                             [onlyForAjaxRequests:Whoops\Handler\JsonResponseHandler:private] =>
  1112.                                                                                                                             [run:Whoops\Handler\Handler:private] =>
  1113.                                                                                                                             [inspector:Whoops\Handler\Handler:private] =>
  1114.                                                                                                                             [exception:Whoops\Handler\Handler:private] =>
  1115.                                                                                                                         )
  1116.  
  1117.                                                                                                                 )
  1118.  
  1119.                                                                                                             [silencedPatterns:protected] => Array
  1120.                                                                                                                 (
  1121.                                                                                                                 )
  1122.  
  1123.                                                                                                             [canThrowExceptions:Whoops\Run:private] => 1
  1124.                                                                                                         )
  1125.  
  1126.                                                                                                     [runningInConsole:protected] => 1
  1127.                                                                                                 )
  1128.  
  1129.                                                                                             [debug:protected] => 1
  1130.                                                                                             [handlers:protected] => Array
  1131.                                                                                                 (
  1132.                                                                                                     [0] => Closure Object
  1133.                                                                                                         (
  1134.                                                                                                             [static] => Array
  1135.                                                                                                                 (
  1136.                                                                                                                     [callback] => Closure Object
  1137.                                                                                                                         (
  1138.                                                                                                                             [parameter] => Array
  1139.                                                                                                                                 (
  1140.                                                                                                                                     [$exception] => <required>
  1141.                                                                                                                                 )
  1142.  
  1143.                                                                                                                         )
  1144.  
  1145.                                                                                                                 )
  1146.  
  1147.                                                                                                             [parameter] => Array
  1148.                                                                                                                 (
  1149.                                                                                                                     [$e] => <required>
  1150.                                                                                                                 )
  1151.  
  1152.                                                                                                         )
  1153.  
  1154.                                                                                                     [1] => Closure Object
  1155.                                                                                                         (
  1156.                                                                                                             [parameter] => Array
  1157.                                                                                                                 (
  1158.                                                                                                                     [$exception] => <required>
  1159.                                                                                                                     [$code] => <required>
  1160.                                                                                                                 )
  1161.  
  1162.                                                                                                         )
  1163.  
  1164.                                                                                                 )
  1165.  
  1166.                                                                                             [handled:protected] => Array
  1167.                                                                                                 (
  1168.                                                                                                 )
  1169.  
  1170.                                                                                         )
  1171.  
  1172.                                                                                 )
  1173.  
  1174.                                                                             [parameter] => Array
  1175.                                                                                 (
  1176.                                                                                     [$container] => <required>
  1177.                                                                                 )
  1178.  
  1179.                                                                         )
  1180.  
  1181.                                                                     [shared] =>
  1182.                                                                 )
  1183.  
  1184.                                                             [router] => Array
  1185.                                                                 (
  1186.                                                                     [concrete] => Closure Object
  1187.                                                                         (
  1188.                                                                             [static] => Array
  1189.                                                                                 (
  1190.                                                                                     [closure] => Closure Object
  1191.                                                                                         (
  1192.                                                                                             [parameter] => Array
  1193.                                                                                                 (
  1194.                                                                                                     [$app] => <required>
  1195.                                                                                                 )
  1196.  
  1197.                                                                                         )
  1198.  
  1199.                                                                                     [object] => Illuminate\Routing\Router Object
  1200.                                                                                         (
  1201.                                                                                             [events:protected] => Illuminate\Events\Dispatcher Object
  1202.  *RECURSION*
  1203.                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1204.  *RECURSION*
  1205.                                                                                             [routes:protected] => Illuminate\Routing\RouteCollection Object
  1206.                                                                                                 (
  1207.                                                                                                     [routes:protected] => Array
  1208.                                                                                                         (
  1209.                                                                                                             [GET] => Array
  1210.                                                                                                                 (
  1211.                                                                                                                     [{sub}.university.local/] => Illuminate\Routing\Route Object
  1212.                                                                                                                         (
  1213.                                                                                                                             [uri:protected] => /
  1214.                                                                                                                             [methods:protected] => Array
  1215.                                                                                                                                 (
  1216.                                                                                                                                     [0] => GET
  1217.                                                                                                                                     [1] => HEAD
  1218.                                                                                                                                 )
  1219.  
  1220.                                                                                                                             [action:protected] => Array
  1221.                                                                                                                                 (
  1222.                                                                                                                                     [domain] => {sub}.university.local
  1223.                                                                                                                                     [uses] => Closure Object
  1224.                                                                                                                                         (
  1225.                                                                                                                                         )
  1226.  
  1227.                                                                                                                                     [namespace] =>
  1228.                                                                                                                                     [prefix] =>
  1229.                                                                                                                                 )
  1230.  
  1231.                                                                                                                             [defaults:protected] => Array
  1232.                                                                                                                                 (
  1233.                                                                                                                                 )
  1234.  
  1235.                                                                                                                             [wheres:protected] => Array
  1236.                                                                                                                                 (
  1237.                                                                                                                                 )
  1238.  
  1239.                                                                                                                             [parameters:protected] =>
  1240.                                                                                                                             [parameterNames:protected] =>
  1241.                                                                                                                             [compiled:protected] =>
  1242.                                                                                                                         )
  1243.  
  1244.                                                                                                                     [{sub}.university.locals/{any}] => Illuminate\Routing\Route Object
  1245.                                                                                                                         (
  1246.                                                                                                                             [uri:protected] => s/{any}
  1247.                                                                                                                             [methods:protected] => Array
  1248.                                                                                                                                 (
  1249.                                                                                                                                     [0] => GET
  1250.                                                                                                                                     [1] => HEAD
  1251.                                                                                                                                     [2] => POST
  1252.                                                                                                                                     [3] => PUT
  1253.                                                                                                                                     [4] => PATCH
  1254.                                                                                                                                     [5] => DELETE
  1255.                                                                                                                                 )
  1256.  
  1257.                                                                                                                             [action:protected] => Array
  1258.                                                                                                                                 (
  1259.                                                                                                                                     [domain] => {sub}.university.local
  1260.                                                                                                                                     [uses] => Closure Object
  1261.                                                                                                                                         (
  1262.                                                                                                                                             [static] => Array
  1263.                                                                                                                                                 (
  1264.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  1265.  *RECURSION*
  1266.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  1267.                                                                                                                                                         (
  1268.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  1269.  *RECURSION*
  1270.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1271.  *RECURSION*
  1272.                                                                                                                                                         )
  1273.  
  1274.                                                                                                                                                     [controller] => InventoryController@productsByCategory
  1275.                                                                                                                                                 )
  1276.  
  1277.                                                                                                                                         )
  1278.  
  1279.                                                                                                                                     [controller] => InventoryController@productsByCategory
  1280.                                                                                                                                     [namespace] =>
  1281.                                                                                                                                     [prefix] =>
  1282.                                                                                                                                 )
  1283.  
  1284.                                                                                                                             [defaults:protected] => Array
  1285.                                                                                                                                 (
  1286.                                                                                                                                 )
  1287.  
  1288.                                                                                                                             [wheres:protected] => Array
  1289.                                                                                                                                 (
  1290.                                                                                                                                     [any] => .*
  1291.                                                                                                                                 )
  1292.  
  1293.                                                                                                                             [parameters:protected] =>
  1294.                                                                                                                             [parameterNames:protected] =>
  1295.                                                                                                                             [compiled:protected] =>
  1296.                                                                                                                         )
  1297.  
  1298.                                                                                                                     [{sub}.university.localproduct/{product}] => Illuminate\Routing\Route Object
  1299.                                                                                                                         (
  1300.                                                                                                                             [uri:protected] => product/{product}
  1301.                                                                                                                             [methods:protected] => Array
  1302.                                                                                                                                 (
  1303.                                                                                                                                     [0] => GET
  1304.                                                                                                                                     [1] => HEAD
  1305.                                                                                                                                     [2] => POST
  1306.                                                                                                                                     [3] => PUT
  1307.                                                                                                                                     [4] => PATCH
  1308.                                                                                                                                     [5] => DELETE
  1309.                                                                                                                                 )
  1310.  
  1311.                                                                                                                             [action:protected] => Array
  1312.                                                                                                                                 (
  1313.                                                                                                                                     [domain] => {sub}.university.local
  1314.                                                                                                                                     [uses] => Closure Object
  1315.                                                                                                                                         (
  1316.                                                                                                                                             [static] => Array
  1317.                                                                                                                                                 (
  1318.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  1319.  *RECURSION*
  1320.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  1321.                                                                                                                                                         (
  1322.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  1323.  *RECURSION*
  1324.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1325.  *RECURSION*
  1326.                                                                                                                                                         )
  1327.  
  1328.                                                                                                                                                     [controller] => InventoryController@getProduct
  1329.                                                                                                                                                 )
  1330.  
  1331.                                                                                                                                         )
  1332.  
  1333.                                                                                                                                     [controller] => InventoryController@getProduct
  1334.                                                                                                                                     [namespace] =>
  1335.                                                                                                                                     [prefix] =>
  1336.                                                                                                                                 )
  1337.  
  1338.                                                                                                                             [defaults:protected] => Array
  1339.                                                                                                                                 (
  1340.                                                                                                                                 )
  1341.  
  1342.                                                                                                                             [wheres:protected] => Array
  1343.                                                                                                                                 (
  1344.                                                                                                                                 )
  1345.  
  1346.                                                                                                                             [parameters:protected] =>
  1347.                                                                                                                             [parameterNames:protected] =>
  1348.                                                                                                                             [compiled:protected] =>
  1349.                                                                                                                         )
  1350.  
  1351.                                                                                                                     [{sub}.university.localgoods] => Illuminate\Routing\Route Object
  1352.                                                                                                                         (
  1353.                                                                                                                             [uri:protected] => goods
  1354.                                                                                                                             [methods:protected] => Array
  1355.                                                                                                                                 (
  1356.                                                                                                                                     [0] => GET
  1357.                                                                                                                                     [1] => HEAD
  1358.                                                                                                                                 )
  1359.  
  1360.                                                                                                                             [action:protected] => Array
  1361.                                                                                                                                 (
  1362.                                                                                                                                     [domain] => {sub}.university.local
  1363.                                                                                                                                     [uses] => Closure Object
  1364.                                                                                                                                         (
  1365.                                                                                                                                             [static] => Array
  1366.                                                                                                                                                 (
  1367.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  1368.  *RECURSION*
  1369.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  1370.                                                                                                                                                         (
  1371.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  1372.  *RECURSION*
  1373.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1374.  *RECURSION*
  1375.                                                                                                                                                         )
  1376.  
  1377.                                                                                                                                                     [controller] => InventoryController@customerDeals
  1378.                                                                                                                                                 )
  1379.  
  1380.                                                                                                                                         )
  1381.  
  1382.                                                                                                                                     [controller] => InventoryController@customerDeals
  1383.                                                                                                                                     [namespace] =>
  1384.                                                                                                                                     [prefix] =>
  1385.                                                                                                                                 )
  1386.  
  1387.                                                                                                                             [defaults:protected] => Array
  1388.                                                                                                                                 (
  1389.                                                                                                                                 )
  1390.  
  1391.                                                                                                                             [wheres:protected] => Array
  1392.                                                                                                                                 (
  1393.                                                                                                                                 )
  1394.  
  1395.                                                                                                                             [parameters:protected] =>
  1396.                                                                                                                             [parameterNames:protected] =>
  1397.                                                                                                                             [compiled:protected] =>
  1398.                                                                                                                         )
  1399.  
  1400.                                                                                                                     [{sub}.university.localdeals/{name}] => Illuminate\Routing\Route Object
  1401.                                                                                                                         (
  1402.                                                                                                                             [uri:protected] => deals/{name}
  1403.                                                                                                                             [methods:protected] => Array
  1404.                                                                                                                                 (
  1405.                                                                                                                                     [0] => GET
  1406.                                                                                                                                     [1] => HEAD
  1407.                                                                                                                                 )
  1408.  
  1409.                                                                                                                             [action:protected] => Array
  1410.                                                                                                                                 (
  1411.                                                                                                                                     [domain] => {sub}.university.local
  1412.                                                                                                                                     [uses] => Closure Object
  1413.                                                                                                                                         (
  1414.                                                                                                                                             [static] => Array
  1415.                                                                                                                                                 (
  1416.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  1417.  *RECURSION*
  1418.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  1419.                                                                                                                                                         (
  1420.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  1421.  *RECURSION*
  1422.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1423.  *RECURSION*
  1424.                                                                                                                                                         )
  1425.  
  1426.                                                                                                                                                     [controller] => InventoryController@customerShow
  1427.                                                                                                                                                 )
  1428.  
  1429.                                                                                                                                         )
  1430.  
  1431.                                                                                                                                     [controller] => InventoryController@customerShow
  1432.                                                                                                                                     [namespace] =>
  1433.                                                                                                                                     [prefix] =>
  1434.                                                                                                                                 )
  1435.  
  1436.                                                                                                                             [defaults:protected] => Array
  1437.                                                                                                                                 (
  1438.                                                                                                                                 )
  1439.  
  1440.                                                                                                                             [wheres:protected] => Array
  1441.                                                                                                                                 (
  1442.                                                                                                                                 )
  1443.  
  1444.                                                                                                                             [parameters:protected] =>
  1445.                                                                                                                             [parameterNames:protected] =>
  1446.                                                                                                                             [compiled:protected] =>
  1447.                                                                                                                         )
  1448.  
  1449.                                                                                                                     [{sub}.university.localcoupons] => Illuminate\Routing\Route Object
  1450.                                                                                                                         (
  1451.                                                                                                                             [uri:protected] => coupons
  1452.                                                                                                                             [methods:protected] => Array
  1453.                                                                                                                                 (
  1454.                                                                                                                                     [0] => GET
  1455.                                                                                                                                     [1] => HEAD
  1456.                                                                                                                                 )
  1457.  
  1458.                                                                                                                             [action:protected] => Array
  1459.                                                                                                                                 (
  1460.                                                                                                                                     [domain] => {sub}.university.local
  1461.                                                                                                                                     [uses] => Closure Object
  1462.                                                                                                                                         (
  1463.                                                                                                                                             [static] => Array
  1464.                                                                                                                                                 (
  1465.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  1466.  *RECURSION*
  1467.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  1468.                                                                                                                                                         (
  1469.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  1470.  *RECURSION*
  1471.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1472.  *RECURSION*
  1473.                                                                                                                                                         )
  1474.  
  1475.                                                                                                                                                     [controller] => InventoryController@getBestofWeb
  1476.                                                                                                                                                 )
  1477.  
  1478.                                                                                                                                         )
  1479.  
  1480.                                                                                                                                     [controller] => InventoryController@getBestofWeb
  1481.                                                                                                                                     [namespace] =>
  1482.                                                                                                                                     [prefix] =>
  1483.                                                                                                                                 )
  1484.  
  1485.                                                                                                                             [defaults:protected] => Array
  1486.                                                                                                                                 (
  1487.                                                                                                                                 )
  1488.  
  1489.                                                                                                                             [wheres:protected] => Array
  1490.                                                                                                                                 (
  1491.                                                                                                                                 )
  1492.  
  1493.                                                                                                                             [parameters:protected] =>
  1494.                                                                                                                             [parameterNames:protected] =>
  1495.                                                                                                                             [compiled:protected] =>
  1496.                                                                                                                         )
  1497.  
  1498.                                                                                                                     [{sub}.university.localabout] => Illuminate\Routing\Route Object
  1499.                                                                                                                         (
  1500.                                                                                                                             [uri:protected] => about
  1501.                                                                                                                             [methods:protected] => Array
  1502.                                                                                                                                 (
  1503.                                                                                                                                     [0] => GET
  1504.                                                                                                                                     [1] => HEAD
  1505.                                                                                                                                 )
  1506.  
  1507.                                                                                                                             [action:protected] => Array
  1508.                                                                                                                                 (
  1509.                                                                                                                                     [domain] => {sub}.university.local
  1510.                                                                                                                                     [uses] => Closure Object
  1511.                                                                                                                                         (
  1512.                                                                                                                                             [static] => Array
  1513.                                                                                                                                                 (
  1514.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  1515.  *RECURSION*
  1516.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  1517.                                                                                                                                                         (
  1518.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  1519.  *RECURSION*
  1520.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1521.  *RECURSION*
  1522.                                                                                                                                                         )
  1523.  
  1524.                                                                                                                                                     [controller] => UserController@getAbout
  1525.                                                                                                                                                 )
  1526.  
  1527.                                                                                                                                         )
  1528.  
  1529.                                                                                                                                     [controller] => UserController@getAbout
  1530.                                                                                                                                     [namespace] =>
  1531.                                                                                                                                     [prefix] =>
  1532.                                                                                                                                 )
  1533.  
  1534.                                                                                                                             [defaults:protected] => Array
  1535.                                                                                                                                 (
  1536.                                                                                                                                 )
  1537.  
  1538.                                                                                                                             [wheres:protected] => Array
  1539.                                                                                                                                 (
  1540.                                                                                                                                 )
  1541.  
  1542.                                                                                                                             [parameters:protected] =>
  1543.                                                                                                                             [parameterNames:protected] =>
  1544.                                                                                                                             [compiled:protected] =>
  1545.                                                                                                                         )
  1546.  
  1547.                                                                                                                     [{sub}.university.localterms] => Illuminate\Routing\Route Object
  1548.                                                                                                                         (
  1549.                                                                                                                             [uri:protected] => terms
  1550.                                                                                                                             [methods:protected] => Array
  1551.                                                                                                                                 (
  1552.                                                                                                                                     [0] => GET
  1553.                                                                                                                                     [1] => HEAD
  1554.                                                                                                                                 )
  1555.  
  1556.                                                                                                                             [action:protected] => Array
  1557.                                                                                                                                 (
  1558.                                                                                                                                     [domain] => {sub}.university.local
  1559.                                                                                                                                     [uses] => Closure Object
  1560.                                                                                                                                         (
  1561.                                                                                                                                             [static] => Array
  1562.                                                                                                                                                 (
  1563.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  1564.  *RECURSION*
  1565.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  1566.                                                                                                                                                         (
  1567.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  1568.  *RECURSION*
  1569.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1570.  *RECURSION*
  1571.                                                                                                                                                         )
  1572.  
  1573.                                                                                                                                                     [controller] => UserController@getTerms
  1574.                                                                                                                                                 )
  1575.  
  1576.                                                                                                                                         )
  1577.  
  1578.                                                                                                                                     [controller] => UserController@getTerms
  1579.                                                                                                                                     [namespace] =>
  1580.                                                                                                                                     [prefix] =>
  1581.                                                                                                                                 )
  1582.  
  1583.                                                                                                                             [defaults:protected] => Array
  1584.                                                                                                                                 (
  1585.                                                                                                                                 )
  1586.  
  1587.                                                                                                                             [wheres:protected] => Array
  1588.                                                                                                                                 (
  1589.                                                                                                                                 )
  1590.  
  1591.                                                                                                                             [parameters:protected] =>
  1592.                                                                                                                             [parameterNames:protected] =>
  1593.                                                                                                                             [compiled:protected] =>
  1594.                                                                                                                         )
  1595.  
  1596.                                                                                                                     [{sub}.university.localprivacy] => Illuminate\Routing\Route Object
  1597.                                                                                                                         (
  1598.                                                                                                                             [uri:protected] => privacy
  1599.                                                                                                                             [methods:protected] => Array
  1600.                                                                                                                                 (
  1601.                                                                                                                                     [0] => GET
  1602.                                                                                                                                     [1] => HEAD
  1603.                                                                                                                                 )
  1604.  
  1605.                                                                                                                             [action:protected] => Array
  1606.                                                                                                                                 (
  1607.                                                                                                                                     [domain] => {sub}.university.local
  1608.                                                                                                                                     [uses] => Closure Object
  1609.                                                                                                                                         (
  1610.                                                                                                                                             [static] => Array
  1611.                                                                                                                                                 (
  1612.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  1613.  *RECURSION*
  1614.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  1615.                                                                                                                                                         (
  1616.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  1617.  *RECURSION*
  1618.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1619.  *RECURSION*
  1620.                                                                                                                                                         )
  1621.  
  1622.                                                                                                                                                     [controller] => UserController@getPrivacy
  1623.                                                                                                                                                 )
  1624.  
  1625.                                                                                                                                         )
  1626.  
  1627.                                                                                                                                     [controller] => UserController@getPrivacy
  1628.                                                                                                                                     [namespace] =>
  1629.                                                                                                                                     [prefix] =>
  1630.                                                                                                                                 )
  1631.  
  1632.                                                                                                                             [defaults:protected] => Array
  1633.                                                                                                                                 (
  1634.                                                                                                                                 )
  1635.  
  1636.                                                                                                                             [wheres:protected] => Array
  1637.                                                                                                                                 (
  1638.                                                                                                                                 )
  1639.  
  1640.                                                                                                                             [parameters:protected] =>
  1641.                                                                                                                             [parameterNames:protected] =>
  1642.                                                                                                                             [compiled:protected] =>
  1643.                                                                                                                         )
  1644.  
  1645.                                                                                                                     [{sub}.university.localget-featured] => Illuminate\Routing\Route Object
  1646.                                                                                                                         (
  1647.                                                                                                                             [uri:protected] => get-featured
  1648.                                                                                                                             [methods:protected] => Array
  1649.                                                                                                                                 (
  1650.                                                                                                                                     [0] => GET
  1651.                                                                                                                                     [1] => HEAD
  1652.                                                                                                                                 )
  1653.  
  1654.                                                                                                                             [action:protected] => Array
  1655.                                                                                                                                 (
  1656.                                                                                                                                     [domain] => {sub}.university.local
  1657.                                                                                                                                     [uses] => Closure Object
  1658.                                                                                                                                         (
  1659.                                                                                                                                             [static] => Array
  1660.                                                                                                                                                 (
  1661.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  1662.  *RECURSION*
  1663.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  1664.                                                                                                                                                         (
  1665.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  1666.  *RECURSION*
  1667.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1668.  *RECURSION*
  1669.                                                                                                                                                         )
  1670.  
  1671.                                                                                                                                                     [controller] => UserController@getFeatured
  1672.                                                                                                                                                 )
  1673.  
  1674.                                                                                                                                         )
  1675.  
  1676.                                                                                                                                     [controller] => UserController@getFeatured
  1677.                                                                                                                                     [namespace] =>
  1678.                                                                                                                                     [prefix] =>
  1679.                                                                                                                                 )
  1680.  
  1681.                                                                                                                             [defaults:protected] => Array
  1682.                                                                                                                                 (
  1683.                                                                                                                                 )
  1684.  
  1685.                                                                                                                             [wheres:protected] => Array
  1686.                                                                                                                                 (
  1687.                                                                                                                                 )
  1688.  
  1689.                                                                                                                             [parameters:protected] =>
  1690.                                                                                                                             [parameterNames:protected] =>
  1691.                                                                                                                             [compiled:protected] =>
  1692.                                                                                                                         )
  1693.  
  1694.                                                                                                                     [{sub}.university.localcontact] => Illuminate\Routing\Route Object
  1695.                                                                                                                         (
  1696.                                                                                                                             [uri:protected] => contact
  1697.                                                                                                                             [methods:protected] => Array
  1698.                                                                                                                                 (
  1699.                                                                                                                                     [0] => GET
  1700.                                                                                                                                     [1] => HEAD
  1701.                                                                                                                                 )
  1702.  
  1703.                                                                                                                             [action:protected] => Array
  1704.                                                                                                                                 (
  1705.                                                                                                                                     [domain] => {sub}.university.local
  1706.                                                                                                                                     [uses] => Closure Object
  1707.                                                                                                                                         (
  1708.                                                                                                                                             [static] => Array
  1709.                                                                                                                                                 (
  1710.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  1711.  *RECURSION*
  1712.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  1713.                                                                                                                                                         (
  1714.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  1715.  *RECURSION*
  1716.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1717.  *RECURSION*
  1718.                                                                                                                                                         )
  1719.  
  1720.                                                                                                                                                     [controller] => UserController@getContact
  1721.                                                                                                                                                 )
  1722.  
  1723.                                                                                                                                         )
  1724.  
  1725.                                                                                                                                     [controller] => UserController@getContact
  1726.                                                                                                                                     [namespace] =>
  1727.                                                                                                                                     [prefix] =>
  1728.                                                                                                                                 )
  1729.  
  1730.                                                                                                                             [defaults:protected] => Array
  1731.                                                                                                                                 (
  1732.                                                                                                                                 )
  1733.  
  1734.                                                                                                                             [wheres:protected] => Array
  1735.                                                                                                                                 (
  1736.                                                                                                                                 )
  1737.  
  1738.                                                                                                                             [parameters:protected] =>
  1739.                                                                                                                             [parameterNames:protected] =>
  1740.                                                                                                                             [compiled:protected] =>
  1741.                                                                                                                         )
  1742.  
  1743.                                                                                                                     [{sub}.university.localpasswords/remind] => Illuminate\Routing\Route Object
  1744.                                                                                                                         (
  1745.                                                                                                                             [uri:protected] => passwords/remind
  1746.                                                                                                                             [methods:protected] => Array
  1747.                                                                                                                                 (
  1748.                                                                                                                                     [0] => GET
  1749.                                                                                                                                     [1] => HEAD
  1750.                                                                                                                                 )
  1751.  
  1752.                                                                                                                             [action:protected] => Array
  1753.                                                                                                                                 (
  1754.                                                                                                                                     [domain] => {sub}.university.local
  1755.                                                                                                                                     [uses] => Closure Object
  1756.                                                                                                                                         (
  1757.                                                                                                                                             [static] => Array
  1758.                                                                                                                                                 (
  1759.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  1760.  *RECURSION*
  1761.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  1762.                                                                                                                                                         (
  1763.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  1764.  *RECURSION*
  1765.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1766.  *RECURSION*
  1767.                                                                                                                                                         )
  1768.  
  1769.                                                                                                                                                     [controller] => RemindersController@getRemind
  1770.                                                                                                                                                 )
  1771.  
  1772.                                                                                                                                         )
  1773.  
  1774.                                                                                                                                     [controller] => RemindersController@getRemind
  1775.                                                                                                                                     [namespace] =>
  1776.                                                                                                                                     [prefix] =>
  1777.                                                                                                                                 )
  1778.  
  1779.                                                                                                                             [defaults:protected] => Array
  1780.                                                                                                                                 (
  1781.                                                                                                                                 )
  1782.  
  1783.                                                                                                                             [wheres:protected] => Array
  1784.                                                                                                                                 (
  1785.                                                                                                                                 )
  1786.  
  1787.                                                                                                                             [parameters:protected] =>
  1788.                                                                                                                             [parameterNames:protected] =>
  1789.                                                                                                                             [compiled:protected] =>
  1790.                                                                                                                         )
  1791.  
  1792.                                                                                                                     [{sub}.university.localpasswords/reset/{token}] => Illuminate\Routing\Route Object
  1793.                                                                                                                         (
  1794.                                                                                                                             [uri:protected] => passwords/reset/{token}
  1795.                                                                                                                             [methods:protected] => Array
  1796.                                                                                                                                 (
  1797.                                                                                                                                     [0] => GET
  1798.                                                                                                                                     [1] => HEAD
  1799.                                                                                                                                 )
  1800.  
  1801.                                                                                                                             [action:protected] => Array
  1802.                                                                                                                                 (
  1803.                                                                                                                                     [domain] => {sub}.university.local
  1804.                                                                                                                                     [uses] => Closure Object
  1805.                                                                                                                                         (
  1806.                                                                                                                                             [static] => Array
  1807.                                                                                                                                                 (
  1808.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  1809.  *RECURSION*
  1810.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  1811.                                                                                                                                                         (
  1812.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  1813.  *RECURSION*
  1814.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1815.  *RECURSION*
  1816.                                                                                                                                                         )
  1817.  
  1818.                                                                                                                                                     [controller] => RemindersController@getReset
  1819.                                                                                                                                                 )
  1820.  
  1821.                                                                                                                                         )
  1822.  
  1823.                                                                                                                                     [controller] => RemindersController@getReset
  1824.                                                                                                                                     [namespace] =>
  1825.                                                                                                                                     [prefix] =>
  1826.                                                                                                                                 )
  1827.  
  1828.                                                                                                                             [defaults:protected] => Array
  1829.                                                                                                                                 (
  1830.                                                                                                                                 )
  1831.  
  1832.                                                                                                                             [wheres:protected] => Array
  1833.                                                                                                                                 (
  1834.                                                                                                                                 )
  1835.  
  1836.                                                                                                                             [parameters:protected] =>
  1837.                                                                                                                             [parameterNames:protected] =>
  1838.                                                                                                                             [compiled:protected] =>
  1839.                                                                                                                         )
  1840.  
  1841.                                                                                                                     [{sub}.university.localpassword/remind/{one?}/{two?}/{three?}/{four?}/{five?}] => Illuminate\Routing\Route Object
  1842.                                                                                                                         (
  1843.                                                                                                                             [uri:protected] => password/remind/{one?}/{two?}/{three?}/{four?}/{five?}
  1844.                                                                                                                             [methods:protected] => Array
  1845.                                                                                                                                 (
  1846.                                                                                                                                     [0] => GET
  1847.                                                                                                                                     [1] => HEAD
  1848.                                                                                                                                 )
  1849.  
  1850.                                                                                                                             [action:protected] => Array
  1851.                                                                                                                                 (
  1852.                                                                                                                                     [domain] => {sub}.university.local
  1853.                                                                                                                                     [uses] => Closure Object
  1854.                                                                                                                                         (
  1855.                                                                                                                                             [static] => Array
  1856.                                                                                                                                                 (
  1857.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  1858.  *RECURSION*
  1859.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  1860.                                                                                                                                                         (
  1861.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  1862.  *RECURSION*
  1863.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1864.  *RECURSION*
  1865.                                                                                                                                                         )
  1866.  
  1867.                                                                                                                                                     [controller] => RemindersController@getRemind
  1868.                                                                                                                                                 )
  1869.  
  1870.                                                                                                                                         )
  1871.  
  1872.                                                                                                                                     [as] =>
  1873.                                                                                                                                     [controller] => RemindersController@getRemind
  1874.                                                                                                                                     [namespace] =>
  1875.                                                                                                                                     [prefix] =>
  1876.                                                                                                                                 )
  1877.  
  1878.                                                                                                                             [defaults:protected] => Array
  1879.                                                                                                                                 (
  1880.                                                                                                                                 )
  1881.  
  1882.                                                                                                                             [wheres:protected] => Array
  1883.                                                                                                                                 (
  1884.                                                                                                                                 )
  1885.  
  1886.                                                                                                                             [parameters:protected] =>
  1887.                                                                                                                             [parameterNames:protected] =>
  1888.                                                                                                                             [compiled:protected] =>
  1889.                                                                                                                         )
  1890.  
  1891.                                                                                                                     [{sub}.university.localpassword/reset/{one?}/{two?}/{three?}/{four?}/{five?}] => Illuminate\Routing\Route Object
  1892.                                                                                                                         (
  1893.                                                                                                                             [uri:protected] => password/reset/{one?}/{two?}/{three?}/{four?}/{five?}
  1894.                                                                                                                             [methods:protected] => Array
  1895.                                                                                                                                 (
  1896.                                                                                                                                     [0] => GET
  1897.                                                                                                                                     [1] => HEAD
  1898.                                                                                                                                 )
  1899.  
  1900.                                                                                                                             [action:protected] => Array
  1901.                                                                                                                                 (
  1902.                                                                                                                                     [domain] => {sub}.university.local
  1903.                                                                                                                                     [uses] => Closure Object
  1904.                                                                                                                                         (
  1905.                                                                                                                                             [static] => Array
  1906.                                                                                                                                                 (
  1907.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  1908.  *RECURSION*
  1909.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  1910.                                                                                                                                                         (
  1911.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  1912.  *RECURSION*
  1913.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1914.  *RECURSION*
  1915.                                                                                                                                                         )
  1916.  
  1917.                                                                                                                                                     [controller] => RemindersController@getReset
  1918.                                                                                                                                                 )
  1919.  
  1920.                                                                                                                                         )
  1921.  
  1922.                                                                                                                                     [as] =>
  1923.                                                                                                                                     [controller] => RemindersController@getReset
  1924.                                                                                                                                     [namespace] =>
  1925.                                                                                                                                     [prefix] =>
  1926.                                                                                                                                 )
  1927.  
  1928.                                                                                                                             [defaults:protected] => Array
  1929.                                                                                                                                 (
  1930.                                                                                                                                 )
  1931.  
  1932.                                                                                                                             [wheres:protected] => Array
  1933.                                                                                                                                 (
  1934.                                                                                                                                 )
  1935.  
  1936.                                                                                                                             [parameters:protected] =>
  1937.                                                                                                                             [parameterNames:protected] =>
  1938.                                                                                                                             [compiled:protected] =>
  1939.                                                                                                                         )
  1940.  
  1941.                                                                                                                     [{sub}.university.localpassword/{_missing}] => Illuminate\Routing\Route Object
  1942.                                                                                                                         (
  1943.                                                                                                                             [uri:protected] => password/{_missing}
  1944.                                                                                                                             [methods:protected] => Array
  1945.                                                                                                                                 (
  1946.                                                                                                                                     [0] => GET
  1947.                                                                                                                                     [1] => HEAD
  1948.                                                                                                                                     [2] => POST
  1949.                                                                                                                                     [3] => PUT
  1950.                                                                                                                                     [4] => PATCH
  1951.                                                                                                                                     [5] => DELETE
  1952.                                                                                                                                 )
  1953.  
  1954.                                                                                                                             [action:protected] => Array
  1955.                                                                                                                                 (
  1956.                                                                                                                                     [domain] => {sub}.university.local
  1957.                                                                                                                                     [uses] => Closure Object
  1958.                                                                                                                                         (
  1959.                                                                                                                                             [static] => Array
  1960.                                                                                                                                                 (
  1961.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  1962.  *RECURSION*
  1963.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  1964.                                                                                                                                                         (
  1965.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  1966.  *RECURSION*
  1967.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  1968.  *RECURSION*
  1969.                                                                                                                                                         )
  1970.  
  1971.                                                                                                                                                     [controller] => RemindersController@missingMethod
  1972.                                                                                                                                                 )
  1973.  
  1974.                                                                                                                                         )
  1975.  
  1976.                                                                                                                                     [controller] => RemindersController@missingMethod
  1977.                                                                                                                                     [namespace] =>
  1978.                                                                                                                                     [prefix] =>
  1979.                                                                                                                                 )
  1980.  
  1981.                                                                                                                             [defaults:protected] => Array
  1982.                                                                                                                                 (
  1983.                                                                                                                                 )
  1984.  
  1985.                                                                                                                             [wheres:protected] => Array
  1986.                                                                                                                                 (
  1987.                                                                                                                                     [_missing] => (.*)
  1988.                                                                                                                                 )
  1989.  
  1990.                                                                                                                             [parameters:protected] =>
  1991.                                                                                                                             [parameterNames:protected] =>
  1992.                                                                                                                             [compiled:protected] =>
  1993.                                                                                                                         )
  1994.  
  1995.                                                                                                                     [{sub}.university.localusers/activate/{code}] => Illuminate\Routing\Route Object
  1996.                                                                                                                         (
  1997.                                                                                                                             [uri:protected] => users/activate/{code}
  1998.                                                                                                                             [methods:protected] => Array
  1999.                                                                                                                                 (
  2000.                                                                                                                                     [0] => GET
  2001.                                                                                                                                     [1] => HEAD
  2002.                                                                                                                                 )
  2003.  
  2004.                                                                                                                             [action:protected] => Array
  2005.                                                                                                                                 (
  2006.                                                                                                                                     [domain] => {sub}.university.local
  2007.                                                                                                                                     [uses] => Closure Object
  2008.                                                                                                                                         (
  2009.                                                                                                                                             [static] => Array
  2010.                                                                                                                                                 (
  2011.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  2012.  *RECURSION*
  2013.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  2014.                                                                                                                                                         (
  2015.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  2016.  *RECURSION*
  2017.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  2018.  *RECURSION*
  2019.                                                                                                                                                         )
  2020.  
  2021.                                                                                                                                                     [controller] => UserController@getActivate
  2022.                                                                                                                                                 )
  2023.  
  2024.                                                                                                                                         )
  2025.  
  2026.                                                                                                                                     [controller] => UserController@getActivate
  2027.                                                                                                                                     [namespace] =>
  2028.                                                                                                                                     [prefix] =>
  2029.                                                                                                                                 )
  2030.  
  2031.                                                                                                                             [defaults:protected] => Array
  2032.                                                                                                                                 (
  2033.                                                                                                                                 )
  2034.  
  2035.                                                                                                                             [wheres:protected] => Array
  2036.                                                                                                                                 (
  2037.                                                                                                                                 )
  2038.  
  2039.                                                                                                                             [parameters:protected] =>
  2040.                                                                                                                             [parameterNames:protected] =>
  2041.                                                                                                                             [compiled:protected] =>
  2042.                                                                                                                         )
  2043.  
  2044.                                                                                                                     [{sub}.university.localcart] => Illuminate\Routing\Route Object
  2045.                                                                                                                         (
  2046.                                                                                                                             [uri:protected] => cart
  2047.                                                                                                                             [methods:protected] => Array
  2048.                                                                                                                                 (
  2049.                                                                                                                                     [0] => GET
  2050.                                                                                                                                     [1] => HEAD
  2051.                                                                                                                                 )
  2052.  
  2053.                                                                                                                             [action:protected] => Array
  2054.                                                                                                                                 (
  2055.                                                                                                                                     [domain] => {sub}.university.local
  2056.                                                                                                                                     [before] => auth
  2057.                                                                                                                                     [uses] => Closure Object
  2058.                                                                                                                                         (
  2059.                                                                                                                                             [static] => Array
  2060.                                                                                                                                                 (
  2061.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  2062.  *RECURSION*
  2063.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  2064.                                                                                                                                                         (
  2065.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  2066.  *RECURSION*
  2067.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  2068.  *RECURSION*
  2069.                                                                                                                                                         )
  2070.  
  2071.                                                                                                                                                     [controller] => ShoppingCartController@getCart
  2072.                                                                                                                                                 )
  2073.  
  2074.                                                                                                                                         )
  2075.  
  2076.                                                                                                                                     [controller] => ShoppingCartController@getCart
  2077.                                                                                                                                     [namespace] =>
  2078.                                                                                                                                     [prefix] =>
  2079.                                                                                                                                 )
  2080.  
  2081.                                                                                                                             [defaults:protected] => Array
  2082.                                                                                                                                 (
  2083.                                                                                                                                 )
  2084.  
  2085.                                                                                                                             [wheres:protected] => Array
  2086.                                                                                                                                 (
  2087.                                                                                                                                 )
  2088.  
  2089.                                                                                                                             [parameters:protected] =>
  2090.                                                                                                                             [parameterNames:protected] =>
  2091.                                                                                                                             [compiled:protected] =>
  2092.                                                                                                                         )
  2093.  
  2094.                                                                                                                     [{sub}.university.localcart/remove/{rowId}] => Illuminate\Routing\Route Object
  2095.                                                                                                                         (
  2096.                                                                                                                             [uri:protected] => cart/remove/{rowId}
  2097.                                                                                                                             [methods:protected] => Array
  2098.                                                                                                                                 (
  2099.                                                                                                                                     [0] => GET
  2100.                                                                                                                                     [1] => HEAD
  2101.                                                                                                                                 )
  2102.  
  2103.                                                                                                                             [action:protected] => Array
  2104.                                                                                                                                 (
  2105.                                                                                                                                     [domain] => {sub}.university.local
  2106.                                                                                                                                     [before] => auth
  2107.                                                                                                                                     [uses] => Closure Object
  2108.                                                                                                                                         (
  2109.                                                                                                                                             [static] => Array
  2110.                                                                                                                                                 (
  2111.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  2112.  *RECURSION*
  2113.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  2114.                                                                                                                                                         (
  2115.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  2116.  *RECURSION*
  2117.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  2118.  *RECURSION*
  2119.                                                                                                                                                         )
  2120.  
  2121.                                                                                                                                                     [controller] => ShoppingCartController@getRemoveItem
  2122.                                                                                                                                                 )
  2123.  
  2124.                                                                                                                                         )
  2125.  
  2126.                                                                                                                                     [controller] => ShoppingCartController@getRemoveItem
  2127.                                                                                                                                     [namespace] =>
  2128.                                                                                                                                     [prefix] =>
  2129.                                                                                                                                 )
  2130.  
  2131.                                                                                                                             [defaults:protected] => Array
  2132.                                                                                                                                 (
  2133.                                                                                                                                 )
  2134.  
  2135.                                                                                                                             [wheres:protected] => Array
  2136.                                                                                                                                 (
  2137.                                                                                                                                 )
  2138.  
  2139.                                                                                                                             [parameters:protected] =>
  2140.                                                                                                                             [parameterNames:protected] =>
  2141.                                                                                                                             [compiled:protected] =>
  2142.                                                                                                                         )
  2143.  
  2144.                                                                                                                     [{sub}.university.localcart/checkout] => Illuminate\Routing\Route Object
  2145.                                                                                                                         (
  2146.                                                                                                                             [uri:protected] => cart/checkout
  2147.                                                                                                                             [methods:protected] => Array
  2148.                                                                                                                                 (
  2149.                                                                                                                                     [0] => GET
  2150.                                                                                                                                     [1] => HEAD
  2151.                                                                                                                                 )
  2152.  
  2153.                                                                                                                             [action:protected] => Array
  2154.                                                                                                                                 (
  2155.                                                                                                                                     [domain] => {sub}.university.local
  2156.                                                                                                                                     [before] => auth
  2157.                                                                                                                                     [uses] => Closure Object
  2158.                                                                                                                                         (
  2159.                                                                                                                                             [static] => Array
  2160.                                                                                                                                                 (
  2161.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  2162.  *RECURSION*
  2163.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  2164.                                                                                                                                                         (
  2165.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  2166.  *RECURSION*
  2167.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  2168.  *RECURSION*
  2169.                                                                                                                                                         )
  2170.  
  2171.                                                                                                                                                     [controller] => ShoppingCartController@getCheckout
  2172.                                                                                                                                                 )
  2173.  
  2174.                                                                                                                                         )
  2175.  
  2176.                                                                                                                                     [controller] => ShoppingCartController@getCheckout
  2177.                                                                                                                                     [namespace] =>
  2178.                                                                                                                                     [prefix] =>
  2179.                                                                                                                                 )
  2180.  
  2181.                                                                                                                             [defaults:protected] => Array
  2182.                                                                                                                                 (
  2183.                                                                                                                                 )
  2184.  
  2185.                                                                                                                             [wheres:protected] => Array
  2186.                                                                                                                                 (
  2187.                                                                                                                                 )
  2188.  
  2189.                                                                                                                             [parameters:protected] =>
  2190.                                                                                                                             [parameterNames:protected] =>
  2191.                                                                                                                             [compiled:protected] =>
  2192.                                                                                                                         )
  2193.  
  2194.                                                                                                                     [{sub}.university.localusers/signout] => Illuminate\Routing\Route Object
  2195.                                                                                                                         (
  2196.                                                                                                                             [uri:protected] => users/signout
  2197.                                                                                                                             [methods:protected] => Array
  2198.                                                                                                                                 (
  2199.                                                                                                                                     [0] => GET
  2200.                                                                                                                                     [1] => HEAD
  2201.                                                                                                                                 )
  2202.  
  2203.                                                                                                                             [action:protected] => Array
  2204.                                                                                                                                 (
  2205.                                                                                                                                     [domain] => {sub}.university.local
  2206.                                                                                                                                     [before] => auth
  2207.                                                                                                                                     [uses] => Closure Object
  2208.                                                                                                                                         (
  2209.                                                                                                                                             [static] => Array
  2210.                                                                                                                                                 (
  2211.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  2212.  *RECURSION*
  2213.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  2214.                                                                                                                                                         (
  2215.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  2216.  *RECURSION*
  2217.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  2218.  *RECURSION*
  2219.                                                                                                                                                         )
  2220.  
  2221.                                                                                                                                                     [controller] => UserController@getSignout
  2222.                                                                                                                                                 )
  2223.  
  2224.                                                                                                                                         )
  2225.  
  2226.                                                                                                                                     [controller] => UserController@getSignout
  2227.                                                                                                                                     [namespace] =>
  2228.                                                                                                                                     [prefix] => /users
  2229.                                                                                                                                 )
  2230.  
  2231.                                                                                                                             [defaults:protected] => Array
  2232.                                                                                                                                 (
  2233.                                                                                                                                 )
  2234.  
  2235.                                                                                                                             [wheres:protected] => Array
  2236.                                                                                                                                 (
  2237.                                                                                                                                 )
  2238.  
  2239.                                                                                                                             [parameters:protected] =>
  2240.                                                                                                                             [parameterNames:protected] =>
  2241.                                                                                                                             [compiled:protected] =>
  2242.                                                                                                                         )
  2243.  
  2244.                                                                                                                     [{sub}.university.localusers/{id}/account] => Illuminate\Routing\Route Object
  2245.                                                                                                                         (
  2246.                                                                                                                             [uri:protected] => users/{id}/account
  2247.                                                                                                                             [methods:protected] => Array
  2248.                                                                                                                                 (
  2249.                                                                                                                                     [0] => GET
  2250.                                                                                                                                     [1] => HEAD
  2251.                                                                                                                                 )
  2252.  
  2253.                                                                                                                             [action:protected] => Array
  2254.                                                                                                                                 (
  2255.                                                                                                                                     [domain] => {sub}.university.local
  2256.                                                                                                                                     [before] => auth
  2257.                                                                                                                                     [uses] => Closure Object
  2258.                                                                                                                                         (
  2259.                                                                                                                                             [static] => Array
  2260.                                                                                                                                                 (
  2261.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  2262.  *RECURSION*
  2263.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  2264.                                                                                                                                                         (
  2265.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  2266.  *RECURSION*
  2267.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  2268.  *RECURSION*
  2269.                                                                                                                                                         )
  2270.  
  2271.                                                                                                                                                     [controller] => UserController@getAccount
  2272.                                                                                                                                                 )
  2273.  
  2274.                                                                                                                                         )
  2275.  
  2276.                                                                                                                                     [controller] => UserController@getAccount
  2277.                                                                                                                                     [namespace] =>
  2278.                                                                                                                                     [prefix] => /users
  2279.                                                                                                                                 )
  2280.  
  2281.                                                                                                                             [defaults:protected] => Array
  2282.                                                                                                                                 (
  2283.                                                                                                                                 )
  2284.  
  2285.                                                                                                                             [wheres:protected] => Array
  2286.                                                                                                                                 (
  2287.                                                                                                                                 )
  2288.  
  2289.                                                                                                                             [parameters:protected] =>
  2290.                                                                                                                             [parameterNames:protected] =>
  2291.                                                                                                                             [compiled:protected] =>
  2292.                                                                                                                         )
  2293.  
  2294.                                                                                                                     [{sub}.university.localusers/{id}/verify_email] => Illuminate\Routing\Route Object
  2295.                                                                                                                         (
  2296.                                                                                                                             [uri:protected] => users/{id}/verify_email
  2297.                                                                                                                             [methods:protected] => Array
  2298.                                                                                                                                 (
  2299.                                                                                                                                     [0] => GET
  2300.                                                                                                                                     [1] => HEAD
  2301.                                                                                                                                 )
  2302.  
  2303.                                                                                                                             [action:protected] => Array
  2304.                                                                                                                                 (
  2305.                                                                                                                                     [domain] => {sub}.university.local
  2306.                                                                                                                                     [before] => auth
  2307.                                                                                                                                     [uses] => Closure Object
  2308.                                                                                                                                         (
  2309.                                                                                                                                             [static] => Array
  2310.                                                                                                                                                 (
  2311.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  2312.  *RECURSION*
  2313.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  2314.                                                                                                                                                         (
  2315.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  2316.  *RECURSION*
  2317.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  2318.  *RECURSION*
  2319.                                                                                                                                                         )
  2320.  
  2321.                                                                                                                                                     [controller] => UserController@getVerifyEmail
  2322.                                                                                                                                                 )
  2323.  
  2324.                                                                                                                                         )
  2325.  
  2326.                                                                                                                                     [controller] => UserController@getVerifyEmail
  2327.                                                                                                                                     [namespace] =>
  2328.                                                                                                                                     [prefix] => /users
  2329.                                                                                                                                 )
  2330.  
  2331.                                                                                                                             [defaults:protected] => Array
  2332.                                                                                                                                 (
  2333.                                                                                                                                 )
  2334.  
  2335.                                                                                                                             [wheres:protected] => Array
  2336.                                                                                                                                 (
  2337.                                                                                                                                 )
  2338.  
  2339.                                                                                                                             [parameters:protected] =>
  2340.                                                                                                                             [parameterNames:protected] =>
  2341.                                                                                                                             [compiled:protected] =>
  2342.                                                                                                                         )
  2343.  
  2344.                                                                                                                     [{sub}.university.localusers/{id}/billing] => Illuminate\Routing\Route Object
  2345.                                                                                                                         (
  2346.                                                                                                                             [uri:protected] => users/{id}/billing
  2347.                                                                                                                             [methods:protected] => Array
  2348.                                                                                                                                 (
  2349.                                                                                                                                     [0] => GET
  2350.                                                                                                                                     [1] => HEAD
  2351.                                                                                                                                 )
  2352.  
  2353.                                                                                                                             [action:protected] => Array
  2354.                                                                                                                                 (
  2355.                                                                                                                                     [domain] => {sub}.university.local
  2356.                                                                                                                                     [before] => auth
  2357.                                                                                                                                     [uses] => Closure Object
  2358.                                                                                                                                         (
  2359.                                                                                                                                             [static] => Array
  2360.                                                                                                                                                 (
  2361.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  2362.  *RECURSION*
  2363.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  2364.                                                                                                                                                         (
  2365.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  2366.  *RECURSION*
  2367.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  2368.  *RECURSION*
  2369.                                                                                                                                                         )
  2370.  
  2371.                                                                                                                                                     [controller] => UserController@getBilling
  2372.                                                                                                                                                 )
  2373.  
  2374.                                                                                                                                         )
  2375.  
  2376.                                                                                                                                     [controller] => UserController@getBilling
  2377.                                                                                                                                     [namespace] =>
  2378.                                                                                                                                     [prefix] => /users
  2379.                                                                                                                                 )
  2380.  
  2381.                                                                                                                             [defaults:protected] => Array
  2382.                                                                                                                                 (
  2383.                                                                                                                                 )
  2384.  
  2385.                                                                                                                             [wheres:protected] => Array
  2386.                                                                                                                                 (
  2387.                                                                                                                                 )
  2388.  
  2389.                                                                                                                             [parameters:protected] =>
  2390.                                                                                                                             [parameterNames:protected] =>
  2391.                                                                                                                             [compiled:protected] =>
  2392.                                                                                                                         )
  2393.  
  2394.                                                                                                                     [{sub}.university.localusers/{id}/orders] => Illuminate\Routing\Route Object
  2395.                                                                                                                         (
  2396.                                                                                                                             [uri:protected] => users/{id}/orders
  2397.                                                                                                                             [methods:protected] => Array
  2398.                                                                                                                                 (
  2399.                                                                                                                                     [0] => GET
  2400.                                                                                                                                     [1] => HEAD
  2401.                                                                                                                                 )
  2402.  
  2403.                                                                                                                             [action:protected] => Array
  2404.                                                                                                                                 (
  2405.                                                                                                                                     [domain] => {sub}.university.local
  2406.                                                                                                                                     [before] => auth
  2407.                                                                                                                                     [uses] => Closure Object
  2408.                                                                                                                                         (
  2409.                                                                                                                                             [static] => Array
  2410.                                                                                                                                                 (
  2411.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  2412.  *RECURSION*
  2413.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  2414.                                                                                                                                                         (
  2415.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  2416.  *RECURSION*
  2417.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  2418.  *RECURSION*
  2419.                                                                                                                                                         )
  2420.  
  2421.                                                                                                                                                     [controller] => UserController@getOrders
  2422.                                                                                                                                                 )
  2423.  
  2424.                                                                                                                                         )
  2425.  
  2426.                                                                                                                                     [controller] => UserController@getOrders
  2427.                                                                                                                                     [namespace] =>
  2428.                                                                                                                                     [prefix] => /users
  2429.                                                                                                                                 )
  2430.  
  2431.                                                                                                                             [defaults:protected] => Array
  2432.                                                                                                                                 (
  2433.                                                                                                                                 )
  2434.  
  2435.                                                                                                                             [wheres:protected] => Array
  2436.                                                                                                                                 (
  2437.                                                                                                                                 )
  2438.  
  2439.                                                                                                                             [parameters:protected] =>
  2440.                                                                                                                             [parameterNames:protected] =>
  2441.                                                                                                                             [compiled:protected] =>
  2442.                                                                                                                         )
  2443.  
  2444.                                                                                                                     [{sub}.university.localusers/signin] => Illuminate\Routing\Route Object
  2445.                                                                                                                         (
  2446.                                                                                                                             [uri:protected] => users/signin
  2447.                                                                                                                             [methods:protected] => Array
  2448.                                                                                                                                 (
  2449.                                                                                                                                     [0] => GET
  2450.                                                                                                                                     [1] => HEAD
  2451.                                                                                                                                 )
  2452.  
  2453.                                                                                                                             [action:protected] => Array
  2454.                                                                                                                                 (
  2455.                                                                                                                                     [domain] => {sub}.university.local
  2456.                                                                                                                                     [before] => guest
  2457.                                                                                                                                     [uses] => Closure Object
  2458.                                                                                                                                         (
  2459.                                                                                                                                             [static] => Array
  2460.                                                                                                                                                 (
  2461.                                                                                                                                                     [me] => Illuminate\Routing\Router Object
  2462.  *RECURSION*
  2463.                                                                                                                                                     [d] => Illuminate\Routing\ControllerDispatcher Object
  2464.                                                                                                                                                         (
  2465.                                                                                                                                                             [filterer:protected] => Illuminate\Routing\Router Object
  2466.  *RECURSION*
  2467.                                                                                                                                                             [container:protected] => Illuminate\Foundation\Application Object
  2468.  *RECURSION*
  2469.                                                                                                                                                         )
  2470.  
  2471.                                                                                                                                                     [controller] => UserController@getSignin
  2472.                                                                                                                                                 )
  2473.  
  2474.                                                                                                                                         )
  2475.  
  2476.                                                                                                                                     [controller] => UserController@getSignin
  2477.                                                                                                                                     [namespace] =>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement