定制 hans-thomas/alicia 二次开发

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

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

hans-thomas/alicia

最新稳定版本:v2.0.0

Composer 安装命令:

composer require hans-thomas/alicia

包简介

it's an uploader and converter for pictures and videos

README 文档

README

alicia banner

codecov GitHub Workflow Status GitHub top language GitHub release (latest by date) StyleCi

It's a file uploader and manager with below features:

  • Upload any file type in single or batch mode
  • Store external files
  • HLS support
  • Collect file's details automatically
  • Classification for uploaded files
  • Optimization for images and videos
  • Export images in different resolution
Version Laravel
1.x 10.x
2.x 11.x

for more information see documentation.

Installation

Install the package via composer

composer require hans-thomas/alicia

Then, publish config file using

php artisan vendor:publish --tag alicia-config

In the end, use AliciaHandler trait on your model.

use Hans\Alicia\Traits\AliciaHandler;
use Illuminate\Database\Eloquent\Model;

class Post extends Model {
    use AliciaHandler;
    
    // ...
}

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request ❤️

Support

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-03-02