Open davidgabbay opened 4 years ago
Hi! So :
And then in my nova resource file : use EricLagarda\NovaGallery\NovaGallery; Gallery::make('Profile Photo')->disk('public'), (but Gallery::make doesn't recognize)
But : "Class 'App\Nova\Gallery' not found".
Any ideas ? Thanks ;)
The is not enogh explanation gow to use the extension. Why there is no example. How to add the galery in the resource ? How to import the class ?
is it: use EricLagarda\NovaGallery\NovaGallery;
public function fields(Request $request) { return [ Gallery::make('Profile Photo')->disk('public'); ......