Execute any Laravel action (not just commands) on any schedule from just one cron job! Inspired by T...
Whenever I want to edit an answer I just submitted, I get the error message Please review the form b...
Or you make @Firtzberg's last example into one query: $wanted = $offer->where('offer_id', $offer_...
I just found another, way easier and cleaner way to do it: Laravel provides the ->sometimes() val...
In the update function, you would have to check the $input['hero_image'] and $input['picture'] varia...
Ok, this is messed up. You have a post table with a id_user. Then you have a user table with id_user...
I really have no idea why it would create this weird entries, but you should not have to go to http:...
The Laravel portal for problem solving, knowledge sharing and community building.