rp76/laravelpack

This package bunch of necessary item for laravel

Installs: 95

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

pkg:composer/rp76/laravelpack

0.10 2025-10-14 06:46 UTC

This package is auto-updated.

Last update: 2025-10-14 06:46:38 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