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...
Fix your post code formatting if you expect some help @foreach ($news as $news)? Seriously? Change...
Token is read from Session so you can not flush you session before you submit your form. If you need...
I don't think you can do it with redirect()->back(), you will have to use own url with redirect()...
You can display workoutdays for routines that belongs to user this way $routines = $user->routine...
Are you sure you are sending all the values to the controller? Which inputs are missing?
The Laravel portal for problem solving, knowledge sharing and community building.