You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The can function is already defined on the Authorizable trait. Could you rename your function to something else. Personally I prefer the laravel native authorization because I can implement my logic based on the user settings but I like your implementation of permission and roles. I've tried a custom implementation over your package but I need to extend a lot of classes to reach all the methods.
Thanks in advanced
The text was updated successfully, but these errors were encountered:
Hi,
I know how to fix the problem. I thought it would be better to fix it in the package because it's a conflict with the framework itself. The main reason for using a package like this is to avoid extra configuration or local fixes.
Hello,
The
can
function is already defined on the Authorizable trait. Could you rename your function to something else. Personally I prefer the laravel native authorization because I can implement my logic based on the user settings but I like your implementation of permission and roles. I've tried a custom implementation over your package but I need to extend a lot of classes to reach all the methods.Thanks in advanced
The text was updated successfully, but these errors were encountered: