This Laravel package is a wrapper around 99designs/phumbor package which generates Thumbor URLs.
optimistdigital/laravel-thumbor is a Laravel package for this laravel package is a wrapper around 99designs/phumbor package which generates thumbor urls..
It currently has 5 GitHub stars and 21.588 downloads on Packagist (latest version 2.0.4).
Install it with composer require optimistdigital/laravel-thumbor.
Discover more Laravel packages by optimistdigital
or browse all Laravel packages to compare alternatives.
Last updated
This Laravel package is a wrapper around 99designs/phumbor package which generates Thumbor URLs.
echo \Thumbor::url('https://example.com/photo.jpg)->resize(160, 90)->build();
Install the package in a Laravel Nova project via Composer and run migrations:
composer require outl1ne/laravel-thumbor
(Optional) Publish the configuration file and edit it to your preference:
php artisan vendor:publish --provider="Outl1ne\LaravelThumbor\ServiceProvider" --tag="config"
Laravel Thumbor is open-sourced software licensed under the MIT license.