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...
Just now I had the same problem after migrating to 4.2 :) Make sure that there are spaces before and...
And that is your problem. User class is set to the migration path. Rename the migration class, run c...
Double check the class naming for migrations, helpers, seeds, etc... Otherwise I am out of ideas :/...
Run composer dump-autoload to see if there are any errors. Don't you have some other class named 'Us...
Add this to the User model public function getAuthIdentifier() { return $this->getKey();...
The Laravel portal for problem solving, knowledge sharing and community building.