Skip to content

Resource disappears  #10

Open
Open
@simona2017

Description

@simona2017

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions