Repeatable scaffolding
CIM modules generate defined framework structures instead of ad-hoc folders.
Production discipline
Run administrative commands from the intended project root and review generated files before deployment.
Visual result
Examples are deterministic previews. PHP and shell code is never executed in the browser or on the public server.
php vendor/bin/cim create:project api
php vendor/bin/cim create:controller Customer
php vendor/bin/cim create:entity Customer⌘
CIM CLI console
- Project
- api
- Controller
- Customer
- Entity
- Customer