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
It would be great if we can run artisan commands inside an application module. I tried to find if this feature already exists, but couldn't find anywhere. If it does, please guide me so I can close this request.
What & Why
A lot of packages now a days have their own generate commands for example Laravel Verbs:
php artisan verbs:event CustomerBeganTrial
This makes it difficult to maintain the application as for each creation we need to move the files and update the namespaces. It would be great if we can just specify --module= flag and it runs for that specific module. I see that it is a feature in internachi/modular and also somewhat similar feature in stancl/tenancy
The text was updated successfully, but these errors were encountered:
Summary
It would be great if we can run artisan commands inside an application module. I tried to find if this feature already exists, but couldn't find anywhere. If it does, please guide me so I can close this request.
What & Why
A lot of packages now a days have their own generate commands for example Laravel Verbs:
This makes it difficult to maintain the application as for each creation we need to move the files and update the namespaces. It would be great if we can just specify
--module=
flag and it runs for that specific module. I see that it is a feature in internachi/modular and also somewhat similar feature in stancl/tenancyThe text was updated successfully, but these errors were encountered: