Lumen-framework: php artisan broken in 6.0

Created on 12 Sep 2019  路  5Comments  路  Source: laravel/lumen-framework

  • Lumen Version: 6.0
  • PHP Version: 7.2.22

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

Most helpful comment

Released v6.0.1 with fixes for this

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings