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...
For a fresh project i would go with 5.0 and hope that it will not change that much till release ;)
You have set up wrong relationship Try this in User model public function group(){ return $this-...
I did it the second way (one service provider file with multiple bindings) and I am happy with it so...
Try this $validator = Validator::make(Input::only('username', 'email', 'password','password_confirma...
Is your password confirmation from field named password_confirmation ?
The Laravel portal for problem solving, knowledge sharing and community building.