rp76/laravelpack

This package bunch of necessary item for laravel

0.7 2025-04-09 06:05 UTC

This package is auto-updated.

Last update: 2025-06-09 06:37:40 UTC


README

LaravelPack is a minimal Laravel package boilerplate designed to simplify package development. It provides a basic structure to get started with creating your own Laravel packages using PSR-4 autoloading, a service provider, and standard Laravel package conventions.

📦 Features

  • Clean structure following Laravel's package development practices
  • PSR-4 compliant autoloading via composer.json
  • Ready-to-extend Service Provider
  • Easy to integrate with any Laravel application

🚀 Installation

You can install the package using Composer:

composer require rp76/laravelpack