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
Just install a new laravel app with following command :
laravel new l12pgsql --database=pgsql --livewire
or the following
laravel new l12mysql --database=mysql --livewire
The text was updated successfully, but these errors were encountered:
happytodev
changed the title
The database= option doesn't seem to work as expected
Laravel 12 : The database= option doesn't seem to work as expected
Feb 27, 2025
Installer Version
5.12.0
Description
When I launch the following :
laravel new l12pgsql --database=pgsql --livewire
or the following
laravel new l12mysql --database=mysql --livewire
The Laravel installer installs sqlite.
Maybe I'm wrong, but it sounds like a bug for me.
Steps To Reproduce
Just install a new laravel app with following command :
laravel new l12pgsql --database=pgsql --livewire
or the following
laravel new l12mysql --database=mysql --livewire
The text was updated successfully, but these errors were encountered: