aimilink / laravel-dto
Package description here.
3.0.4
2023-09-25 06:56 UTC
Requires
- php: ^7.2|^8.0|^8.1
- hyperf/utils: ~3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- mockery/mockery: ^1.2
- phpunit/phpunit: ~8.1
This package is not auto-updated.
Last update: 2025-01-13 13:38:25 UTC
README
.
Installing
$ composer require aimilink/laravel-dto -vvv
生成DTO
// 默认将创建到项目app/DTO目录 php artisan make:dto BaseDTO
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT