arondeparon / laravel-create-db
A package that adds database creation to your Laravel app via Artisan.
Fund package maintenance!
ArondeParon
Requires
- php: ^8.0
- illuminate/contracts: ^8.37
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- brianium/paratest: ^6.2
- nunomaduro/collision: ^5.3
- orchestra/testbench: ^6.15
- phpunit/phpunit: ^9.3
- spatie/laravel-ray: ^1.23
- vimeo/psalm: ^4.8
README
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.
Installation
You can install the package via composer:
composer require arondeparon/laravel-create-db
Usage
php artisan migrate:create-db mydatabase [--connection myconnection]
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.