kodeine / laravel-acl

Light-weight role-based permissions system for Laravel 6+ built in Auth system.
MIT License
786 stars 216 forks source link

Can I use this package in Laravel lumen? #251

Open ranganathabrr opened 4 years ago

ranganathabrr commented 4 years ago

I installed this package and updated bootstrap/app.php file.

$app->register(Kodeine\Acl\AclServiceProvider::class);

I am getting error like,

Symfony\Component\Debug\Exception\FatalThrowableError: Class 'Blade' not found in /vendor/kodeine/laravel-acl/src/Kodeine/Acl/AclServiceProvider.php:54

Could you please help me to resolve this issue.

kodeine commented 3 years ago

I will push an update to support lumen, if you were able to fix on your system, you may submit a PR.