<?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 "git" tag.</subtitle>
    <updated>2026-03-10T20:44:55+01:00</updated>
    <author>
        <name>COil</name>
        <email>coil@strangebuzz.com</email>
    </author>
    <link href="https://www.strangebuzz.com/fr/blog/tag/git.xml" rel="self" />
    <id>https://www.strangebuzz.com/fr/blog/tag/git.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>Présentation de CW : un observateur de cache pour Symfony
</title>
            <link href="https://www.strangebuzz.com/fr/blog/presentation-de-cw-un-observateur-de-cache-pour-symfony" />
            <id>https://www.strangebuzz.com/fr/blog/presentation-de-cw-un-observateur-de-cache-pour-symfony</id>
            <published>2020-05-15T00:00:00+02:00</published>
            <updated>2020-12-05T00:00:00+01:00</updated>
            <author>
                <name>COil</name>
                <email>coil@strangebuzz.com</email>
            </author>
            <summary type="html">Dans cet article, je vais vous présenter Cw qui est un acronyme pour &quot;Cache Watcher&quot;, littéralement un &quot;observateur de cache&quot;. Cw est un petit programme Go (Golang) qui observe vos fichiers Symfony et préchauffe votre cache quand c&#039;est nécessaire afin de ne pas avoir à attendre quand vous rafraichissez votre navigateur.
</summary>
        </entry>
                            <entry>
            <title>Mise en place d&#039;un workflow CI/CD pour un projet Symfony à l&#039;aide des actions GitHub
</title>
            <link href="https://www.strangebuzz.com/fr/blog/mise-en-place-d-un-workflow-ci-cd-pour-un-projet-symfony-a-l-aide-des-actions-github" />
            <id>https://www.strangebuzz.com/fr/blog/mise-en-place-d-un-workflow-ci-cd-pour-un-projet-symfony-a-l-aide-des-actions-github</id>
            <published>2020-03-28T00:00:00+01:00</published>
            <updated>2020-03-28T00:00:00+01:00</updated>
            <author>
                <name>COil</name>
                <email>coil@strangebuzz.com</email>
            </author>
            <summary type="html">Dans cet article nous allons voir comment mettre en place un workflow CI/CD pour un projet Symfony à l&#039;aide des actions GitHub. Nous couvrirons de la configuration de PHP sur la machine hôte, au lancement des tests unitaires et fonctionnels de l&#039;application Symfony.
</summary>
        </entry>
                            <entry>
            <title>Cacher le nom de fichier du contrôleur d&#039;entrée Symfony</title>
            <link href="https://www.strangebuzz.com/fr/blog/cacher-le-nom-de-fichier-du-controleur-d-entree-symfony" />
            <id>https://www.strangebuzz.com/fr/blog/cacher-le-nom-de-fichier-du-controleur-d-entree-symfony</id>
            <published>2019-08-23T00:00:00+02:00</published>
            <updated>2024-11-10T00:00:00+01:00</updated>
            <author>
                <name>COil</name>
                <email>coil@strangebuzz.com</email>
            </author>
            <summary type="html">Dans cet article nous allons voir comment cacher le nom de fichier du contrôleur d&#039;entrée principal d&#039;une application Symfony (&quot;main front controller&quot; en anglais) pour qu&#039;il soit impossible d&#039;accéder au site en tapant &quot;index.php&quot; dans l&#039;URL. Le moins d&#039;informations les utilisateurs (ou hackers bien sûr) auront sur l&#039;implémentation technique de votre site, le mieux ce sera.
</summary>
        </entry>
    </feed>
