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

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

This package is auto-updated.

Last update: 2025-06-16 14:21:52 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