Open
Description
I have installed everything as instructed, create an Equipment Role and Assigned a permission named create equipment, then assigned it to the user who is logged in. When I add the following code to the
Equipment Resource
class Equipment extends Resource
{
use \Insenseanalytics\LaravelNovaPermission\PermissionsBasedAuthTrait;
public static $permissionsForAbilities = [
'create' => 'create equipment',
];
my resource disappears from the nav bar. Am I doing something wrong?
Thanks so much
Metadata
Metadata
Assignees
Labels
No labels