Hi guys, any of you tried to send the notification from inside a Command? I am using the notifiable...
Hello, I have User model public function sendPasswordResetNotification($token) { $this->notif...
Hi, I know, I know.. you will call me crazy, but the profile name text in the header is too close to...
Hello, I have User model and several other models that belongsTo User. I have a lot of routes for ch...
Hi, I have a website (currently in development) where users can upload their photos. I am deciding w...
Hi, michaeljohnnyb It is been a while since I started with this architecture, and so far it works re...
$def = Def::where("abc_id", $abc->id)->first() this of course means, that there is...
$def = Def::where("abc_id", $abc->id) or if there is a "hasOne(Def)" or &quo...
I would be interested in eloquent solution to this too. SortBy on Eloquent collection is possible, b...
The Laravel portal for problem solving, knowledge sharing and community building.