Laravel skeleton template

README.md

Laravel Skeleton

A modern, feature-rich Laravel 13 skeleton application with authentication, real-time interactivity, and comprehensive development tooling.

Laravel 13.8 PHP ^8.3 License

Check out my Laravel packages:

📋 Table of Contents

✨ Features

Authentication & Security

  • Laravel Fortify - Powerful authentication scaffolding
  • Two-Factor Authentication - Enhanced security with 2FA support
  • Passkey Support - Modern WebAuthn authentication
  • Email Change Confirmation - Secure email update workflow
  • Route Labeling - Named route management
  • Blacklist Protection - Email/IP blacklist capabilities

Frontend & UI

  • Livewire 4 - Full-stack reactive Laravel components
  • Tailwind CSS 4 - Modern utility-first CSS framework
  • Blade Icons - Comprehensive icon system
  • Vite - Next-generation frontend build tool
  • Responsive Design - Mobile-first, production-ready UI

Development Experience

  • Laravel Tinker - Interactive REPL for Laravel
  • Laravel Debugbar - Powerful debugging toolkit
  • Concurrent Development - Run multiple services simultaneously (server, queue, Vite)

Code Quality & Testing

Static Analysis

  • PHPStan - Advanced PHP static analysis (Level 9)
  • Rector - Automated code modernization
  • Pint - Laravel code style fixer
  • Duster - Comprehensive style checking

Testing

  • PHPUnit 12 - Powerful PHP testing framework
  • Paratest - Parallel test execution for faster CI/CD
  • Mockery - Mocking library for tests
  • Faker - Realistic testing data generation

Frontend Quality

  • Prettier - Code formatter for JS, CSS, and Blade templates
  • Stylelint - CSS linting and formatting
  • Husky - Git hooks management
  • Lint-staged - Run linters on staged files

📦 Requirements

  • PHP ^8.3
  • Node.js >=18.x
  • Composer (latest)
  • SQLite/PostgreSQL/MySQL (database)

Related Packages

laravel-blacklist.php

Laravel Blacklist

Advanced Laravel validation package providing intelligent content filtering with customizable blacklists, profanity detection, and whole-word matching algorithms. Prevents spam, inappropriate content, and system abuse while avoiding false positives. Essential for user-generated content, comments, forums, and social platforms.

laravel-gdpr-exporter.php

Laravel GDPR Exporter

Professional Laravel package ensuring GDPR compliance through automated user data exports in JSON, CSV, XML, and HTML formats. Features Livewire components, progress tracking, email notifications, and data anonymization options. Simplifies privacy regulation compliance for European market applications and user data management.

laravel-rate-limiting.php

Laravel Rate Limiting

Comprehensive Laravel rate limiting solution featuring intelligent DDoS protection, exponential backoff algorithms, custom throttling rules, and real-time monitoring. Includes Blade components, API protection, brute force prevention, and performance optimization. Essential for high-traffic applications requiring robust security and stability.

laravel-route-label.php

Laravel Route Label

Route Label adds a simple way to assign labels to your named Laravel routes and retrieve them anywhere in your application. With the routeLabel() helper and the @routeLink Blade directive, you can easily generate navigation links, breadcrumbs, or menus without repeating strings or relying solely on translations. Labels fall back to the route name if none is defined, keeping your code clean and consistent.