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

Ajax not work #11

Closed qeifar closed 7 years ago

qeifar commented 7 years ago

Theres nothing showed on the list

SamyOteroGlez commented 7 years ago

Hi @qeifar.

Are you receiving any console error? I would check for console errors in the browser.

Cheers.

qeifar commented 7 years ago

It work awesomely right now.. It occurs because I have two tables use singular and plural name like 'role' and 'roles'. The others work fine... But can I change the directory for the model, view and controller to be located ? 👍

SamyOteroGlez commented 7 years ago

@qeifar I am sure you can, but remember to change it every where.

Cheers