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
It appears that the stub returns mariadb as the service for both mariadb10 and mariadb11, which does not match an array key (which are now suffixed with a version since 1.30.0).
php artisan sail:install and select one of the MariaDB options
alternatively curl -s "https://laravel.build/example-website?with=mariadb,redis,typesense,minio,mailpit" | bash
The text was updated successfully, but these errors were encountered:
Sail Version
1.30.0
Laravel Version
11.13.0
PHP Version
8.3
Operating System
Linux
OS Version
6.7.12
Description
Sail fails to install if MariaDB is selected.
It appears that the stub returns
mariadb
as the service for both mariadb10 and mariadb11, which does not match an array key (which are now suffixed with a version since 1.30.0).vendor/laravel/sail/src/Console/Concerns/InteractsWithDockerComposeServices.php:90
Steps To Reproduce
php artisan sail:install
and select one of the MariaDB optionsalternatively
curl -s "https://laravel.build/example-website?with=mariadb,redis,typesense,minio,mailpit" | bash
The text was updated successfully, but these errors were encountered: