Closed ThistleApps closed 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)
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;
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)