📦 Packages
Laravel has a rich ecosystem of packages that enhance development, streamline workflows, and improve application performance. This list includes essential tools for building secure, maintainable, and efficient applications.
Production Packages
filament/filament
A powerful Laravel admin panel framework. It provides an elegant UI for managing resources, creating forms, tables, and dashboards with minimal effort. It integrates well with Eloquent models and supports custom components.
laravel/pulse
Official performance monitoring for Laravel applications. It offers real-time insights into database queries, cache usage, jobs, and application performance, helping developers optimize their applications efficiently.
olssonm/l5-very-basic-auth
A minimalistic Basic Auth authentication package for Laravel. It provides an easy way to secure routes and administrative pages with a username and password without requiring a full authentication system like Laravel Breeze or Jetstream.
opcodesio/log-viewer
A powerful and fast log viewer for Laravel. It allows developers to inspect and analyze logs directly from the browser with features like filtering, searching, and real-time log updates, making debugging easier.
spatie/laravel-data
A package for working with DTOs (Data Transfer Objects) in Laravel. It simplifies data transformation, serialization, and validation, ensuring cleaner and more maintainable code when dealing with structured data.
Development & Code Quality
barryvdh/laravel-ide-helper
Generates helpful metadata files for IDEs, enhancing autocompletion, method hints, and code navigation in Laravel applications. It is particularly useful for facades and dynamic methods that are not natively recognized by IDEs.
driftingly/rector-laravel
An extension for Rector that helps automatically refactor and upgrade Laravel code to newer versions. It ensures better maintainability and prevents deprecated code usage.
larastan/larastan
A static analysis tool for Laravel based on PHPStan. It helps detect potential bugs, incorrect types, and inconsistencies early in the development process, improving code reliability and maintainability.
laravel/pint
Official Laravel code formatter built on top of PHP-CS-Fixer. It automatically enforces PSR-12 and Laravel Code Style standards, ensuring consistent and clean code formatting across the project.