Skip to content
#

laravel-example

Here are 27 public repositories matching this topic...

Learn how to create and seed a one-to-many relationship in Laravel 12 using factories and seeders. This example covers model relationships, migrations, dummy data generation, and database seeding with realistic relational data. A perfect guide for beginners and intermediate Laravel developers looking to automate data creation.

  • Updated Nov 10, 2025
  • Blade

A hands-on tutorial showing how to integrate Google reCAPTCHA v3 into a Laravel 12 application for validating forms and protecting against spam and bots. Learn how to set up the site key/secret, build a custom validation rule, handle the token in your controller, and ensure only genuine users can submit your form.

  • Updated Nov 4, 2025
  • Blade

Laravel 12 custom conditional validation example with other fields using custom rule classes. Learn how to build dynamic and powerful validation logic in Laravel without required_if or sometimes.

  • Updated Sep 29, 2025
  • Blade

A clear, step-by-step tutorial showing how to implement an autocomplete dropdown in Laravel 12 using the Select2 plugin with Ajax requests. Perfect for building searchable select fields that fetch data dynamically from the database as the user types.

  • Updated Oct 29, 2025
  • Blade

Improve this page

Add a description, image, and links to the laravel-example topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the laravel-example topic, visit your repo's landing page and select "manage topics."

Learn more