← Back to Course

Popular Laravel Packages (Spatie, Laravel Debugbar, etc.)

The Laravel ecosystem has a rich set of community packages that solve common problems so they don't need to be built from scratch.

Spatie Packages

Spatie maintains a large collection of well-regarded Laravel packages, several of which are close to essential in many projects.

PackageWhat It Does
laravel-permissionRoles and permissions management
laravel-medialibraryAssociates files with Eloquent models
laravel-backupAutomated database and file backups
laravel-query-builderBuild Eloquent queries from API request parameters

Laravel Debugbar

Laravel Debugbar adds a toolbar to the browser showing queries run, view render times, request data, and route information — extremely useful while developing locally.

composer require barryvdh/laravel-debugbar --dev

Other Common Picks

Using existing packages covers most needs, but sometimes a team ends up writing enough reusable code of its own that turning it into a proper package makes sense.

Ready to master Laravel Training Course?

Join Uncodemy's hands-on Laravel program and build real, production-ready applications.

Explore Course