engrnvd / laravel-crud-generator

MIT License
137 stars 51 forks source link

Method appends does not exist. #6

Closed rebootcode closed 8 years ago

rebootcode commented 8 years ago

I changed findrequested() in index method inside controller to all to get over my first issue mentioned here :- https://github.com/engrnvd/laravel-crud-generator/issues/5 but now i get this error.

I am using laravel 5.2

rebootcode commented 8 years ago

I think, this error occurs, when i don't want to create model by crud.

rebootcode commented 8 years ago

This error occurs when "model" is not created using crud command. Creating model using crud command is essential.