laravel / sail

Docker files for running a basic Laravel application.
https://laravel.com/docs/sail
MIT License
1.68k stars 476 forks source link

Fixed undefined array key mariadb10|11 error on installation. #703

Closed kursatcanciger closed 4 months ago

kursatcanciger commented 4 months ago

If you select mariadb10 or mariadb11 in the sail setup, you encounter an error like Undefined array key "mariadb11". With this pull request, I tried to provide a solution to this error.