Download the PHP package wendelladriel/laravel-validated-dto without Composer
On this page you can find all versions of the php package wendelladriel/laravel-validated-dto. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wendelladriel/laravel-validated-dto
More information about wendelladriel/laravel-validated-dto
Files in wendelladriel/laravel-validated-dto
Package laravel-validated-dto
Short Description Data Transfer Objects with validation for Laravel applications
License MIT
Informations about the package laravel-validated-dto
Validated DTO for Laravel
Data Transfer Objects with validation for Laravel applicationsInstallation
You can install the package via composer:
You can publish the config file with:
Usage
Create a DTO by extending ValidatedDTO, declaring typed properties, and defining the validation rules for incoming data:
Create an instance from an array, request, JSON string, Eloquent model, or artisan command:
You can also inject a DTO into a controller action and let the service container resolve it from the current request:
Access the full documentation here.
Changelog
Please see the changelog for more information on what has changed recently.
Contributing
Thank you for considering contributing to Validated DTO for Laravel! You can read the contribution guide here.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Wendell Adriel
- All Contributors
License
Validated DTO for Laravel is open-sourced software licensed under the MIT license.
All versions of laravel-validated-dto with dependencies
illuminate/console Version ^11.0|^12.0|^13.0
illuminate/database Version ^11.0|^12.0|^13.0
illuminate/http Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/validation Version ^11.0|^12.0|^13.0