Member-only story
Laravel: 10 Game-Changing Packages You Can’t Afford to Miss!
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
- Laravel Debugbar
- Laravel Telescope
- Laravel Passport
- Laravel Socialite
- Laravel Media Library
- Laravel Permission
- Laravel Backup
- Laravel Translatable
- Laravel Dusk
- 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