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
Noob here who might just not understand something, but as far as I can tell it also still pulls mysql but then seems to be in no mans land on neither that or the new sqllite-as-default just working out of the box.
Sail Version
1.29.0
Laravel Version
11.0.3
PHP Version
8.3
Operating System
Linux
OS Version
24.04
Description
When i try to install with
curl -s "https://laravel.build/test" | bash
In .env changes to
# DB_DATABASE=test
but this line
sail/src/Console/Concerns/InteractsWithDockerComposeServices.php
Line 126 in 9d14355
suppose to be
# DB_DATABASE=laravel
to remove commentSteps To Reproduce
install laravel with
curl -s "https://laravel.build/test" | bash
commandThe text was updated successfully, but these errors were encountered: