Download the PHP package baymaxrice/laravel-upload-file without Composer
On this page you can find all versions of the php package baymaxrice/laravel-upload-file. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download baymaxrice/laravel-upload-file
More information about baymaxrice/laravel-upload-file
Files in baymaxrice/laravel-upload-file
Download baymaxrice/laravel-upload-file
More information about baymaxrice/laravel-upload-file
Files in baymaxrice/laravel-upload-file
Vendor baymaxrice
Package laravel-upload-file
Short Description A upload tool for laravel application.
License MIT
Package laravel-upload-file
Short Description A upload tool for laravel application.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-upload-file
install
composer require baymaxrice/laravel-upload-file
usage
- 发布配置文件
php artisan vendor:publish --provider="Baymax\LaravelUploadFile\UploadFileServiceProvider"
-
系统会自动创建一条路由:
/upload/file
- 访问该接口时候,如上传文件,则携带参数:file=1,如上传图片,则携带参数:img=1。。。
- 注意事项:
开启缓存之后,上传图片,返回json格式回复,具体内容如下:
需要在用户提交该字段之后,假如上传的为用户头像字段,则在用户Model当中做如下处理:
如果参数是图片数组,则传入第二个参数为:true
如不开启缓存,则直接返回图片实际存储路径:
License
MIT
All versions of laravel-upload-file with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
5.*
The package baymaxrice/laravel-upload-file contains the following files
Loading the files please wait ....