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

Custome Table Name #14

Closed ommyan closed 4 years ago

ommyan commented 7 years ago

How to create crud with custom table name, shouldn't use 's' in the end thank you

kEpEx commented 7 years ago

you can use the --singular option or the --table-name=table-name if is totally different name to the controller.

This only works when adding one CRUD at a time

ommyan commented 6 years ago

thank you