Looking to hire Laravel developers? Try LaraJobs

laravel-create-db maintained by arondeparon

Description
A package that adds database creation to your Laravel app via Artisan.
Last update
2021/09/22 15:43 (dev-main)
License
Downloads
182

Comments
comments powered by Disqus

Laravel Create DB

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

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.