fly-apps/fly-laravel

Create php artisan migrate command

Johannes-Werbrouck opened this issue · 1 comments

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!

Not sure this is needed right now. It's as easy as running fly ssh console -C php artisan migrate