** PR (Phhp 9.x or higher) ** Composer (Package Manager) ** MariaDB 10.x running on MacOS
git clone https://github.com/serverlesssalad/laravel-php-mariadb-demo.git
cd laravel-php-mariadb-demo
DB_CONNECTION=mariadb
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel_php_mariadb_demo
DB_USERNAME=root
DB_PASSWORD=
php artisan migrate
php artisan serve
curl -X POST http://127.0.0.1:8000/api/words