mdbootstrap / adminlte-laravel

A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0
MIT License
1.81k stars 508 forks source link

Problems working in tandem with Laravel 5.2 new "auth" stuff #36

Closed rawzone closed 8 years ago

rawzone commented 8 years ago

Hello,

Just tried to spin up a new project with adminlte-laravel and the latest Laravel 5.2.

Seems like there might be some problems with the way that this package registers its routes as with the 5.2 the new web middleware is used it inject the needed classes such as \Illuminate\View\Middleware\ShareErrorsFromSession::class (see app/Http/Kernel.php).

acacha commented 8 years ago

I'm in progress on a new release for Laravel 5.2...

rawzone commented 8 years ago

Nice one @acacha - Let me know if and when you need some testing. Until then ill simply roll my own setup with adminLTE.

And thanks for keeping the project alive!

acacha commented 8 years ago

@rawzone today I finally released 2.0 version with some amazing new features:

bahman2216 commented 8 years ago

good news. Thanks

midium commented 8 years ago

I think this is still not working with the very latest release of laravel as I've updated it today and now suddenly I'm facing TokenMismatchException in VerifyCsrfToken.php line 67: when I try to login. This also starting from a complete blank setup.

midium commented 8 years ago

Please forget my comment as it was due to problems with browser caching.