Eveio / dto

Simplistic, flexible Data Transfer Object library
https://eve.io
11 stars 1 forks source link

Add command to generate DataTransfer class #3

Closed alexzvn closed 3 years ago

alexzvn commented 3 years ago

It would be great if we can create DataTransferObject by command. Maybe go with something like php artisan make:creation user to speed up development.

phanan commented 3 years ago

This library is framework-agnostic, so it doesn't/shouldn't have access to Laravel tooling. You can, of course, create a Laravel wrapper around it instead.