robodocxs / robodocxs-middleware-dtos
A package to provide the DTOs for Robodocxs middlewares
1.1.2
2025-03-03 19:44 UTC
Requires
- php: ^8.1
- spatie/laravel-data: ^3.0
README
This package provides DTOs that are used between the Robodocxs Core Service and its ERP middlewares.
Installation
composer require robodocxs/robodocxs-middleware-dtos
Development
To symlink this project in your local middleware for faster development, follow these steps:
- Add repository to
composer.json
"repositories": [
{
"type": "path",
"url": "../robodocxs-middleware-dtos",
"options": {
"symlink": true
}
}
]
- Require
dev-main
and prefer source:
composer require robodocxs/robodocxs-middleware-dtos:dev-main --prefer-source
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
The MIT License (MIT).