Download the PHP package peresmishnyk/laravel-glide without Composer
On this page you can find all versions of the php package peresmishnyk/laravel-glide. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download peresmishnyk/laravel-glide
More information about peresmishnyk/laravel-glide
Files in peresmishnyk/laravel-glide
Package laravel-glide
Short Description Glide image transform for laravel
License MIT
Homepage https://github.com/peresmishnyk/laravel-glide
Informations about the package laravel-glide
LaravelGlide
// TODO: customize this description and delete this line
This package is wrapper for thephpleague/glide-laravel.
Glide is a wonderfully easy on-demand image manipulation library written in PHP. Its straightforward API is exposed via HTTP, similar to cloud image processing services like Imgix and Cloudinary. Glide leverages powerful libraries like Intervention Image (for image handling and manipulation) and Flysystem (for file system abstraction).
Screenshots
Installation
Via Composer
Usage
// TODO: explain to your users how to use the functionality this package provides; we've provided an example for a Backpack addon that provides a custom field
The package registers url prefixes /img/... and /glide/...
OR
something like https://test.site/img/@local/app/galeries/daria.jpg?w=100
where {disk} is any disk from config/filesystems.php
Example filesystems config
Change log
Changes are documented here on Github. Please see the Releases tab.
Testing
Contributing
Please see contributing.md for a todolist and howtos.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Michkire Dmytro
- All Contributors
License
This project was released under MIT, so you can install it on top of any Backpack & Laravel project. Please see the license file for more information.
However, please note that you do need Backpack installed, so you need to also abide by its YUMMY License. That means in production you'll need a Backpack license code. You can get a free one for non-commercial use (or a paid one for commercial use) on backpackforlaravel.com.