I am not sure whether he is using Laravel 5.0, if that's the case, it is possible to do method DI in...
Try this? public function getCategory(Category $category = null) { // ... }
This problem is not related to Laravel , it is with Gmail SMTP service. See this link, https://suppo...
I think this is already out of what OP's question is, but, In my opinion, I personally don't like th...
You don't have to have 1 database for 1 client. You could use a master database for managing indexes...
The Laravel portal for problem solving, knowledge sharing and community building.