arondeparon/laravel-create-db

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

Fund package maintenance!
ArondeParon

Installs: 182

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 1

Forks: 1

Open Issues: 2

pkg:composer/arondeparon/laravel-create-db

1.0.1 2021-09-09 21:45 UTC

This package is auto-updated.

Last update: 2025-09-22 22:33:18 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.