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...
You are right, authors can have different publishers. But I just made an anology with the publisher-...
So you recommend to add a publisher_id field to the books table. But, every book has only one author...
It doesn't work. (I think you modified the code, I will try it).
The Laravel portal for problem solving, knowledge sharing and community building.