I want to queue and send mails with database based queue driver. I can send emails with that: Mail::...
I migrate from laravel 4 to laravel 5. I modified User Model to make it compatible to laravel 5 User...
Hi all, I have two models: posts and likes. Posts and likes have one-to-many relationship (so, one p...
Hi all, I want to receive a GET request like that: people.php?name=Joe&age=24 For that, I have...
I perform an ajax call to a controller, but it seems not working. What can I do? public function pos...
Yes, there is. In fact the code below also works: $posts->first()->id
Thank your for your reply Fluzo. But I want also to get posts date by date basis. What is your sugge...
The Laravel portal for problem solving, knowledge sharing and community building.