Skip to content

PiR-B/thumbnail-mozaic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thumbnail-mozaic

This package has been build for been built and tested to work with Laravel 5+

License Build Status Latest Stable Version Total Downloads Latest Unstable Version


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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages