Laravel 5 Generators Extended:此软件包扩展了Laravel 5随附的核心文件生成器 源码
适用于Laravel 6、7和8的扩展迁移生成器 在您的make:migration命令中轻松定义迁移模式。 该软件包提供的新命令是: make:migration:schema make:migration:pivot 这允许您执行php artisan make:migration:schema create_dogs_table --schema="name:string:nullable, description:text, age:integer, email:string:unique"并获得可以使用php artisan migrate运行的完整迁移php artisan
文件列表
Laravel-5-Generators-Extended-master.zip
(预估有个23文件)
Laravel-5-Generators-Extended-master
composer.json
767B
.travis.yml
272B
composer.lock
90KB
readme.md
8KB
.github
ISSUE_TEMPLATE.md
213B
release_drafter.yml
952B
LICENSE
1KB
src
暂无评论