laravel-drafts
by parallelteam
Add drafts, versioning, and publication workflow to any Eloquent model — ideal for content editing, previews, and rollback.
laravel-schema-attributes
by liar88828
PHP 8 attribute-driven schema compiler for Laravel. One schema class drives migrations, models, factories, controllers, and tests — no duplication.
laravel-pdf
by lmoreli
Modern PDF generation library for Laravel with multiple digital signatures support. Built on top of TCPDF with a fluent PHP 8.3+ API.
laravel-strongmigrations
by grazulex
Detect dangerous migrations before they break production. Catch unsafe operations, get guided alternatives, and keep your database safe.
laravel-column-watcher
by ascend
Watch and react to Eloquent model column changes with PHP 8 attributes. Trigger handlers when specific columns are modified, with support for queued handlers, before/after save timing, and built-in infinite loop protection. Think observers, but column specific!
laravel-routing
by pixielity
Attribute-based routing system for Laravel with NestJS-inspired decorators
laravel-discovery
by pixielity
Powerful class discovery system for Laravel with attribute-based scanning, directory traversal, and monorepo support
laravel-openapi
by herolabid
Modern OpenAPI 3.1 documentation generator for Laravel 11+ using PHP 8.2+ attributes. Zero config, smart caching, auto-detects modules, FormRequests, and API Resources.
laravel-rabbitmq
by diffhead
A laravel package for events emitting between services using RabbitMQ as message broker.
laravel-enum-translatable
by osama-98
A Laravel package that provides translatable enum functionality with easy-to-use methods for working with enum values and their translations
laravel-toon
by squareetlabs
LaravelToon - Token-Optimized Object Notation for Laravel. Compress AI prompts, reduce API costs, and optimize LLM contexts seamlessly. Perfect for ChatGPT, Claude, Gemini, and OpenAI integrations.
ami-laravel-asterisk-manager-interface
by shahkochaki
A modern Laravel package for connecting to VOIP servers on Asterisk/Issabel platform via AMI with advanced system management. Supports PHP 8+ and Laravel 9-12.
idn-area-laravel
by zaidysf
Clean Indonesian Area Data Package for Laravel - Provinces, Regencies, Districts, Villages with curated official data
laravel-oneclicklogin
by grazulex
Passwordless authentication via magic links for Laravel applications - secure, single-use, time-limited URLs for seamless user login.
laravel-api-versioning
Elegant attribute-based API versioning solution for Laravel applications with built-in deprecation management and version inheritance
laravel-sharelink
by grazulex
Generate, manage, and secure temporary share links for files, routes, and model previews.
laravel-draftable
by grazulex
Add drafts, versioning, and publication workflow to any Eloquent model — ideal for content editing, previews, and rollback.
laravel-multipersona
by grazulex
Laravel MultiPersona is a lightweight context-layer system for Laravel users. It allows a single user to switch between different roles, accounts, or tenants dynamically, without creating multiple logins or sessions.
laravel-turbomaker
by grazulex
Laravel TurboMaker is a productivity-focused package designed to supercharge your Laravel development workflow. With a single command, you can scaffold complete modules (models, migrations, controllers, routes, tests, views, and more) following best practices. It saves hours of repetitive setup work, so you can focus on building features faster.
laravel-devtoolbox
by grazulex
Swiss-army artisan CLI for Laravel — Scan, inspect, debug, and explore every aspect of your Laravel application from the command line.
laravel-arc
by grazulex
A Laravel package for elegant and modern Data Transfer Objects (DTOs) management with automatic validation and direct property access
pagarme-laravel
by anisotton
A Laravel package to integrate with Pagar.me API v5 - Modern, type-safe, and feature-rich payment gateway integration for Laravel 12+
laravel-async-flow
by fereydooni
A robust and feature-rich asynchronous programming capability for Laravel using PHP attributes
extended-laravel
Extended Laravel framework functionalities and out-of-the-box stuff
laravelminifyobfuscate
by ivannofick
Obfuscate your Blade templates in Laravel by encrypting HTML, CSS, and JS into one HTML file.
laravel-api-response-builder
by taxionus
Helps building nice, normalized and easy to consume Laravel REST API.
laravel-facebook-graph
by joelbutcher
Laravel wrapper for the Facebook Graph SDK for PHP 7.4 and PHP 8.
laravel-observer-attributes
by thomascombe
Use PHP 8 attributes to register eloquent model observers in a Laravel app