LaravelPackages.net
Acme Inc.
Toggle sidebar
arondeparon/laravel-create-db

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

182
12
1.0.1
About arondeparon/laravel-create-db

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

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.

Star History Chart