axn/laravel-glide is a Laravel package for league/glide wrapper for laravel.
It currently has 10 GitHub stars and 12.798 downloads on Packagist (latest version 4.0.1).
Install it with composer require axn/laravel-glide.
Discover more Laravel packages by axn
or browse all Laravel packages to compare alternatives.
Last updated
This package provides a Service Provider that allows you to very easily integrate Glide into a Laravel project with multiple server support and signed URLs.
composer require axn/laravel-glide
Then publish the configuration files and generate the signing key:
php artisan vendor:publish --tag="glide-config"
php artisan glide:key-generate
Full documentation is available in the docs/ directory.
See UPGRADE.md for upgrade instructions.
MIT