laravelpack maintained by rp76
LaravelPack
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