79392791

Date: 2025-01-28 05:11:30
Score: 0.5
Natty:
Report link

Update your NovaServiceProvider.php:

protected function gate()
{
    Gate::define('viewNova', function ($user = null) {
        return true;
    });
}

Also, check the following:

1. Clear cache: php artisan cache:clear

2. Clear config: php artisan config:clear

3. Check permissions on the storage directory
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Developer Nilesh