Closed rawzone closed 8 years ago
I'm in progress on a new release for Laravel 5.2...
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!
@rawzone today I finally released 2.0 version with some amazing new features:
good news. Thanks
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.
Please forget my comment as it was due to problems with browser caching.
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).