Skip to content

1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 08:43
· 127 commits to main since this release
02ea510

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 or Carbon\Carbon or Carbon\CarbonImmutable instances