axn / laravel-glide
league/glide wrapper for Laravel
4.0.1
2026-07-22 08:10 UTC
Requires
- php: ^8.4
- laravel/framework: ^13.0
- league/glide: ^4.1
- symfony/http-foundation: ^8.0
Requires (Dev)
- driftingly/rector-laravel: ^2.5.0
- laravel/pint: ^1.29.3
- orchestra/testbench: ^11.0
- phpunit/phpunit: ^12.0
- rector/rector: ^2.5.7
README
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.
Installation
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
Documentation
Full documentation is available in the docs/ directory.
Upgrade
See UPGRADE.md for upgrade instructions.
License
MIT