ivansabat / laravel-data-object-tools
A set of tools to make working with Data Transfer Objects easier in Laravel
dev-main
2025-02-03 13:00 UTC
Requires
- php: ^8.2
- eventsauce/object-hydrator: ^0.4.3
- illuminate/contracts: ^9.22|^10.0|^11.0
- illuminate/support: ^9.22|^10.0|^11.0
Requires (Dev)
- laravel/pint: ^1.1
- orchestra/testbench: ^7.6
- pestphp/pest: ^1.21
- phpstan/phpstan: ^1.8
This package is auto-updated.
Last update: 2025-05-31 00:41:09 UTC
README
Tutorial from here.
Installation
composer require ivansabat/laravel-data-object-tools
Usage
php artisan make:dto MyDto
Possible errors
Could not find a version of package ivansabat/laravel-data-object-tools matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.
Solution
composer config minimum-stability dev
composer config prefer-stable true