Download the PHP package friendsofcat/laravel-better-temporary-urls without Composer
On this page you can find all versions of the php package friendsofcat/laravel-better-temporary-urls. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download friendsofcat/laravel-better-temporary-urls
More information about friendsofcat/laravel-better-temporary-urls
Files in friendsofcat/laravel-better-temporary-urls
Download friendsofcat/laravel-better-temporary-urls
More information about friendsofcat/laravel-better-temporary-urls
Files in friendsofcat/laravel-better-temporary-urls
Vendor friendsofcat
Package laravel-better-temporary-urls
Short Description Better temporary URL handling for Laravel filesystems
License
Package laravel-better-temporary-urls
Short Description Better temporary URL handling for Laravel filesystems
License
Please rate this library. Is it a good library?
Informations about the package laravel-better-temporary-urls
Laravel Better Temporary URLs
Better Support for Temporary URLs in Laravel Filesystems
Installation
Versions
Package | Laravel |
---|---|
1.x | 8.x |
2.x | 9.x |
composer require friendsofcat/laravel-better-temporary-urls
This packages service provider is auto discovered, so the service provider does not need to be manually added.
Configuration can be published with the artisan vendor:publish
command.
Adapters
The following filesystem adapters can be overridden:
local
: An overridden version of the local adapter to provide a temporary URL (signed) route.s3
: An overridden S3 adapter to provide a customgetTemporaryUrl
method that generates signed/timed S3 links without making additional requests to get the actual link.
These adapters are enabled by default, but can be disabled in configuration.
All versions of laravel-better-temporary-urls with dependencies
PHP Build Version
Package Version
The package friendsofcat/laravel-better-temporary-urls contains the following files
Loading the files please wait ....