<?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://geoligard.com/index.php/feed</id>
                                <link href="https://geoligard.com/index.php/feed" rel="self"></link>
                                <title><![CDATA[Geoligard - Goran Popović]]></title>
                                                                    <subtitle>Gain a better understanding of Laravel and related topics in an easy-to-follow manner.</subtitle>
                                                    <updated>2024-09-05T08:32:39+00:00</updated>
                        <entry>
            <title><![CDATA[Handling large JSON payloads and extending the Request class]]></title>
            <link rel="alternate" href="https://geoligard.com/index.php/handling-large-json-payloads-and-extending-the-request-class" />
            <id>https://geoligard.com/index.php/13</id>
            <author>
                <name><![CDATA[Goran Popović]]></name>
                            <email><![CDATA[goran.popovic@geoligard.com]]></email>
                        </author>
            <summary type="html">
                <![CDATA[<img src="https://geoligard.com/storage/posts/September2024/Uuk4NQyoNqF0oPOQS52b.jpg" alt="Handling large JSON payloads and extending the Request class"><p>See how to easily modify and override methods found in the framework's Request class in order to handle specific routes with sizeable payloads.<p><a class="read-more" href="https://geoligard.com/index.php/handling-large-json-payloads-and-extending-the-request-class">Read more</a>]]>
            </summary>
                                    <updated>2024-09-05T08:32:39+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Using LEMP stack on Ubuntu to host a Laravel app]]></title>
            <link rel="alternate" href="https://geoligard.com/index.php/using-lemp-stack-on-ubuntu-to-host-a-laravel-app" />
            <id>https://geoligard.com/index.php/12</id>
            <author>
                <name><![CDATA[Goran Popović]]></name>
                            <email><![CDATA[goran.popovic@geoligard.com]]></email>
                        </author>
            <summary type="html">
                <![CDATA[<img src="https://geoligard.com/storage/posts/April2024/HKSM9nSPg1JeKZH0F9lw.png" alt="Using LEMP stack on Ubuntu to host a Laravel app"><p>LEMP stack is a go-to environment for many PHP-based apps. See how you can install and configure all of the necessary components for running Laravel.<p><a class="read-more" href="https://geoligard.com/index.php/using-lemp-stack-on-ubuntu-to-host-a-laravel-app">Read more</a>]]>
            </summary>
                                    <updated>2024-05-16T22:52:48+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[A deeper dive into optimal PHP-FPM settings]]></title>
            <link rel="alternate" href="https://geoligard.com/index.php/a-deeper-dive-into-optimal-php-fpm-settings" />
            <id>https://geoligard.com/index.php/11</id>
            <author>
                <name><![CDATA[Goran Popović]]></name>
                            <email><![CDATA[goran.popovic@geoligard.com]]></email>
                        </author>
            <summary type="html">
                <![CDATA[<img src="https://geoligard.com/storage/posts/March2024/PxUugm2CRgm42DGUR2yw.jpg" alt="A deeper dive into optimal PHP-FPM settings"><p>PHP-FPM config files usually aren't something that you give too much attention to until something goes wrong. Here's what you can do when that time comes.<p><a class="read-more" href="https://geoligard.com/index.php/a-deeper-dive-into-optimal-php-fpm-settings">Read more</a>]]>
            </summary>
                                    <updated>2024-03-18T23:30:59+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Running custom Artisan commands with Supervisor]]></title>
            <link rel="alternate" href="https://geoligard.com/index.php/running-custom-artisan-commands-with-supervisor" />
            <id>https://geoligard.com/index.php/10</id>
            <author>
                <name><![CDATA[Goran Popović]]></name>
                            <email><![CDATA[goran.popovic@geoligard.com]]></email>
                        </author>
            <summary type="html">
                <![CDATA[<img src="https://geoligard.com/storage/posts/February2024/xtGcSPPcJBg7NSY5jTYk.jpg" alt="Running custom Artisan commands with Supervisor"><p>While Supervisor is commonly used with queue-related commands, there is nothing stopping you from using Supervisor to run and monitor your own custom commands.<p><a class="read-more" href="https://geoligard.com/index.php/running-custom-artisan-commands-with-supervisor">Read more</a>]]>
            </summary>
                                    <updated>2024-02-18T23:08:02+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[EmailOctopus SDKs for PHP and Laravel]]></title>
            <link rel="alternate" href="https://geoligard.com/index.php/emailoctopus-sdks-for-php-and-laravel" />
            <id>https://geoligard.com/index.php/9</id>
            <author>
                <name><![CDATA[Goran Popović]]></name>
                            <email><![CDATA[goran.popovic@geoligard.com]]></email>
                        </author>
            <summary type="html">
                <![CDATA[<img src="https://geoligard.com/storage/posts/February2024/2YOPuUjRcd4R5qztI2Ti.png" alt="EmailOctopus SDKs for PHP and Laravel"><p>EmailOctopus is an affordable and straightforward email marketing platform. Check out how you can effortlessly utilize their API from your PHP-based application.<p><a class="read-more" href="https://geoligard.com/index.php/emailoctopus-sdks-for-php-and-laravel">Read more</a>]]>
            </summary>
                                    <updated>2024-02-03T10:56:05+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Send, validate, and store Base64 files with Laravel]]></title>
            <link rel="alternate" href="https://geoligard.com/index.php/send-validate-and-store-base64-files-with-laravel" />
            <id>https://geoligard.com/index.php/8</id>
            <author>
                <name><![CDATA[Goran Popović]]></name>
                            <email><![CDATA[goran.popovic@geoligard.com]]></email>
                        </author>
            <summary type="html">
                <![CDATA[<img src="https://geoligard.com/storage/posts/January2024/coWxClJD6jQENiax1mB6.jpg" alt="Send, validate, and store Base64 files with Laravel"><p>Learn how to parse and store Base64 files when sending pure JSON requests to your Laravel application.<p><a class="read-more" href="https://geoligard.com/index.php/send-validate-and-store-base64-files-with-laravel">Read more</a>]]>
            </summary>
                                    <updated>2024-01-15T23:41:44+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Interact with Docker containers without leaving PhpStorm]]></title>
            <link rel="alternate" href="https://geoligard.com/index.php/interact-with-docker-containers-without-leaving-phpstorm" />
            <id>https://geoligard.com/index.php/7</id>
            <author>
                <name><![CDATA[Goran Popović]]></name>
                            <email><![CDATA[goran.popovic@geoligard.com]]></email>
                        </author>
            <summary type="html">
                <![CDATA[<img src="https://geoligard.com/storage/posts/December2023/CsRV78SIIOqbtkdCSVjT.jpg" alt="Interact with Docker containers without leaving PhpStorm"><p>Discover simple steps for handling Docker containers within PhpStorm to enhance your development workflow and efficiency.<p><a class="read-more" href="https://geoligard.com/index.php/interact-with-docker-containers-without-leaving-phpstorm">Read more</a>]]>
            </summary>
                                    <updated>2023-12-24T17:21:51+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Docker on WSL with PhpStorm - Best of both worlds]]></title>
            <link rel="alternate" href="https://geoligard.com/index.php/docker-on-wsl-with-phpstorm-best-of-both-worlds" />
            <id>https://geoligard.com/index.php/6</id>
            <author>
                <name><![CDATA[Goran Popović]]></name>
                            <email><![CDATA[goran.popovic@geoligard.com]]></email>
                        </author>
            <summary type="html">
                <![CDATA[<img src="https://geoligard.com/storage/posts/December2023/jPlJVvBu2EqunEY2akKW.jpg" alt="Docker on WSL with PhpStorm - Best of both worlds"><p>Find out how you can use Docker on WSL with PhpStorm without the performance penalties and without the need to transfer all of the native Windows apps to WSL.<p><a class="read-more" href="https://geoligard.com/index.php/docker-on-wsl-with-phpstorm-best-of-both-worlds">Read more</a>]]>
            </summary>
                                    <updated>2023-12-16T11:32:27+00:00</updated>
        </entry>
    </feed>
