DEV Community

Cover image for Top 10 Helpful Laravel Packages
Al Nahian
Al Nahian

Posted on

Top 10 Helpful Laravel Packages

Laravel is a popular PHP framework that offers a wide range of features and functionalities to make web development easier and faster. Here are 10 helpful Laravel packages:

  • Laravel Debugbar - This package provides a beautiful and easy-to-use debug bar that helps you to debug your Laravel application easily.

Laravel Debugbar


  • Laravel IDE Helper - This package generates a file that provides code completion for Laravel's Facades and dependencies in your IDE.

Laravel IDE Helper


  • Laravel Socialite - This package provides an easy way to authenticate with OAuth providers such as Facebook, Google, Twitter, and more.

Laravel Socialite


  • Laravel Pint - This is an opinionated PHP code style fixer for minimalists. Pint is built on top of PHP-CS-Fixer and makes it simple to ensure that your code style stays clean and consistent.

Laravel Pint


  • Laravel Horizon - This package provides a beautiful dashboard and code-driven configuration for your Laravel queue.

Laravel Horizon


  • Laravel Excel - This package provides an elegant way to export your Laravel data to Excel and CSV files.

Laravel Excel


  • Laravel Backpack - This package provides a collection of admin panels for Laravel applications, allowing you to easily build and manage back-office interfaces.

Laravel Backpack


  • Laravel Medialibrary - This package provides a simple way to associate files with Eloquent models in your Laravel application.

Laravel Medialibrary


  • Laravel Telescope - This package provides an elegant way to debug your Laravel application and monitor its performance.

Laravel Telescope


  • Laravel Breeze - Laravel Breeze is a minimalistic authentication scaffolding package for Laravel. It provides a simple and easy-to-use starting point for building authentication features in your Laravel application. Breeze includes pre-built authentication views and controllers, as well as basic registration, login, and password reset functionality.

Laravel Breeze


These packages can help you save time and effort while building Laravel applications. Try them out and see how they can help you improve your development workflow!

Bonus! πŸ‘‡

Check out more "174+ Best Laravel Packages" on Laravel Daily

Also check out Spatie's Laravel Package Development Training Spatie Package Development Training


All the links above are completely Unaffiliated

Top comments (0)