Download the PHP package zgldh/laravel-upload-manager without Composer
On this page you can find all versions of the php package zgldh/laravel-upload-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-upload-manager
laravel-upload-manager
通过API对文件进行“上传、验证、储存、管理”操作。 Upload, validate, storage, manage by API for Laravel 5/6/7/8/9
依赖 Requirement
-
Laravel >= 6.0
- For Laravel 5, Please use
composer require zgldh/laravel-upload-manager 0.6
安装 Install
- composer require zgldh/laravel-upload-manager
- php artisan vendor:publish --provider="zgldh\UploadManager\UploadManagerServiceProvider"
- php artisan migrate
- Done
用法 Usage
-
上传一个文件 Upload and store a file.
-
从一个URL获取并保存文件 Fetch and store a file from a URL
-
更新一个上传对象 Update a upload object
-
用从一个URL获取到的文件来更新一个上传对象 Update a upload object from a URL
-
数据验证 Validation
-
存到别的Disk里面
-
上传前修改 对象
- 删除某用户上传后,却一直没有使用的
avatar
类型的 对象
配置 Configuration
-
请查看源文件注释
-
可以在里面写自己喜欢的函数
-
通常需要你亲自扩展一个出来。如:
然后在 里面配置 为你自己扩展的类即可。
待续
All versions of laravel-upload-manager with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^6.0|^7.0|^8.0|^9.0
The package zgldh/laravel-upload-manager contains the following files
Loading the files please wait ....