An open API service indexing awesome lists of open source software.

https://github.com/freshleafmedia/signed-actions

Support for generating signed URLs from actions in Laravel
https://github.com/freshleafmedia/signed-actions

action laravel routes signed-url temporary-urls url-generator

Last synced: 3 months ago
JSON representation

Support for generating signed URLs from actions in Laravel

Awesome Lists containing this project

README

        

# Signed Actions For Laravel

```php
$signedUrl = URL::signedAction(Controller::class, ['param' => 'example']);
$temporaryUrl = URL::temporarySignedAction(Controller::class, CarbonImmutable::tomorrow(), ['param' => 'example']);
```

# Install

```
composer require freshleafmedia/signed-actions
```