Looking to hire Laravel developers? Try LaraJobs

laravel-data-object-tools maintained by ivansabat

Description
A set of tools to make working with Data Transfer Objects easier in Laravel
Author
Last update
2025/02/03 14:00 (dev-main)
License
Downloads
5
Tags

Comments
comments powered by Disqus

Tutorial

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