madnh/laravel-upload

Manage upload with profiles and validates

v0.2.4 2018-01-09 02:05 UTC

This package is not auto-updated.

Last update: 2024-04-24 01:06:57 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,
    ...
]