masunov / laravel-dto-yml-generator
There is no license information available for the latest version (1.0.0-rc.3) of this package.
Laravel package for build DTOs and YML definitions for JMS Serializer
1.0.0-rc.3
2019-01-15 22:21 UTC
Requires
- gears/class-finder: ^1.0
- symfony/yaml: ^4.1
This package is auto-updated.
Last update: 2025-03-10 02:21:37 UTC
README
Generate DTO
Command for generate DTO
php artisan make:dto App/Domain/Dto/SimpleDto
Command for generate DTO with yml
php artisan make:dto App/Domain/Dto/SimpleDto --yml
Generate YML for DTO
Command for build YML for same class
php artisan build:yml --class=App/Domain/Dto/SimpleDto
Command for build YML for namespace
php artisan build:yml --namespace=App/Domain/Dto