vitnasinec/image
Composer 安装命令:
composer require vitnasinec/image
包简介
Just register and configure league/glide
README 文档
README
Just register and configure league/glide to handle image route requests and display images from your default storage.
Install
composer require vitnasinec/image
Requires Laravel 13+ and PHP 8.3+.
Configuration
Publish the config file:
php artisan vendor:publish --tag=image-config
Available options in config/image.php:
| Key | Env variable | Default | Description |
|---|---|---|---|
driver |
IMAGE_DRIVER |
gd |
Image driver (gd or imagick) |
prefix |
IMAGE_PREFIX |
image |
URL prefix for the image route |
Usage
Images are served at /{prefix}/{path} from your default filesystem disk.
Append query parameters to manipulate images — see the Glide documentation for available options.
Pass ?original or no parameters to serve the original file. SVG files are always passed through as-is.
Disclaimer
No tests, no guarantees, no nothing. Just for my personal use. Use at own risk.
统计信息
- 总下载量: 194
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-05