使用中に 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/ を視聴しました。