thestapler/laravel-mysql-create

Create the MySQL database from the command line in Laravel

dev-main 2021-05-11 20:55 UTC

This package is auto-updated.

Last update: 2024-06-12 03:55:58 UTC


README

I always forget to create a new database on mysql, so I created this script which you can add from packagist to your project! composer require thestapler/laravel-mysql-create then all you need to do is run php artisan db:createmysql and away you go!