laravel 相关小技巧
2019-11-13 本文已影响0人
Gundy_
使用一条命令生成 Model/Controller/Migration
php artisan make:model User -crm
生成 controler Migtation model
php artisan make:model User -a
会生成 Resource Controller,Migration,Factory
自动生成model
https://github.com/nWidart/DbExporter 2016