1

I am using https://github.com/appzcoder/crud-generator to generate CRUDs for setup tables. When use the command

php artisan crud:generate Posts --fields_from_file="/path/to/fields.json" --view-path=admin --controller-namespace=Admin --route-group=admin

It generates model/controller/views/migrations for the provided table name. Is there any command with which I can delete everything (model/controller/views/migrations) related to the table name?

Pippo
  • 2,173
  • 2
  • 3
  • 16
M_Idrees
  • 2,080
  • 2
  • 23
  • 53
  • On docs there's nothing about deleting it, so I guess you need to do it manually. – Troyer Mar 30 '17 at 08:46
  • Yes there is nothing about deleting, hence I did it manually, but I am not sure if there remains any hidden 'effects' which may cause trouble later. – M_Idrees Mar 30 '17 at 09:30

0 Answers0