Skip to main content

Code Examples of stripe payments

Discover how to use Laravel's stripe payments method in real-world applications. Browse 3 examples from popular open-source projects.

3 examples

spatie/freek.dev

  • 650
  • Created Nov 2017
  • Updated Jun 2026

Files in this example

  • composer.json
    • resources/views/front/payments/partials/stripePayment.blade.php
      • app/Http/Controllers/PaymentsController.php
        • config/services.php
View full example

OpenLitterMap/openlittermap-web

  • 130
  • Created Aug 2020
  • Updated Jun 2026

Files in this example

  • composer.json
    • routes/web.php
      • resources/js/components/DonateButtons.vue
        • app/Http/Controllers/DonateController.php
View full example

familytree365/backend

  • 89
  • Created May 2021
  • Updated Aug 2021

Files in this example

  • app/Http/Controllers/StripeController.php
    • composer.json
      • config/services.php
        • composer.json
          • app/Models/User.php
            • routes/api.php
              • app/Http/Controllers/StripeController.php
View full example