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-glideThen publish the configuration files and generate the signing key:
php artisan vendor:publish --tag="glide-config"
php artisan glide:key-generateFull documentation is available in the docs/ directory.
See UPGRADE.md for upgrade instructions.
MIT