kodeine / laravel-acl

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

cache tags not available in version 2.0 #258

Open Rafeethu opened 3 years ago

Rafeethu commented 3 years ago

I tried to use the cache feature and would like to clear the existing permissions when ever role is updated. but couldn't find anything related to this in docs.

I just dig into the code and found that cache tags were available in ver 1.0 but not in v 2.0. any plan to incorporate this feature to 2.0 branch?

I'm using laravel 6 and laravel-acl 2.0.

kodeine commented 3 years ago

hello, if there's a missing feature, can you please submit PR and i can merge that.