Download the PHP package geofftech/laravel-imagestyle without Composer
On this page you can find all versions of the php package geofftech/laravel-imagestyle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-imagestyle
GeoffTech Laravel Image Styles
- resizes and stores images such as thumbnails or the original
- resized images are stored in a dedicated 'cache' disk to separate from real data
- works by generating a URL to a resized file
- if that URL is viewed, it initially hits a route which generates and saves that resized image
- this uses the concept that real files will always be served before the routes are processed
Uses Intervention Images
Sample Attribute
Setup
1. Setup Cache Disk
- create and link a new local disk
- edit
/config/filesystem.php
- add a cache disk
2. Add a Storage link entry
3. Run Storage Link
- now files in the
/storage/app/cache
folder are accessible from the/cache
folder in the domain name
All versions of laravel-imagestyle with dependencies
PHP Build Version
Package Version
Requires
php Version
*
intervention/image Version ^3.8
illuminate/support Version ^11.0 || ^12.0
illuminate/console Version ^11.0 || ^12.0
intervention/image Version ^3.8
illuminate/support Version ^11.0 || ^12.0
illuminate/console Version ^11.0 || ^12.0
The package geofftech/laravel-imagestyle contains the following files
Loading the files please wait ....