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...
I think you're right. It's not possible to do what you want without a dirty hack.. Could you share u...
Um..it depends. Could you post source code how you want to use it when you actually get your API? Yo...
Do you actually have a use case where you need to call updateWith() on a User model? Could you show...
And here's the code Route::group(['before'=>'auth'], function() { // put your routes here }); R...
Yes, I think you're over-thinking it. I feel that many people try to avoid putting methods in their...
The Laravel portal for problem solving, knowledge sharing and community building.