<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>The Strangebuzz PHP/Symfony blog.</title>
    <subtitle>Articles for the "validation" tag.</subtitle>
    <updated>2026-07-18T01:36:07+02:00</updated>
    <author>
        <name>COil</name>
        <email>coil@strangebuzz.com</email>
    </author>
    <link href="https://www.strangebuzz.com/en/blog/tag/validation.xml" rel="self" />
    <id>https://www.strangebuzz.com/en/blog/tag/validation.xml</id>
    <icon>https://www.strangebuzz.com/img/strangebuzz_132.jpg?6.4.9</icon>
    <logo>https://www.strangebuzz.com/img/strangebuzz_1024.jpg?6.4.9</logo>
    <rights> © 2026 Strangebuzz</rights>
                            <entry>
            <title>Validating your data fixtures with the Alice Symfony bundle</title>
            <link href="https://www.strangebuzz.com/en/blog/validating-your-data-fixtures-with-the-alice-symfony-bundle" />
            <id>https://www.strangebuzz.com/en/blog/validating-your-data-fixtures-with-the-alice-symfony-bundle</id>
            <published>2022-10-15T00:00:00+02:00</published>
            <updated>2022-10-15T00:00:00+02:00</updated>
            <author>
                <name>COil</name>
                <email>coil@strangebuzz.com</email>
            </author>
            <summary type="html">This post shows how to validate data fixtures with the Alice Symfony bundle before inserting them into the database. It&#039;s essential, as you could have invalid data otherwise in the development or test environments.
</summary>
        </entry>
                            <entry>
            <title>Disable the HTML5 validation of all your Symfony forms with a feature flag</title>
            <link href="https://www.strangebuzz.com/en/blog/disable-the-html5-validation-of-all-your-symfony-forms-with-a-feature-flag" />
            <id>https://www.strangebuzz.com/en/blog/disable-the-html5-validation-of-all-your-symfony-forms-with-a-feature-flag</id>
            <published>2019-06-29T00:00:00+02:00</published>
            <updated>2019-07-01T00:00:00+02:00</updated>
            <author>
                <name>COil</name>
                <email>coil@strangebuzz.com</email>
            </author>
            <summary type="html">In this post, we will see how to implement a simple feature flag. This flag will help us to debug our forms and will allow to disable the HTML5 client side validation of all the forms of an application.
</summary>
        </entry>
    </feed>
