You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current task list has some artisan commands that don't apply to Lumen and will cause the deploy to fail. If we add a new flag that marks a project as Laravel or Lumen, we can add checks to skip tasks specific to Laravel.
The text was updated successfully, but these errors were encountered:
Would like to see lumen support too 👍 Is there a workaround for the time being?
01:06 laravel:artisan
01 php artisan storage:link --env=production
01
01
01 [Symfony\Component\Console\Exception\CommandNotFoundException]
01 There are no commands defined in the "storage" namespace.
01
01
The current task list has some artisan commands that don't apply to Lumen and will cause the deploy to fail. If we add a new flag that marks a project as Laravel or Lumen, we can add checks to skip tasks specific to Laravel.
The text was updated successfully, but these errors were encountered: