Bezhan Salleh

Results 12 comments of Bezhan Salleh

@luilliarcec i have already done the standard plugin thingy for the RoleResource 😇. will release the next version cause i have changed alot and then will review your PR and...

@Sanabria in 4 steps i think: 1. Create a model with migration lets say `Reports` with `name`,`path` and `generated_by` columns(you can name them as you want). 2. create a listener...

please update the following parts, or republish the resource and apply your changes to avoid any future complications. ```php //EditRole.php $this->permissions = collect($data) ->filter(function ($permission, $key) { return !in_array($key, ['name',...

Unless someone PRs it with tests i'm not going to implemented anytime soon.

Thanks. The current method signature doesnt accept any params. so i'm closing this.

the method signature might have changed and then changed back cause right now in the entire filament repo i cannot find the `canAccess()` method to accept params.