nova laravel image

Solutions on MaxInterview for nova laravel image by the best coders in the world

showing results for - "nova laravel image"
Alma
12 Jan 2020
1use Laravel\Nova\Fields\Image;
2
3Image::make('Profile Photo')->disk('public');
4