<?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://blog.laravelgeek.com/feed</id>
                                <link href="https://blog.laravelgeek.com/feed" rel="self"></link>
                                <title><![CDATA[Laravel Geek]]></title>
                    
                                <subtitle>The Laravel Geek RSS Atom feed.</subtitle>
                                                    <updated>2025-02-24T02:02:39+00:00</updated>
                        <entry>
            <title><![CDATA[Building A Blog Application In Laravel Vapor]]></title>
            <link rel="alternate" href="https://blog.laravelgeek.com/posts/building-a-blog-application-in-laravel" />
            <id>https://blog.laravelgeek.com/1</id>
            <author>
                <name><![CDATA[Taylor Perkins]]></name>
                <email><![CDATA[taylor@laravelgeek.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Welcome to LaravelGeek. My goal is to be a part of the Laravel community and share any knowledge or experience I have building custom applications in Laravel.]]>
            </summary>
                                    <updated>2022-09-04T03:45:55+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Building A Blog In Laravel Vapor: Part 2]]></title>
            <link rel="alternate" href="https://blog.laravelgeek.com/posts/building-a-blog-in-laravel-vapor-part-2" />
            <id>https://blog.laravelgeek.com/2</id>
            <author>
                <name><![CDATA[Taylor Perkins]]></name>
                <email><![CDATA[taylor@laravelgeek.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[I am excited to go over the architectural challenges I solved with dynamic content. We will also finish up our previous topic on Post resources with Filament.]]>
            </summary>
                                    <updated>2022-09-04T03:49:53+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Building A Blog In Laravel Vapor: Part 3]]></title>
            <link rel="alternate" href="https://blog.laravelgeek.com/posts/building-a-blog-in-laravel-vapor-part-3" />
            <id>https://blog.laravelgeek.com/3</id>
            <author>
                <name><![CDATA[Taylor Perkins]]></name>
                <email><![CDATA[taylor@laravelgeek.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[For today's post, we will be wrapping up our implementation of the Post model and managing it in Filament. We will also look at rendering blade syntax with Torchlight.]]>
            </summary>
                                    <updated>2022-09-17T15:55:11+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Building A Blog In Laravel Vapor: Part 4]]></title>
            <link rel="alternate" href="https://blog.laravelgeek.com/posts/building-a-blog-in-laravel-vapor-part-4" />
            <id>https://blog.laravelgeek.com/4</id>
            <author>
                <name><![CDATA[Taylor Perkins]]></name>
                <email><![CDATA[taylor@laravelgeek.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[We're getting close to concluding our creating a simple blog application series in Laravel geared for Laravel Vapor.]]>
            </summary>
                                    <updated>2022-09-24T14:25:31+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Building A Blog In Laravel Vapor: Part 5]]></title>
            <link rel="alternate" href="https://blog.laravelgeek.com/posts/building-a-blog-in-laravel-vapor-part-5" />
            <id>https://blog.laravelgeek.com/5</id>
            <author>
                <name><![CDATA[Taylor Perkins]]></name>
                <email><![CDATA[taylor@laravelgeek.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Concluding our talk on building a blog application in Laravel Vapor will include wrapping up our last pieces of managing User media and making sure we have Vapor setup for staging and live deploys.]]>
            </summary>
                                    <updated>2022-09-24T17:48:58+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Developing My First Open Source Package Laravel Rekognition]]></title>
            <link rel="alternate" href="https://blog.laravelgeek.com/posts/developing-my-first-open-source-package-laravel-rekognition" />
            <id>https://blog.laravelgeek.com/6</id>
            <author>
                <name><![CDATA[Taylor Perkins]]></name>
                <email><![CDATA[taylor@laravelgeek.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[This will be my first open-source package, and first ever composer package. I welcome any and all feedback or criticism. I only strive to gain experience and knowledge by doing.]]>
            </summary>
                                    <updated>2022-10-01T19:00:56+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Creating A Progressive Web App With Laravel Vapor]]></title>
            <link rel="alternate" href="https://blog.laravelgeek.com/posts/creating-a-progressive-web-app-with-laravel-vapor" />
            <id>https://blog.laravelgeek.com/7</id>
            <author>
                <name><![CDATA[Taylor Perkins]]></name>
                <email><![CDATA[taylor@laravelgeek.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[I wanted to chat about my findings on building out a simple PWA (Progoressive Web App) with Laravel Vapor. I had some nuanced issues, and all of it is not solved yet either, but I can install to my Android phone.]]>
            </summary>
                                    <updated>2022-10-07T22:51:40+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Laravel Dusk: A Beginner's Guide to Automated Browser Testing]]></title>
            <link rel="alternate" href="https://blog.laravelgeek.com/posts/laravel-dusk-a-beginners-guide-to-automated-browser-testing" />
            <id>https://blog.laravelgeek.com/9</id>
            <author>
                <name><![CDATA[Taylor Perkins]]></name>
                <email><![CDATA[taylor@laravelgeek.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Laravel Dusk is a tool that allows developers to automate testing for their web applications. Today we are going to walk through setting up automated browser testing and some useful tips and tricks for creating your first browser tests.]]>
            </summary>
                                    <updated>2023-02-25T17:04:08+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Building Real-Time Applications with Laravel WebSockets: A Comprehensive Guide]]></title>
            <link rel="alternate" href="https://blog.laravelgeek.com/posts/building-real-time-applications-with-laravel-websockets-a-comprehensive-guide" />
            <id>https://blog.laravelgeek.com/10</id>
            <author>
                <name><![CDATA[Taylor Perkins]]></name>
                <email><![CDATA[taylor@laravelgeek.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[In this article, we'll explore how to use Laravel WebSockets to build real-time applications and integrating with Laravel Echo.]]>
            </summary>
                                    <updated>2023-03-26T18:44:00+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Exploring the Laravel JSON API Package]]></title>
            <link rel="alternate" href="https://blog.laravelgeek.com/posts/exploring-the-laravel-json-api-package" />
            <id>https://blog.laravelgeek.com/11</id>
            <author>
                <name><![CDATA[Taylor Perkins]]></name>
                <email><![CDATA[taylor@laravelgeek.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[A comprehensive review of the Laravel JSON:API, advantages, disadvantages and why it might be good for your project.]]>
            </summary>
                                    <updated>2024-08-17T20:06:42+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to fix /livewire/livewire.js 404 Laravel Livewire on Cloud Run]]></title>
            <link rel="alternate" href="https://blog.laravelgeek.com/posts/how-to-fix-livewire-js-404-laravel-livewire-on-cloud-run" />
            <id>https://blog.laravelgeek.com/12</id>
            <author>
                <name><![CDATA[Taylor Perkins]]></name>
                <email><![CDATA[taylor@laravelgeek.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[A synopsis of an interesting issue I ran into in two projects back to back. I'd be curious to learn if this is a new trend and we should just better prepare our nginx configs for this purpose.]]>
            </summary>
                                    <updated>2025-02-24T02:02:39+00:00</updated>
        </entry>
    </feed>
