Create php artisan migrate command
Johannes-Werbrouck opened this issue · 1 comments
Johannes-Werbrouck commented
Right now, users have to ssh into their laravel machine and run php artisan migrate
there. We could help them out by giving them a fly-laravel migrate
command that does everything for them!
Johannes-Werbrouck commented
Not sure this is needed right now. It's as easy as running fly ssh console -C php artisan migrate