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

This package is auto-updated.

Last update: 2024-05-10 00:27:24 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