Skip to content

falur/moonshine-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spatie Media + Uppy for upload files and images for Moonshine admin panel

Versions

  • Verson 1.* for moonshine 2
  • Verson 2.* for moonshine 3
  • Verson 4.* for moonshine 4

Install

composer require gian_tiaga/moonshine-file

Usage

SpatieUppyFile::make('Фото', 'photo')
    ->multiple()
    ->countFiles(5)
    ->image()

Yo can set allowed file types

SpatieUppyFile::make('Фото', 'photo')
    ->allowedFileTypes('video/*')

demo

You can use this field in json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors