Amit Singh
Amit Singh
NovaBelongsToDepend::make('Shows', 'shows', \App\Nova\Shows::class) ->placeholder('-- Select Show --') // Add this just if you want to customize the placeholder ->options(Shows::all()), NovaBelongsToDepend::make('Show Season', 'show_season', \App\Nova\ShowSeason::class) ->placeholder('-- Select Show Season --') // Add...
> I also had this problem, laster I found the error was in /vendor/orlyapps/nova-belongsto-depend/src/Http/Controllers/FieldController.php line 89, and my php version is 7.4.30, not support for php dynamic class name, so...