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');
......