Search code examples
phplaravellumenphp-8.1laravel-9

Lumen v9 missing php artisan schedule command


in lumen v8 I had access to artisan schedule:* commands.

After upgrading lumen to v9:

"laravel/lumen-framework": "^9",

The artisan command console is missing the artisan schedule:* commands (like artisan schedule:run)!

Were they removed in lumen v9? The documentation does not mention if they were. https://lumen.laravel.com/docs/9.x/releases

Thanks!


Solution

  • This an open issue with an awaiting PR:

    https://github.com/laravel/lumen-framework/issues/1224

    The framework was not properly calling the schedule class.

    edit: the issue has been tagged as a [bug] and since has been resolved! thanks!