pir-b/thumbnail-mozaic
Composer 安装命令:
composer require pir-b/thumbnail-mozaic
包简介
thumbnail mozaic generator
关键字:
README 文档
README
This package has been build for been built and tested to work with Laravel 5+
Installation
With Composer :
composer require pir-b/thumbnail-mozaic
- Add the Service Provider to providers array
PIRB\ThumbnailGenerator\ThumbnailGeneratorProvider::class,
- Add the Facade to aliases array
'ThumbnailGenerator' => PIRB\ThumbnailGenerator\Facade\ThumbnailGenerator::class,
Configurations
- Publish the configuration file , this will publish thumbnailgenerator.php file to your application config directory.
php artisan vendor:publish
- Configure the required FFMpeg configurations.
- FFMpeg will autodetect ffmpeg and ffprobe binaries. If you want to give binary paths explicitly, you can configure them in .env file.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: aGPLv3
- 更新时间: 2017-07-10