hans-thomas/alicia 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱: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.84k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 9
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04