https://github.com/joubertredrat/symfony-request-validation
Symfony request validation example
https://github.com/joubertredrat/symfony-request-validation
symfony symfony-validator
Last synced: 9 months ago
JSON representation
Symfony request validation example
- Host: GitHub
- URL: https://github.com/joubertredrat/symfony-request-validation
- Owner: joubertredrat
- License: mit
- Created: 2023-07-01T11:51:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T12:52:44.000Z (over 2 years ago)
- Last Synced: 2023-08-07T14:09:08.132Z (over 2 years ago)
- Topics: symfony, symfony-validator
- Language: PHP
- Homepage: https://redrat.com.br
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Symfony Request Validation
:us: This repository is a part of article [Validating requests on Symfony Framework](https://dev.to/joubertredrat/validating-requests-on-symfony-framework-3m32).
### Dependencies
PHP 8.2 or Docker with compose.
### Execution
* With PHP: Install dependencies with `composer install` and after execute `php -S 0.0.0.0:8001 -t public/`.
* With Docker: Just run `docker composer up -d`.
:brazil: Este repositório é parte do post [Validando requests no Symfony Framework](https://dev.to/joubertredrat/validando-requests-no-symfony-framework-4fi7).
### Dependências
PHP 8.2 ou Docker com compose.
### Execução
* Com PHP: Instale as dependências com `composer install` e depois execute `php -S 0.0.0.0:8001 -t public/`.
* Com Docker: Execute `docker composer up -d`.