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
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 options alternativelycurl -s "https://laravel.build/example-website?with=mariadb,redis,typesense,minio,mailpit" | bash