1.8.0
Added
php artisan make:dto --request='App\Http\Requests\PostCreateFormRequest' PostCreateData
will now fill the request part and all properties for you with their types (experimental)- Map arrays or json strings into generic objects (
\stdClass
) or custom objects (using their classes) - Map string dates into
Illuminate\Support\Carbon
orCarbon\Carbon
orCarbon\CarbonImmutable
instances