arondeparon/laravel-create-db

A package that adds database creation to your Laravel app via Artisan.

1.0.1 2021-09-09 21:45 UTC

This package is auto-updated.

Last update: 2024-04-22 19:34:23 UTC


README

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.