<?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 "devops" tag.</subtitle>
    <updated>2026-05-18T04:55:47+02:00</updated>
    <author>
        <name>COil</name>
        <email>coil@strangebuzz.com</email>
    </author>
    <link href="https://www.strangebuzz.com/en/blog/tag/devops.xml" rel="self" />
    <id>https://www.strangebuzz.com/en/blog/tag/devops.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>Setting a CI/CD workflow for a Symfony project thanks to the GitHub actions</title>
            <link href="https://www.strangebuzz.com/en/blog/setting-a-ci-cd-workflow-for-a-symfony-project-thanks-to-the-github-actions" />
            <id>https://www.strangebuzz.com/en/blog/setting-a-ci-cd-workflow-for-a-symfony-project-thanks-to-the-github-actions</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">In this post, we will see how to set up a CI/CD workflow for a Symfony project thanks to the GitHub actions. It will cover from configuring PHP on the runner host to launching the unit and functional tests of the Symfony application.
</summary>
        </entry>
                            <entry>
            <title>On hiding the main Symfony front controller</title>
            <link href="https://www.strangebuzz.com/en/blog/on-hiding-the-main-symfony-front-controller" />
            <id>https://www.strangebuzz.com/en/blog/on-hiding-the-main-symfony-front-controller</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">In this post, we will see how to hide the front controller&#039;s file name of a Symfony application so it can&#039;t be accessed when typing it: &quot;index.php&quot;. The less the users (or hackers of course) will know about the technical implementation of your website, the better it is.
</summary>
        </entry>
    </feed>
