Fields

Image

Inherits File.

  • has the same capabilities

The Image field is an extension of File that allows previewing uploaded images.

use MoonShine\UI\Fields\Image;
 
Image::make('Thumbnail')
<x-moonshine::form.file
:imageable="true"
name="thumbnail"
/>

image

image dark