Download the PHP package rolandstarke/laravel-thumbnail without Composer
On this page you can find all versions of the php package rolandstarke/laravel-thumbnail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rolandstarke/laravel-thumbnail
More information about rolandstarke/laravel-thumbnail
Files in rolandstarke/laravel-thumbnail
Download rolandstarke/laravel-thumbnail
More information about rolandstarke/laravel-thumbnail
Files in rolandstarke/laravel-thumbnail
Vendor rolandstarke
Package laravel-thumbnail
Short Description Laravel Thumbnail generator
License MIT
Package laravel-thumbnail
Short Description Laravel Thumbnail generator
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-thumbnail
Laravel Thumbnail
Laravel package to resize images with specially formatted URLs.
- Generates the URL without touching the filesystem.
- Rendered thumbnails are stored and subsequent requests are directly served from your nginx/apache.
- The URL is signed to prevent malicious parameters.
Getting Started
Requirements
- GD Library or Imagick
- php >= 7.1.3
- laravel >= 5.5
Installation
To install the most recent version with composer run the following command.
Usage
Checkout the docs for more examples.
Configuration
Publish the configuration file with the following command.
The configuration file is located at config/thumbnail.php
. Read here what you can configure.
Commands
Deletes the generated thumbnails.
Tests
License
MIT
All versions of laravel-thumbnail with dependencies
PHP Build Version
Package Version
The package rolandstarke/laravel-thumbnail contains the following files
Loading the files please wait ....