blackbricksoftware/laravel-migration-builder
Composer 安装命令:
composer require blackbricksoftware/laravel-migration-builder
包简介
Programmatically create full Laravel migrations.
README 文档
README
Description
Programmatically define table and column definitions, and write a migration file. This is useful when you want to create migrations from an external source, such as an API, to store data locally. See here for an example usage.
Installation
To install the Laravel Migration Builder package, follow these steps:
Install package
composer require blackbricksoftware/laravel-migration-builder --dev
Publish configuration
php artisan vendor:publish --tag=laravel-migration-builder-config
Usage
To create a migration using the example command, follow these steps:
See src/Commands/ExampleCommand.php for an example.
Run php artisan make:migration-builder:example to create a migration with this example.
Acknowledgements
统计信息
- 总下载量: 120
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-01-31