axn/laravel-glide

league/glide wrapper for Laravel

Maintainers

Package info

github.com/AXN-Informatique/laravel-glide

pkg:composer/axn/laravel-glide

Transparency log

Statistics

Installs: 12 310

Dependents: 1

Suggesters: 0

Stars: 10

Open Issues: 0

3.1.1 2026-07-12 16:14 UTC

This package is auto-updated.

Last update: 2026-07-12 16:48:56 UTC


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