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...
Hey n0oper, you certainly need to create service provider for services and repositories if you are u...
Sorry avieln, I dont understand what you are trying to achieve :/ Do you really need it in json? You...
Why not just use the relation? Each Comment belongsTo a User, so all you need to do is create a rela...
This should work {{ HTML::decode(link_to_route('logout', '<i class="fa fa-sign-out">...
Hi YOzaz, thanks for your input, which is by the way very similar to how I do things now. I settled...
The Laravel portal for problem solving, knowledge sharing and community building.