Skip to main content
Background Image

Laravel Packages

A dedicated section for practical Laravel packages — teaching you how to leverage Laravel’s rich ecosystem to add powerful features with minimal effort.

In this section you will learn:

  • How to install packages via Composer
  • Best practices for integrating packages with Laravel services
  • Working with Service Providers and Facades
  • Building clean, scalable architecture with packages
  • Real-world projects based on the most popular Laravel packages

Suggested packages & projects:

  • Build a complete authentication system using Laravel Breeze or Jetstream
  • Role & permission management using Spatie Laravel Permission
  • Image uploading and manipulation with Spatie Media Library
  • Create secure APIs using Laravel Sanctum or Passport
  • Manage queues and background jobs using Laravel Horizon
  • Build a full admin panel using FilamentPHP or Nova