madnh / laravel-upload
Manage upload with profiles and validates
v0.2.4
2018-01-09 02:05 UTC
Requires
- laravel/framework: ~5.2
This package is not auto-updated.
Last update: 2024-11-20 04:08:30 UTC
README
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, ... ]