thestapler/laravel-mysql-create

Create the MySQL database from the command line in Laravel

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/thestapler/laravel-mysql-create

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

This package is auto-updated.

Last update: 2025-12-12 07:07:38 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!