Skip to content

Support for generating signed URLs from actions in Laravel

Notifications You must be signed in to change notification settings

freshleafmedia/signed-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Signed Actions For Laravel

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

Install

composer require freshleafmedia/signed-actions