Is it possible to `php artisan migrate --all-apps`?
Created 5 years ago by finnito

Hey 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!

ryanthompson  —  5 years ago

No, but that's a really good idea!