Skip to main content

Code Examples of signed url

Discover how to use Laravel's signed url method in real-world applications. Browse 5 examples from popular open-source projects.

5 examples

akaunting/akaunting

  • 9876
  • Created Sep 2017
  • Updated Jun 2026

Files in this example

  • routes/signed.php
    • app/Http/Controllers/Portal/Payments.php
      • resources/views/portal/payments/signed.blade.php
View full example

spatie/freek.dev

  • 650
  • Created Nov 2017
  • Updated Jun 2026

Files in this example

  • routes/web.php
    • app/Models/Link.php
      • resources/views/mails/links/submitted.blade.php
View full example

spatie/spatie.be

  • 499
  • Created Oct 2020
  • Updated Jun 2026

Files in this example

  • routes/web.php
    • resources/views/front/pages/products/partials/purchasedProduct.blade.php
View full example

agorakit/agorakit

  • 450
  • Created May 2016
  • Updated Feb 2026

Files in this example

  • routes/web.php
    • app/Mail/LoginByEmail.php
View full example

christophrumpel/larastreamers

  • 238
  • Created May 2021
  • Updated Mar 2026

Files in this example

  • routes/web.php
    • app/Models/Stream.php
      • resources/views/mail/submitted.blade.php
View full example