Level 36
if you are working on Windows, @yousails , take a look at your config/app.php file. Its pretty likely that at the section "providers" the entry App\Providers\NovaServiceProvider::class is missing. You have to add it manually and then you should be fine.
1 like