chrgriffin / laravel-collection-package-generator
Laravel application installer.
v1.0.0
2020-03-04 19:52 UTC
Requires
- php: ^7.2.9
- ext-zip: *
- guzzlehttp/guzzle: ^6.0
- symfony/console: ^4.0|^5.0
- symfony/filesystem: ^4.0|^5.0
- symfony/process: ^4.2|^5.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.2
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2024-11-05 09:02:38 UTC
README
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.