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
When running laravel new --pest -n --git projectname the installer now defaults to sqlite but I would like mysql as default and there is no way in doing this with -n (--no-interaction) mode. A --db-connection=mysql or --mysql option would be nice to have with no interaction mode forcing creation of the database for example.
The text was updated successfully, but these errors were encountered:
When running
laravel new --pest -n --git projectname
the installer now defaults to sqlite but I would like mysql as default and there is no way in doing this with -n (--no-interaction) mode. A --db-connection=mysql or --mysql option would be nice to have with no interaction mode forcing creation of the database for example.The text was updated successfully, but these errors were encountered: