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...
I would reject it, becuase I expect user to input comment.
In fact, I am aware of the eager loading solution. But I want to evaluate posts and comments separat...
$comment->links() gives this error: ErrorException Call to undefined method Illuminate\Database\Q...
$posts->comments()->links(); gives following error: ErrorException call_user_func_array() expe...
The Laravel portal for problem solving, knowledge sharing and community building.
The community