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...
You can not echo directly nor redirect inside ajax call. What you need is to echo or redirect using...
Oh, one more thing a stupid one but to be sure... did u use {!! !!} instead of {{ }} in <input ty...
No problem! happens to me all the time :))
Do you have "... implements EventsRepository" operator in the EloquentEventsRepository cla...
Add this to the login form in view <input type="hidden" name="_token" value=&...
The Laravel portal for problem solving, knowledge sharing and community building.