hans-thomas/alicia
最新稳定版本:v2.0.0
Composer 安装命令:
composer require hans-thomas/alicia
包简介
it's an uploader and converter for pictures and videos
关键字:
README 文档
README
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
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request ❤️
Support
统计信息
- 总下载量: 2.87k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-03-02
