chrgriffin/laravel-collection-package-generator

Laravel application installer.

Downloads

3

Stars

1

Version

v1.0.0

Build Status Coverage Status

Collection Macro Package Generator

Usage

Install globally via composer:

composer global require chrgriffin/laravel-collection-package-generator

You can now quickly scaffold a Laravel Collection macro package by running:

collection new <macro command>

This will create a directory called collection-macro-<macro command> containing a scaffolded composer package of the same name.

Notes

This package was primarily written for myself (ChrGriffin). Feel free to use it yourself or fork it, but I don't have any intention of maintaining it for use cases beyond my own.

This generator used the Laravel Installer as a base that was subsequently edited.

ChrGriffin

Author

ChrGriffin