hergend/pack
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/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