Example taken form http://stackoverflow.com/questions/26757452/laravel-eloquent-accessing-properties...
I want to be able to distinguish if a user is Administrator, and if he is to redirect him appropriat...
I have some ajax code in a javascript function: $.ajax({ type: "DELETE", url: &quo...
When I enter an address like 'localhost/classifieds/public/admin/categories' it works fine. But, if...
I 'm deleting records with ajax code (in a javascript function): $.ajax({ typ...
I just added it in my first post. But (when I call it with 'http://localhost:8000/cats/1/delete') co...
Thank you, I know how to pass the id, it's submited, I guess automatically(?). I was just wondering...
I changed the CatController.php to: class CatController extends BaseController { public function edi...
I changed the CatController.php: class CatController extends BaseController { public function edit($...
It was missing a parentheses after cat->id, that's the correct: <a href="{{ URL::route('c...
The Laravel portal for problem solving, knowledge sharing and community building.