sypherlev / unfold
Additional code generator for use with the Chassis framework
dev-master
2019-09-06 17:03 UTC
Requires
- php: >=7.0
- sypherlev/chassis-core: @dev
- vlucas/phpdotenv: ^2.2
Requires (Dev)
- pds/skeleton: ~1.0
- phpunit/phpunit: 5.7.*
This package is auto-updated.
Last update: 2025-01-07 04:12:06 UTC
README
Unfold is a code generator used to create new business domain sections for use in the Chassis framework.
Usage
From the project root, run:
bin/unfold <section_name> <type>
Architect will attempt to generate Action, Service, and Responder class files of the correct type in /src/Domain/<Section_name>
.
<type>
must one of the following: cli
, web
, or api
.