You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when you run php artisan migrate you get a nice suggestion to create the database if it doesn't exist, but when you run php artisan migrate:fresh you get an exception, which is not consistent.
This becomes a bigger issue if you use Taylor's mfs alias, and default to using it whenever you need to just not worry about the database and nuke it and seed it.
Steps To Reproduce
Create a new Laravel project
Run mfs if you have the alias, or php artisan migrate:fresh --seed if you love pain