kEpEx / laravel-crud-generator

php artisan command to generate fully working crud with grid paginated server side only by having database tables
MIT License
99 stars 44 forks source link

Runtime Exception while running "php artisan make:crud State table-name=states" #2

Closed maheshtc closed 8 years ago

maheshtc commented 8 years ago

I am using your extension and while executing following command I am getting php artisan make:crud State table-name=states [RuntimeException]
Too many arguments.

What could be the issue for this runtime exception.

maheshtc commented 8 years ago

Sorry It was my mistake. I have forgotten to add --table-name.

kEpEx commented 8 years ago

NP, glad I can help :)