kodeine/laravel-acl

Can I use this package in Laravel lumen?

ranganathabrr opened this issue · 1 comments

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.

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