Laravel: 10 Game-Changing Packages You Can’t Afford to Miss!

Ismat Babirli
4 min readApr 22, 2023
Photo by AltumCode on Unsplash

Laravel is a powerful and elegant PHP framework, but its true potential is unleashed when you take advantage of the vast ecosystem of packages developed by the community. These packages can save you time, reduce boilerplate code, and help you build more robust applications. In this post, we’ll explore ten game-changing Laravel packages that you can’t afford to miss!

Table of Contents

  1. Laravel Debugbar
  2. Laravel Telescope
  3. Laravel Passport
  4. Laravel Socialite
  5. Laravel Media Library
  6. Laravel Permission
  7. Laravel Backup
  8. Laravel Translatable
  9. Laravel Dusk
  10. Laravel Excel

1. Laravel Debugbar

Developed by Barry vd. Heuvel, Laravel Debugbar is an essential package for debugging and profiling Laravel applications. It integrates the PHP Debug Bar with Laravel, providing a convenient toolbar with real-time information about queries, views, routes, and more.

GitHub Repository: https://github.com/barryvdh/laravel-debugbar

2. Laravel Telescope

--

--