arondeparon/laravel-create-db
Composer 安装命令:
composer require arondeparon/laravel-create-db
包简介
A package that adds database creation to your Laravel app via Artisan.
README 文档
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.
统计信息
- 总下载量: 182
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-09-09