Closed alexzvn closed 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.
php artisan make:creation user
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.
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.