laravel-acl icon indicating copy to clipboard operation
laravel-acl copied to clipboard

Can I use this package in Laravel lumen?

Open ranganathabrr opened this issue 5 years ago • 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.

ranganathabrr avatar Mar 18 '20 05:03 ranganathabrr

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

kodeine avatar Oct 13 '20 16:10 kodeine