Member-only story

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

Laravel Telescope, developed by the Laravel team, is a powerful debugging assistant for your Laravel applications. It provides insight into your application’s performance, exceptions, queries, and more, helping you identify and resolve issues quickly.

GitHub Repository: https://github.com/laravel/telescope

3. Laravel Passport

Laravel Passport, another official Laravel package, provides a full OAuth2 server implementation for your Laravel application. It allows you to easily secure your APIs and authenticate users using access tokens.

GitHub Repository: https://github.com/laravel/passport

--

--

Ismat Babirli
Ismat Babirli

Written by Ismat Babirli

Software Engineer and Tech Lover

Responses (1)

Write a response