entrust
entrust copied to clipboard
After adding in routes.php all artsian command or disable
When i add this line code in routes.php
Entrust::routeNeedsPermission('admin/post*', 'create-post');
all response to artsian command become this
php artisan vendor:publish
[BadMethodCallException]
Method filter does not exist.
`
@miladganjali Are you solve this issue?
@AmrAlmagic No, Entrust has many issues when you want to be used in the complex project, after this error and no response I stop using this package and create my own you can use a source code of "entrust" for inspiration.