Releases: abrardev99/laravel-local-temporary-url
Releases · abrardev99/laravel-local-temporary-url
v1.1.1
What's Changed
- Support Laravel 11.x by @abrardev99 in #9
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #8
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #6
Full Changelog: v1.0.1...v1.1.1
v1.0.1
Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1
v1.0.0
Usage
This package needs zero configuration, just install and it's good to go. However, if your local disk is different or you want to add another disk, you can configure it. You can add multiple local disks in the config using the disk
key.
The package applies web
and signed
middleware on routes by default, however, you can configure middleware(s) using the middleware
key.
Generate Temporary URL
You can use the same syntax used for S3 disk.
Storage::disk('local')->temporaryUrl('file.txt', now()->addMinutes(5));