LaravelPackages.net
Acme Inc.
Toggle sidebar
axn/laravel-glide

league/glide wrapper for Laravel

12.798
10
4.0.1
About axn/laravel-glide

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

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

Comments