hergend/pack

A tiny package generator for Laravel
8,714
Install
composer require hergend/pack
Latest Version:v1.1.0
PHP:^7.4 || ^8.0
License:GPL-3.0-or-later
Last Updated:Oct 7, 2024
Links: GitHub  ·  Packagist
Maintainer: HergenD

Pack

Tiny package generator, only creating the most bare-bone folder structure for a new (local only) package.

Installation

Install pack as a dev dependency:

composer require hergend/pack --dev

Usage

!! Package names are kebab-case, so not PascalCase

php artisan make:pack <package-name>

Creates the following files:

|- src/
|  |- PackageServiceProvider.php
|- tests/
|- composer.json

It also sets up the correct namespacing, and registers your package in your root composer.json.

Using this tool you can create local packages for utility classes/functionality to be shared across domains within your application easily.

Related Packages

doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444
laravel/serializable-closure

Laravel Serializable Closure provides an easy and secure way to serialize closur...

404,034,618 608
nunomaduro/collision

Cli error handling for console/command-line PHP applications.

384,821,166 4,658