定制 c4tech/upload 二次开发

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

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

c4tech/upload

最新稳定版本:1.0.1

Composer 安装命令:

composer require c4tech/upload

包简介

A basic package for handling uploaded files.

README 文档

README

File uploads are nice. We were processing uploaded files in so many applications, that it became easier to make a single, polymorphic relation for reuse across applications and entities.

Latest Stable Version Build Status Scrutinizer Code Quality Code Coverage

What's in the box?

The Upload model is simple enough. It comes paired with traits, for both Models and Repositories, to provide the necessary functionality to relate to uploads.

Installation and setup

  1. Add "c4tech/upload": "1.x" to your composer requirements and run composer update.
  2. Add C4tech\Upload\ServiceProvider to your service providers config array.
  3. Run php artisan vendor:publish to get the migrations.
  4. Run php artisan migrate to set up the migrations.
  5. (Optional) Edit config/upload.php and change entries in models and repos to match your class names.
  6. (Optional) Map the Repository Facades in your facades config array for fast access: a. "Upload" => "C4tech\Upload\Facade"

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-06