Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 408 Bytes

File metadata and controls

19 lines (13 loc) · 408 Bytes

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
  2. Run composer install
  3. Run symfony serve
  4. Open application on your browser
  5. You should see validator error
  6. Profit

License

The MIT License (MIT)

Copyright © 2023 Tarmo Leppänen