Skip to content

madnh/laravel-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Upload

Manage upload with profiles and validates

Install

This package support "Package Discovery" feature of Laravel 5.5. In case of your Laravel's version is early than 5.5 or it's turned of, you can add package's service provider manually:

'providers' => [
    ...
    \MaDnh\LaravelUpload\ServiceProvider::class,
    ...
]