orchestral / platform

Orchestra Platform Application Skeleton
http://orchestraplatform.com/docs/latest
315 stars 33 forks source link

fresh install + navigate to the /admin... CRASH. #36

Closed ryanhungate closed 10 years ago

ryanhungate commented 10 years ago

Class Orchestra\Model\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)

crynobone commented 10 years ago

laravel/framework v4.1.26 add a vulnerability fixes with is not compatible with our current code. I'll can only look at it later today so please hold off any update or add a lock to "laravel/framework": "v4.1.25" on your app composer.json in the meantime.

crynobone commented 10 years ago

Fixes has been push and tagged.

ryanhungate commented 10 years ago

Cool, thanks a bunch… just giving your framework a spin right now.

On Apr 15, 2014, at 10:47 PM, Mior Muhammad Zaki notifications@github.com wrote:

Fixes has been push and tagged.

https://github.com/orchestral/auth/releases/tag/v2.1.5 https://github.com/orchestral/model/releases/tag/v2.1.4 — Reply to this email directly or view it on GitHub.