rp76 / laravelpack
This package bunch of necessary item for laravel
0.7
2025-04-09 06:05 UTC
Requires
- php: >=7.4
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