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

Maintainers

Package info

github.com/Batsirai-sudo/cdd

pkg:composer/batsirai/cdd

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-16 16:04:35 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