A package that adds database creation to your Laravel app via Artisan.
arondeparon/laravel-create-db is a Laravel package for a package that adds database creation to your laravel app via artisan..
It currently has 12 GitHub stars and 182 downloads on Packagist (latest version 1.0.1).
Install it with composer require arondeparon/laravel-create-db.
Discover more Laravel packages by arondeparon
or browse all Laravel packages to compare alternatives.
Last updated
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.