Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 298 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 298 Bytes

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