https://github.com/tarlepp/donbrico_validator_issue
https://github.com/tarlepp/donbrico_validator_issue
community-help symfony validator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarlepp/donbrico_validator_issue
- Owner: tarlepp
- License: mit
- Created: 2023-02-25T13:30:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T02:21:28.000Z (over 1 year ago)
- Last Synced: 2025-09-23T16:37:32.789Z (9 months ago)
- Topics: community-help, symfony, validator
- Language: PHP
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is this?
Someone asked how to validate `nullable boolean` value on Symfony slack,
so I created this simple repository to show how that can be done
## How to test this?
1. Clone repository
1. Run `composer install`
1. Run `symfony serve`
1. Open application on your browser
1. You should see validator error
1. Profit
## License
[The MIT License (MIT)](LICENSE)
Copyright © 2023 Tarmo Leppänen