Looking to hire Laravel developers? Try LaraJobs

laravel-glide maintained by axn

Description
league/glide wrapper for Laravel
Last update
2026/04/03 09:52 (dev-master)
License
Downloads
11 350

Comments
comments powered by Disqus

Laravel Glide

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