sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
504 stars 259 forks source link

Laravel 5.2 #313

Closed Badou90 closed 11 months ago

Badou90 commented 8 years ago

Added fix for laravel 5.2 1) changed depricated bindShared() on singleton() in AdminAuthServiceProvider 2) changed defaultDriver from 'eloquent' to 'web', changed createEloquentProvider signature in AdminAuthManager 3) added group middleware 'web' for all routes 4) changed Input facade to Request (cause default Input facade no longer inluded in app.php)

Badou90 commented 8 years ago

Not working with 5.1, so need new branch i guess

daniel-farina commented 8 years ago

Good stuff, thank you for the fixes.

butschster commented 8 years ago

Use https://github.com/LaravelRUS/SleepingOwlAdmin