定制 savanihd/image-upload-laravel 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

savanihd/image-upload-laravel

Composer 安装命令:

composer require savanihd/image-upload-laravel

包简介

laravel image upload

README 文档

README

Install Package By using bellow command:

composer require savanihd/image-upload-laravel

You need to update on config/app.php file

'providers' => [
    ...
    SavaniHD\ImageUploadLaravel\ImageUploadLaravelServiceProvider::class
]
'aliases' => [
    ...
    'ImageUploadLaravel' => SavaniHD\ImageUploadLaravel\Facades\ImageUploadHDLaravelFacade::class,
]

You can use as bellow: upload method will return name of uploaded file. if you upload same file name file than it will return name like this way: test.png. test-1.png, test-2.png etc Syntax:

ImageUploadLaravel::upload(file_object, folder_path)

Example:

$fileName = ImageUploadLaravel::upload($request->image, public_path('images'))

dd($fileName);

Supported By: https://itsolutionstuff.com

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-10-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固