CodepadME / laravel-tricks

The source code for the Laravel Tricks website
http://laravel-tricks.com
MIT License
967 stars 297 forks source link

Fatal Error Exception after install #46

Closed bobbypiper closed 10 years ago

bobbypiper commented 10 years ago

followed the instructions to install locally on windows and the following exception is provided:- ... Symfony \ Component \ Debug \ Exception \ FatalErrorException Class Tricks\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) ...

dabernathy89 commented 10 years ago

Looks likes that is related to the most recent (and unfortunately breaking) Laravel update:

http://laravel.com/docs/upgrade#upgrade-4.1.26

bobbypiper commented 10 years ago

@dabernathy89 thanks that solved it! Haven't used Laravel before so this is all new to me!

msurguy commented 10 years ago

I've updated the code couple days ago to implement the breaking changes update. Should be all good now.