fts/upload-image

laravel 5 upload image package

Maintainers

Package info

github.com/fts3232/upload-image

Type:package

pkg:composer/fts/upload-image

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2018-07-15 09:29 UTC

This package is auto-updated.

Last update: 2026-03-16 02:22:32 UTC


README

Latest Stable Version Total Downloads License

功能

  • 上传图片
  • 添加水印

安装

composer require fts/upload-image

发布配置文件

php artisan vendor:publish

添加服务提供者

打开 config/app.php 并添加以下内容到 providers 数组:

fts\UploadImage\UploadImageServiceProvider.php::class

使用

upload_image($key, $fileName='');