kodeine / laravel-acl

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

Lumen support #88

Open Zyles opened 9 years ago

Zyles commented 9 years ago

Could we get some Lumen love?

I can't find a decent Lumen ACL package...

Right now I get:

Fatal error: Call to undefined function Kodeine\\Acl\\config_path()

Thanks.

kodeine commented 9 years ago

@Zyles i will work on it this weekend.

Zyles commented 9 years ago

Thanks a lot.

My use case is to secure an API and also using with https://github.com/dingo/api if you need to run some tests.

lycha commented 8 years ago

Hey guys, have you managed to solve this issue? I'm trying to implement acl in my Lumen app.

kodeine commented 8 years ago

@lycha i'll be working on it after some fixes. so its in todo but it will happen sooner now :)

lycha commented 8 years ago

@kodeine thanks for information!

intositeme commented 7 years ago

I'm getting this as well. Lumen 5.3.

parallelaus commented 7 years ago

We are also experiencing the Lumen issues. We can create a local AclServiceProvider class to solve the VERSION issue, but I expect we will get more issues? A Lumen version would be awesome!!