Top 10 Github packages for your Laravel app in 2022

Categorized as Laravel Tagged ,

Laravel extensions are the essential way to enhance the basic functionality of your app. This article covers the most recent and useful Github packages for Laravel developers in 2022.

  1. Laravel Roadmap Learning Path
    This is the most valuable educational collection of articles, videos, and useful links for every Laravel developer, from beginner to intermediate level. It covers all important topics on Laravel learning curve.
    https://github.com/LaravelDaily/Laravel-Roadmap-Learning-Path
    To complement the previous link, you should also check this one, on Laravel best practices: https://github.com/alexeymezenin/laravel-best-practices
     
  2. Laravel Debug Bar
    This package offers a convenient way to inspect and analyze Laravel performance, track queries, models, and views. This Debug bar is a must have for every Laravel developer. Should be used only in the development enviroment.
    https://github.com/barryvdh/laravel-debugbar
     
  3. Laravel MediaLibrary by Spatie
    The package offers a smart way of associating files with Laravel Eloquent models, providing a simple API. You can also order the VIP version, which has Blade, Vue, and React components.
    https://github.com/spatie/laravel-medialibrary
     
  4. Laravel Permission by Spatie
    The most popular of all Spatie open-source packages for Laravel. Allows easy management of User permissions and Roles.
    https://github.com/spatie/laravel-permission
     
  5. Cviebrock Slugs for Eloquent Models
    This package offers easy creation of slugs (beautiful urls) for all your CRUD (Create-Read-Update-Delete) Models and more.
    https://github.com/cviebrock/eloquent-sluggable
     
  6. Laravel Backup package
    This package is also my by Spatie and should be used in every Laravel application. Creates backups of files and database.
    https://github.com/spatie/laravel-backup
     
  7. Laravel Breadcrumbs
    If you’re searching for an easy way of creating and managing breadcrumbs, this package is for you.
    https://github.com/diglactic/laravel-breadcrumbs
     
  8. Laravel MetaTags
    This flexible package takes care your Laravel SEO and utilizes best practices to make search engines love your website even more. Supports Open Grap and Twitter cards.
    https://github.com/butschster/LaravelMetaTags
     
  9. Recursive relationships
    This extension allows to build up recursive trees and Eloquent Models based on different types of relationships (belongsToMany, HasMany, etc.)
    https://github.com/staudenmeir/laravel-adjacency-list
     
  10. Socialite
    This package helps to deal with pain of social authorization across different platforms. Developed and supported by Laravel creators, including Taylor Otwell
    https://github.com/laravel/socialite

Leave a reply

Your email address will not be published. Required fields are marked *