Create the MySQL database from the command line in Laravel
thestapler/laravel-mysql-create is a Laravel package for create the mysql database from the command line in laravel.
It currently has 1 GitHub stars and 4 downloads on Packagist.
Install it with composer require thestapler/laravel-mysql-create.
Discover more Laravel packages by thestapler
or browse all Laravel packages to compare alternatives.
Last updated
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!