-
Notifications
You must be signed in to change notification settings - Fork 165
error after a fresh installation login #30
Comments
Sounds like you have an out of date Laravel install maybe. I don't really know how to help troubleshoot Windows based issues. On Sat, May 17, 2014 at 11:54 AM, imanghafoori1 notifications@github.com
|
my laravel version is 4.1 sir... :( |
+1 "Symfony \ Component \ Debug \ Exception \ FatalErrorException Trait 'Illuminate\Auth\UserTrait' not found" UserTrait for 4.2?? when i try to install laravel-bootstrap with 4.2. composer doesnt like laravel-bootstrap... :/ |
Let me take a look at this tomorrow mate, I've no-doubt done something very stupid. |
My problem is solved ! |
hmm... its dark magic i think. |
For the record I had the same problem - really simple solution, should anyone else have the problem. Just add the following to the bottom of the app/models/User.php Just before the final }.
|
+1. That fixed it. Thanks @BMFX |
Symfony \ Component \ Debug \ Exception \ FatalErrorException
Class User contains 3 abstract methods and must therefore be declared abstract or implement the remaining methods (Illuminate\Auth\UserInterface::getRememberToken, Illuminate\Auth\UserInterface::setRememberToken, Illuminate\Auth\UserInterface::getRememberTokenName)
open: C:\wamp\www\laravelCms\vendor\laravel\laravel\app\models\User.php
* @return string
*/
public function getReminderEmail()
{
return $this->email;
}
The text was updated successfully, but these errors were encountered: