Skip to content

outl1ne/laravel-thumbor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Thumbor url helper

Latest Version on Packagist Total Downloads

This Laravel package is a wrapper around 99designs/phumbor package which generates Thumbor URLs.

Requirements

  • Laravel 5+

Features

  • Generates Thumbor URLs

Usage

echo \Thumbor::url('https://example.com/photo.jpg)->resize(160, 90)->build();

Installation

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"

Credits

License

Laravel Thumbor is open-sourced software licensed under the MIT license.