This Laravel package is a wrapper around 99designs/phumbor package which generates Thumbor URLs.
- Laravel 5+
- 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.