When I run php artisan in the new Lumen 6.0, I get the following error:
In RestartCommand.php line 40:
Too few arguments to function Illuminate\Queue\Console\RestartCommand::__construct(), 0 passed in /vendor/laravel/lumen-framework/src/Console/ConsoleServiceProvider.php on line 307 and exactly 1 expected
I met the same problem...
In RestartCommand.php line 40:
Too few arguments to function Illuminate\Queue\Console\RestartCommand::__construct(), 0 passed in /Users/
zhouzishu/Code/Projects/valunt.com/UCenter.Server/vendor/laravel/lumen-framework/src/Console/ConsoleServi
ceProvider.php on line 307 and exactly 1 expected
Released v6.0.1 with fixes for this
Released v6.0.1 with fixes for this
did not work
https://travis-ci.org/lloricode/lumen-dingo-boilerplate/jobs/595909439
The version 6.0.1 did not solve for me. Only 6.2
Most helpful comment
Released v6.0.1 with fixes for this