Looking to hire Laravel developers? Try LaraJobs

laravelpack maintained by rp76

Description
This package bunch of necessary item for laravel
Author
Last update
2025/11/14 11:07 (dev-master)
License
Downloads
118
Tags

Comments
comments powered by Disqus

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