laravel-model-diff
Track and display structured differences between Eloquent model versions with human-readable labels
laravel-csv-import
Chunked CSV import with row-level validation, error collection, dry-run mode, and queue support
laravel-slug-generator
Automatic slug generation for Eloquent models with scoped uniqueness, history, and transliteration
laravel-make-service
Artisan generator commands for services, DTOs, enums, actions, value objects, and interfaces
laravel-rate-limiter
Advanced rate limiting with sliding window, token bucket, and per-entity controls for Laravel
laravel-healthcheck
Configurable health check endpoint with built-in checks and Kubernetes probe support
laravel-feature-flags
Lightweight feature flags with config and database drivers, percentage rollout, and scheduling
laravel-settings
Type-safe, cached application settings stored in the database with a simple key-value API
laravel-response-macros
Response macros for consistent, standardized API responses in Laravel
laravel-export
Registry-based data export system for Laravel with pluggable format support. Ships with CSV and JSON exporters
laravel-seo
Fluent SEO metadata service for Laravel with Open Graph, Twitter Card, and JSON-LD structured data support
laravel-security-headers
Laravel middleware for comprehensive security headers including CSP with nonce support, HSTS, and Permissions-Policy
laravel-api-versioning
Laravel middleware for API versioning with multi-source resolution from headers, Accept vendor types, and URL path segments
laravel-correlation-id
Laravel middleware that generates or propagates correlation IDs for request tracing with automatic log context injection
laravel-cache-toolkit
Standardized cache key builder and tag-aware cache operations for Laravel with graceful fallback for non-tagging drivers
laravel-search-query-parser
Parse GitHub-style search queries into structured filters for Laravel Eloquent. Supports field:value, comparisons, exclusions, and relation filters.
laravel-operation-result
Typed Result pattern for Laravel service-layer operations with named factory methods and specialized result types
laravel-db-expressions
Database-agnostic SQL expression helper for date truncation, extraction, and differences across SQLite and MySQL