← DocumentationOperations · bash

CIM CLI console

Create project, controller and entity structures through the framework console.

01

Repeatable scaffolding

CIM modules generate defined framework structures instead of ad-hoc folders.

02

Production discipline

Run administrative commands from the intended project root and review generated files before deployment.

03

Visual result

Examples are deterministic previews. PHP and shell code is never executed in the browser or on the public server.

bash
php vendor/bin/cim create:project api
php vendor/bin/cim create:controller Customer
php vendor/bin/cim create:entity Customer
Visual result deterministic

CIM CLI console

Project
api
Controller
Customer
Entity
Customer