fly-apps / fly-laravel

Run your Laravel apps on Fly
40 stars 3 forks source link

Create php artisan migrate command #41

Closed Johannes-Werbrouck closed 1 year ago

Johannes-Werbrouck commented 1 year ago

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 1 year ago

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