This package adds an easy-to-use Artisan command to your application that allows you to create a new database schema.
The package is currently simple by design: there are no options apart from defining the schema and connection. If you need anything else, please submit a pull request.
You can install the package via composer:
composer require arondeparon/laravel-create-db
php artisan migrate:create-db mydatabase [--connection myconnection]
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.