I'm trying to query a restful webservice written in laravel using $.getJSON (jquery). But the cross...
Using belongsToMany custom accessor methods are ignored. Why?
I would like to use main template also for error views. Main template works only if i call it from c...
I'm trying to hide public/index.php url, mantaining assets file and folders (in public folder) acces...
I just need to override Auth::user() for all the auth drivers. I don't think it's possible to use Au...
Supposing that $jsons is an array of objects, and that each object has a description property in whi...
Take a look at Illuminate\Routing\Controller, in particular at callAction, it calls setupLayout befo...
However you can pass to Redirect::action as third parameter http status code 404. http://laravel.com...
Controller instantiated from App::missing doesn't inherit nothing from BaseController or the base Co...
ok, in App::missing try to call directly controller action: App::make("ErrorController")-&...
The Laravel portal for problem solving, knowledge sharing and community building.