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...
Are you trying to access to nbDocuments method as a property? $country->nbDocuments instead of $c...
if you don't want to implement from scratch your own audit mechanism, give a try to this package: ht...
Model events and observers should be the right way to achieve this goal. Take a look at: http://lara...
move all the logic to calculate sums in your models (Continens and Cities); in controller retrieve...
The Laravel portal for problem solving, knowledge sharing and community building.