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...
foreach(DB::table("users")->get() as $user) { DB::table("users")...
If I understand, widget_name will return some html based on params, so you could use @include @inclu...
Have you tried: http://localhost:8000/public
Usually a method can return whatever the hell it wants (and will be called with () ). Methods return...
The Laravel portal for problem solving, knowledge sharing and community building.