定制 tekkenking/documan 二次开发

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

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

tekkenking/documan

最新稳定版本:0.6.1

Composer 安装命令:

composer require tekkenking/documan

包简介

An image manager for laravel

README 文档

README

Documan is a Laravel file upload manager package that provides a more convenient way to upload, files and especially allows you to create multiple sizes of the same image and display them in the size of your choice, similar to cloudinary. This works perfectly with your file storage config.

Installation

To install the Swissecho package, simply require it via Composer:

composer require tekkenking/documan

Laravel Version Compatibility

For Laravel 5.5 and above, the package should be automatically discovered. For Laravel versions below 5.5, you may need to add the service provider to your config/app.php file:

'providers' => [
    // ...
    Tekkenking\Documan\DocumanServiceProvider::class,
],

Basic Usage

The following are different ways to use the Documan package:

Feel free to customize the examples based on your specific use case and requirements.

License

This package is open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-10