Skip to content
#

laravel-example

Here are 33 public repositories matching this topic...

Example project demonstrating how to configure custom route files in Laravel 12 using the new bootstrap/app.php routing system. Learn to add prefixes, middleware, and separate route groups like admin.php without using RouteServiceProvider.

  • Updated Nov 18, 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 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

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

This repository shows how to install and configure Bootstrap 5 in a Laravel 12 project using Vite for asset bundling. It includes step-by-step setup to add Bootstrap, integrate icons, and compile SCSS and JS for building modern, responsive Laravel applications.

  • Updated Nov 12, 2025
  • PHP

Learn how to create custom error pages in Laravel 12 for 404, 500, and other HTTP errors. This guide explains step-by-step how to design, customize, and display beautiful error pages to improve user experience and make your application more professional.

  • Updated Nov 22, 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