如何在使用时从 generate:resource 恢复 JeffreyWay/Laravel-4-Generators
?
是否有通过命令删除已安装资源的快捷方式,类似于下面的语句?
php artisan generate:resource post --fields="title:string, body:text"
我已经使用https://github.com/JeffreyWay/Laravel-4-Generators中的生成器成功安装并创建了一个资源,并观看了 tutsplus 视频https://tutsplus.com/lesson/running-migrations/