batsirai / cdd
[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
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