Is it possible to `php artisan migrate --all-apps`?
Created 6 years ago by finnitoHey all,
I'm running the Sites Module on my web server and feel like it's a little cumbersome to run php artisan migrate --all-addons --app=blah
for every different site I've got setup. Is it possible to do something like an --all-apps
flag to make this smoother?
I understand that it might not be ideal for use all the time, because sometimes there are breaking changes etc. but @ryanthompson is super good and often there isn't anything breaking in in the 3.x updates.
Thanks!
No, but that's a really good idea!