Skip to main content

Code Examples of captcha

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

9 examples

pterodactyl/panel

  • 8951
  • Created Dec 2016
  • Updated Jun 2026

Files in this example

  • app/Http/Middleware/VerifyReCaptcha.php
    • app/Http/Kernel.php
View full example

pixelfed/pixelfed

  • 7003
  • Created Apr 2018
  • Updated Jun 2026

Files in this example

  • composer.json
    • config/captcha.php
      • app/Http/Controllers/Auth/LoginController.php
        • resources/views/auth/login.blade.php
View full example

JhumanJ/OpnForm

  • 3458
  • Created Sep 2022
  • Updated Jun 2026

Files in this example

  • app/Rules/ValidHCaptcha.php
    • app/Http/Requests/AnswerFormRequest.php
View full example

HDInnovations/UNIT3D-Community-Edition

  • 2391
  • Created Dec 2017
  • Updated Jun 2026

Files in this example

  • app/Helpers/HiddenCaptcha.php
    • app/Providers/AppServiceProvider.php
      • app/Http/Controllers/Auth/ApplicationController.php
View full example

pinkary-project/pinkary.com

  • 1529
  • Created Mar 2024
  • Updated Jun 2026

Files in this example

  • app/Rules/Recaptcha.php
    • app/Http/Controllers/Auth/RegisteredUserController.php
View full example

LaraBug/larabug-app

  • 218
  • Created Apr 2021
  • Updated Oct 2023

Files in this example

  • composer.json
    • app/Traits/Captcha.php
      • app/Http/Controllers/Auth/RegisterController.php
View full example

Loydtafireyi/ZimCart-Laravel-Ecommerce

  • 210
  • Created Jul 2020
  • Updated Mar 2023

Files in this example

  • app/Validators/ReCaptcha.php
    • resources/views/contact.blade.php
      • app/Providers/AppServiceProvider.php
        • app/Http/Controllers/FrontendController.php
View full example

JustinByrne/Mealing

  • 98
  • Created Oct 2020
  • Updated Sep 2022

Files in this example

  • composer.json
    • app/Rules/RecaptchaRule.php
      • app/Http/Requests/AuthLoginRequest.php
View full example

MattStrauss/dev_site

  • 1
  • Created Jan 2022
  • Updated Dec 2024

Files in this example

  • resources/js/Pages/Contact.vue
    • app/Rules/Recaptcha.php
      • app/Http/Controllers/PageController.php
View full example