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...
Use a single view as template for all views or extends BaseController, and use View::share($arrayOfD...
I don't understand what do you mean with: I would have to make n conditional to catch everything...
If you can mock all your dependencies you'll be fine.
$collections in your first example is an instance of query builder, try this: $collections = Collect...
The Laravel portal for problem solving, knowledge sharing and community building.