Please tell me something is being done about these spam bots. Site is starting to become useless.
Might be easier to switch to a role/permission based system. There are several packages that provide...
If I read it correctly on laravel.com docs, your second code snippet actually does what it should. I...
Make sure you have set all relations in the models, then: $posts = App\Post::whereHas('collected_ite...
@Ognjen Why would you force the JSON method to encode an array as an object? Unless you want to pass...
First of all, still wrong calculation Second (($item->detail->FbVote+$item->detail->Twit...
The Laravel portal for problem solving, knowledge sharing and community building.