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 don't know really :(. I gave up the way described above (It was a tree based select form to select...
It was $posts = Post::where('jeornal_id', '=', $jeornal->id) I added get(), and it is ok :) Thank...
$posts->toArray() gives the following error: ErrorException Call to undefined method Illuminate\D...
The Laravel portal for problem solving, knowledge sharing and community building.