False item. Mentioned about user curd but there is no functionality about creating any curd....even dont deserve to get 1 start..but i need to give...
2 Reviews
The quality of the code is poor. Incorrect use of laravel functionality. The author does not even know how to use routing: For example:
{{ url('/users/'.$row->id.'/edit') }}
Route::get('/users/{id}/edit', 'UsersController@edit');
The feeling that the author took codeigniter code and copied it to laravel almost without editing it.
-------
I do not recommend buying it. When / if the author rewrites his work qualitatively, the review will be edited.
Author response
Actually I created this script for bigners as well as for professional. If you think the routing approach is not good you can change it according to your own. If some is new on laravel they can easily understand the modules. But i will try to improve it ASAP. Thnaks for your feedback.