[1.0.5] Configuration Driven Development using ynl files to generate model entities anthe functionality around the crud system

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/batsirai/cdd

v1.0.6 2025-05-16 14:06 UTC

This package is auto-updated.

Last update: 2025-10-16 15:01:36 UTC


README

Configuration Driven Development (CDD)

You only need a yml file to define your domain and relationships of each model and this scrip using CDD ( Configuration Driven Development ) concept will generate

  • Controller
  • Service
  • Model with its relationship
  • Repository
  • Transformer
  • Migration file and also runs the migration
  • API Resource

More coming