matfire/laravel-local-temp-urls
最新稳定版本:1.0.0
Composer 安装命令:
composer require matfire/laravel-local-temp-urls
包简介
A Laravel 11 compatible way to create a temporary url for files stored using the 'local' driver
README 文档
README
a package to allow the creation of a temporary url using the
localdriver in laravel
Features
Adds a temporaryUrl() method to the local disk driver in Laravel that works like the one implemente in the s3 driver, allowing you to generate a temporary signed url to a non public resource
Usage
In a blade template, you can now call
{{ Storage::temporaryUrl($filePath, now()) }}
even for files stored in 'local' driver
Installation
composer require matfire/laravel-local-temp-urls
And you should be good to go!
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-16