<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/vendor/feed/atom.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US">
                        <id>https://axliro.dev/feed</id>
                                <link href="https://axliro.dev/feed" rel="self"></link>
                                <title><![CDATA[All articles on axliro.dev]]></title>
                    
                                <subtitle>Be the first to know when a new article is published on axliro.dev!</subtitle>
                                                    <updated>2026-01-10T15:42:46+01:00</updated>
                        <entry>
            <title><![CDATA[My  "must use" Laravel packages]]></title>
            <link rel="alternate" href="https://axliro.dev/articles/my-must-use-laravel-packages" />
            <id>https://axliro.dev/1</id>
            <author>
                <name><![CDATA[Axel Libori Roch]]></name>
            </author>
            <summary type="html">
                <![CDATA[In every new Laravel backend project I start there are a number of packages that are a ‘must’ install for me. From packages that increase development speed to packages to manage database queries.]]>
            </summary>
                                    <updated>2024-12-24T16:32:57+01:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to Use the Cache Facade in Laravel to Reduce the Number of Queries]]></title>
            <link rel="alternate" href="https://axliro.dev/articles/how-to-use-the-cache-facade-in-laravel-to-reduce-the-number-of-queries" />
            <id>https://axliro.dev/4</id>
            <author>
                <name><![CDATA[Axel Libori Roch]]></name>
            </author>
            <summary type="html">
                <![CDATA[Laravel provides an easy way to use cache through its facades, which simplify interaction with various caching services such as Redis, Memcached, or even the file system.]]>
            </summary>
                                    <updated>2025-02-22T11:43:14+01:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to show a relationship counter in the Laravel Nova resource index]]></title>
            <link rel="alternate" href="https://axliro.dev/articles/how-to-how-a-relationship-counter-in-the-laravel-nova-resource-index" />
            <id>https://axliro.dev/5</id>
            <author>
                <name><![CDATA[Axel Libori Roch]]></name>
            </author>
            <summary type="html">
                <![CDATA[Sometimes can be useful to display a counter of the results of a relationship in the index of a resource. This can enhance the user experience and provide a clearer view of the relationship between resources.]]>
            </summary>
                                    <updated>2025-02-22T11:52:53+01:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to Log Out from Our APIs Using Laravel Fortify]]></title>
            <link rel="alternate" href="https://axliro.dev/articles/how-to-log-out-from-our-apis-using-laravel-fortify" />
            <id>https://axliro.dev/6</id>
            <author>
                <name><![CDATA[Axel Libori Roch]]></name>
            </author>
            <summary type="html">
                <![CDATA[When developing an API for a mobile application or a SPA with Laravel, a robust option for authentication is to use Laravel Fortify. In this article, we’ll explore how to properly handle logout for users, especially when using Laravel Sanctum.]]>
            </summary>
                                    <updated>2025-03-29T18:21:00+01:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Laravel Catalunya: Official Launch!]]></title>
            <link rel="alternate" href="https://axliro.dev/articles/laravel-catalunya-official-launch" />
            <id>https://axliro.dev/7</id>
            <author>
                <name><![CDATA[Axel Libori Roch]]></name>
            </author>
            <summary type="html">
                <![CDATA[The idea of starting a Laravel community in Catalonia has been on my mind for a long time. Finally, about two months ago, I decided to move forward and make it happen!]]>
            </summary>
                                    <updated>2025-11-27T16:26:37+01:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Refactor your Laravel project with Rector]]></title>
            <link rel="alternate" href="https://axliro.dev/articles/refactor-your-laravel-project-with-rector" />
            <id>https://axliro.dev/8</id>
            <author>
                <name><![CDATA[Axel Libori Roch]]></name>
            </author>
            <summary type="html">
                <![CDATA[Keeping a Laravel project up to date and maintaining clean code can become costly as it grows. This is where Rector becomes a key tool.]]>
            </summary>
                                    <updated>2026-01-10T15:42:46+01:00</updated>
        </entry>
    </feed>
