vyuldashev / nova-permission

A Laravel Nova tool for Spatie's laravel-permission library
https://novapackages.com/packages/vyuldashev/nova-permission
419 stars 217 forks source link

Fresh Install - Target Class does not exist #131

Closed ThistleApps closed 4 years ago

ThistleApps commented 4 years ago

Followed the steps on a fresh install of Laravel 7 with Nova Orion 3.6 and am getting - Target class [App\Providers\RolePolicy] does not exist. (View: C:\xampp\htdocs\connector\vendor\laravel\nova\resources\views\layout.blade.php)

ThistleApps commented 4 years ago

Your directions missed adding the classes to NovaServiceProviders. Junior but should still have that in your docs.

use Vyuldashev\NovaPermission\PermissionPolicy; use Vyuldashev\NovaPermission\RolePolicy;