Hi, Is it possible to use db query builder with two databases? I know that I can use a raw query wit...
One interesting question popped up in my head today. I don't actually need it, but I just wonder if...
So...I've been bookmarking a lot of Laravel articles for the last few months. I really didn't like t...
Anyway, what errors do you get when you run the code? Could you copy and paste error messages from y...
For any future commenters, here's cleaned up source code. OP, at least check your post. How can anyo...
try view composer or global view View::composer("yourview", function($view) { $view-&g...
Since views are intended to be composed with a dataset, it is intentionally blocked from the public...
In order to use password reminder, you need to implement RemindableInterface. Please take a look at...
The Laravel portal for problem solving, knowledge sharing and community building.