<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Pankaj Sood</title>
    <description>The latest articles on DEV Community by Pankaj Sood (@erpankajsood).</description>
    <link>https://dev.to/erpankajsood</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F306630%2Fbff7fae1-56e4-4045-b0ad-318b8c146f33.jpg</url>
      <title>DEV Community: Pankaj Sood</title>
      <link>https://dev.to/erpankajsood</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/erpankajsood"/>
    <language>en</language>
    <item>
      <title>Laravel Logging Guzzle Requests in File</title>
      <dc:creator>Pankaj Sood</dc:creator>
      <pubDate>Wed, 08 Apr 2020 19:49:57 +0000</pubDate>
      <link>https://dev.to/erpankajsood/laravel-logging-guzzle-requests-in-file-2le1</link>
      <guid>https://dev.to/erpankajsood/laravel-logging-guzzle-requests-in-file-2le1</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--u2K7qBwx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2020/04/laravel-logging-guzzle-requests-file.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--u2K7qBwx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2020/04/laravel-logging-guzzle-requests-file.jpg" alt="Laravel Logging Guzzle Requests in File"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this article, we will discuss “Laravel Logging Guzzle Requests in File”. In the multiple scenarios, we have to use third-party API’s in our project and test those API using postman or any other tool. But also required to maintain a log for each request, such as what we send (request)? and what we receive (response)? Today, […]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codebriefly.com/laravel-logging-guzzle-requests-file/"&gt;Laravel Logging Guzzle Requests in File&lt;/a&gt; appeared first on &lt;a href="https://codebriefly.com"&gt;Code Briefly&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>laravel6</category>
      <category>laravel7</category>
      <category>laravelcodesnippet</category>
    </item>
    <item>
      <title>How to Log All SQL Queries in Laravel</title>
      <dc:creator>Pankaj Sood</dc:creator>
      <pubDate>Thu, 09 Jan 2020 19:54:23 +0000</pubDate>
      <link>https://dev.to/erpankajsood/how-to-log-all-sql-queries-in-laravel-1j1i</link>
      <guid>https://dev.to/erpankajsood/how-to-log-all-sql-queries-in-laravel-1j1i</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--EUQ70AHC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2020/01/How-to-Log-All-SQL-Queries-in-Laravel.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--EUQ70AHC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2020/01/How-to-Log-All-SQL-Queries-in-Laravel.jpg" alt="How to Log All SQL Queries in Laravel"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this article, we will discuss “How to Log All SQL Queries in Laravel”. As we know, Laravel provides rich features and flexibility to make development easy. SQL Query Logging is the most common way to debug any application. Today, I will explain to you to Log all SQL Queries in your Laravel application. There […]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codebriefly.com/how-to-log-all-sql-queries-in-laravel/"&gt;How to Log All SQL Queries in Laravel&lt;/a&gt; appeared first on &lt;a href="https://codebriefly.com"&gt;Code Briefly&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>laravel6</category>
      <category>laravelcodesnippet</category>
    </item>
    <item>
      <title>How to Handle Content Scraping with Pagination in Laravel</title>
      <dc:creator>Pankaj Sood</dc:creator>
      <pubDate>Wed, 08 Jan 2020 19:28:35 +0000</pubDate>
      <link>https://dev.to/erpankajsood/how-to-handle-content-scraping-with-pagination-in-laravel-ooh</link>
      <guid>https://dev.to/erpankajsood/how-to-handle-content-scraping-with-pagination-in-laravel-ooh</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ikMqbX0t--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2020/01/How-to-Handle-Content-Scraping-with-pagination-in-Laravel.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ikMqbX0t--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2020/01/How-to-Handle-Content-Scraping-with-pagination-in-Laravel.jpg" alt="How to Handle Content Scraping with pagination in Laravel"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this article, we will discuss “How to Handle Content Scraping with pagination in Laravel”. I will try to explain to you to Content Scraping with pagination data. Here’s, only the required changes are explained. So I recommend you to check our previous post “How to Handle Content Scraping in Laravel” for better understanding. Update […]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codebriefly.com/how-to-handle-content-scraping-with-pagination-in-laravel/"&gt;How to Handle Content Scraping with Pagination in Laravel&lt;/a&gt; appeared first on &lt;a href="https://codebriefly.com"&gt;Code Briefly&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>laravel58</category>
      <category>laravel6</category>
      <category>laravelcodesnippet</category>
    </item>
    <item>
      <title>How to Handle Logging in Laravel</title>
      <dc:creator>Pankaj Sood</dc:creator>
      <pubDate>Tue, 07 Jan 2020 19:12:39 +0000</pubDate>
      <link>https://dev.to/erpankajsood/how-to-handle-logging-in-laravel-12m</link>
      <guid>https://dev.to/erpankajsood/how-to-handle-logging-in-laravel-12m</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--07emvzl1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2020/01/How-to-Handle-Logging-in-Laravel.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--07emvzl1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2020/01/How-to-Handle-Logging-in-Laravel.jpg" alt="How to Handle Logging in Laravel"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this article, we will discuss “How to Handle Logging in Laravel”. Laravel logging is quite simple and easy to manage. By default, all the error writes in the file located at “/storage/logs/laravel.log”. Yes, it’s easy to get the error information in this file. But day by day it’s getting bigger and than not so […]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codebriefly.com/how-to-handle-logging-in-laravel/"&gt;How to Handle Logging in Laravel&lt;/a&gt; appeared first on &lt;a href="https://codebriefly.com"&gt;Code Briefly&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>laravel6</category>
      <category>laravelcodesnippet</category>
    </item>
    <item>
      <title>How to Handle Content Scraping in Laravel</title>
      <dc:creator>Pankaj Sood</dc:creator>
      <pubDate>Mon, 06 Jan 2020 19:21:18 +0000</pubDate>
      <link>https://dev.to/erpankajsood/how-to-handle-content-scraping-in-laravel-2ch0</link>
      <guid>https://dev.to/erpankajsood/how-to-handle-content-scraping-in-laravel-2ch0</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Gtyzk4PR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2020/01/How-to-Handle-Content-Scraping-in-Laravel.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Gtyzk4PR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2020/01/How-to-Handle-Content-Scraping-in-Laravel.jpg" alt="How to Handle Content Scraping in Laravel"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this article, we will discuss “How to handle content scraping in Laravel”. Prerequisite Guzzle HTTP Package: Guzzle is a PHP HTTP client that makes it easy to send HTTP requests. Symfony Dom Crawler: The DomCrawler component eases DOM navigation for HTML and XML documents. I’m note adding the Laravel installation steps in this article, […]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codebriefly.com/how-to-handle-content-scraping-in-laravel/"&gt;How to Handle Content Scraping in Laravel&lt;/a&gt; appeared first on &lt;a href="https://codebriefly.com"&gt;Code Briefly&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>laravel58</category>
      <category>laravel6</category>
      <category>laravelcodesnippet</category>
    </item>
    <item>
      <title>Brief Understanding Laravel Scopes</title>
      <dc:creator>Pankaj Sood</dc:creator>
      <pubDate>Mon, 25 Nov 2019 15:21:09 +0000</pubDate>
      <link>https://dev.to/erpankajsood/brief-understanding-laravel-scopes-2lc</link>
      <guid>https://dev.to/erpankajsood/brief-understanding-laravel-scopes-2lc</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gGbggPBM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2019/11/brief-understanding-laravel-scopes.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gGbggPBM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2019/11/brief-understanding-laravel-scopes.jpg" alt="Brief Understanding Laravel Scopes"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this article, we will discuss “Brief Understanding Laravel Scopes”. I will try to explain to you, How can you use this in your Laravel application. As we know, Laravel provides lots of rich features to make development easy and simple. You can check the official documentation here. Now, the first question is: Why we […]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codebriefly.com/brief-understanding-laravel-scopes/"&gt;Brief Understanding Laravel Scopes&lt;/a&gt; appeared first on &lt;a href="https://codebriefly.com"&gt;Code Briefly&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>laravel57</category>
      <category>laravel58</category>
      <category>laravel6</category>
    </item>
    <item>
      <title>Laravel Authorization Policies – Part 2</title>
      <dc:creator>Pankaj Sood</dc:creator>
      <pubDate>Fri, 22 Nov 2019 17:38:54 +0000</pubDate>
      <link>https://dev.to/erpankajsood/laravel-authorization-policies-part-2-2p11</link>
      <guid>https://dev.to/erpankajsood/laravel-authorization-policies-part-2-2p11</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--AxwlAMAz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2019/11/laravel-authorization-policies.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AxwlAMAz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2019/11/laravel-authorization-policies.jpg" alt="Laravel Authorization Policies"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this article, we will discuss “Laravel Authorization Policies”. As I already, Describe the Laravel Gates in my previous article. You have to take a look at Laravel Authorization with Gates article for better understanding. Basically, Laravel Policies are the best way to protect Model actions. Why we need Laravel Policy? Laravel Policy is a class, […]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codebriefly.com/laravel-authorization-policies/"&gt;Laravel Authorization Policies – Part 2&lt;/a&gt; appeared first on &lt;a href="https://codebriefly.com"&gt;Code Briefly&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>laravel57</category>
      <category>laravel58</category>
      <category>laravel6</category>
    </item>
    <item>
      <title>Laravel Authorization with Gates – Part 1</title>
      <dc:creator>Pankaj Sood</dc:creator>
      <pubDate>Sun, 10 Nov 2019 19:30:39 +0000</pubDate>
      <link>https://dev.to/erpankajsood/laravel-authorization-with-gates-part-1-57l6</link>
      <guid>https://dev.to/erpankajsood/laravel-authorization-with-gates-part-1-57l6</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7hHvHz80--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2019/11/laravel-authorization-gates.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7hHvHz80--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2019/11/laravel-authorization-gates.jpg" alt="Laravel Authorization Gates"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this article, we will discuss the “Laravel Authorization with Gates”. As you know, Laravel provided an Authentication solution that is Out of the box. Laravel provides two simple way to manage the authentications such as Gates and Policies. The basic difference between the gates and the policies, Gates provides a simple closure based approach […]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codebriefly.com/laravel-authorization-with-gates-part-1/"&gt;Laravel Authorization with Gates – Part 1&lt;/a&gt; appeared first on &lt;a href="https://codebriefly.com"&gt;Code Briefly&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>laravel58</category>
      <category>laravel6</category>
      <category>laravelcodesnippet</category>
    </item>
    <item>
      <title>Brief Understanding on Laravel Repository Pattern Design</title>
      <dc:creator>Pankaj Sood</dc:creator>
      <pubDate>Wed, 09 Oct 2019 19:56:41 +0000</pubDate>
      <link>https://dev.to/erpankajsood/brief-understanding-on-laravel-repository-pattern-design-21bm</link>
      <guid>https://dev.to/erpankajsood/brief-understanding-on-laravel-repository-pattern-design-21bm</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rG8jq2UG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2019/10/repository-pattern.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rG8jq2UG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2019/10/repository-pattern.jpg" alt="Laravel Repository Pattern Design"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this article, we will discuss the “Laravel Repository Pattern Design”. Using the Repository Pattern, we will add an extra layer between application logic and database. Assume, you want to change your DB from Mysql to MongoDB or anything else. Then Repository Pattern is much beneficial, application logics remain the same and all you have to […]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codebriefly.com/brief-understanding-on-laravel-repository-pattern-design/"&gt;Brief Understanding on Laravel Repository Pattern Design&lt;/a&gt; appeared first on &lt;a href="https://codebriefly.com"&gt;Code Briefly&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>laravel58</category>
      <category>laravel6</category>
      <category>laravelcodesnippet</category>
    </item>
    <item>
      <title>Brief Understanding on Laravel Observers</title>
      <dc:creator>Pankaj Sood</dc:creator>
      <pubDate>Fri, 04 Oct 2019 18:51:50 +0000</pubDate>
      <link>https://dev.to/erpankajsood/brief-understanding-on-laravel-observers-9cd</link>
      <guid>https://dev.to/erpankajsood/brief-understanding-on-laravel-observers-9cd</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--6JVPs6uM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2019/10/brief-understanding-on-laravel-observers.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--6JVPs6uM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2019/10/brief-understanding-on-laravel-observers.jpg" alt="Laravel Observers"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this article, we will discuss “Laravel Observers”. Laravel provides us to implement the Observer pattern to fire some predefined events, which can be listened to hook into when various actions are performed on a model. No dought, it’s a great feature of the Laravel. Observer Class, methods receive the model as their only argument. […]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codebriefly.com/brief-understanding-on-laravel-observers/"&gt;Brief Understanding on Laravel Observers&lt;/a&gt; appeared first on &lt;a href="https://codebriefly.com"&gt;Code Briefly&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>laravel6</category>
      <category>laravelcodesnippet</category>
    </item>
    <item>
      <title>Laravel Scout with TNTSearch Driver</title>
      <dc:creator>Pankaj Sood</dc:creator>
      <pubDate>Thu, 03 Oct 2019 20:00:04 +0000</pubDate>
      <link>https://dev.to/erpankajsood/laravel-scout-with-tntsearch-driver-2nkb</link>
      <guid>https://dev.to/erpankajsood/laravel-scout-with-tntsearch-driver-2nkb</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_af911g1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2019/10/laravel-scout-with-tntsearch-driver.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_af911g1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2019/10/laravel-scout-with-tntsearch-driver.jpg" alt="Laravel Scout with TNTSearch Driver"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this article, we will discuss “Laravel Scout with TNTSearch Driver”. As we know Laravel provides rich features to make development easy and smooth. Laravel provides an official package “Laravel Scout”, which helps to create a full-text search functionality in your application. Prerequisites Here, we need a Laravel installation to make this Laravel Scout functionality. […]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codebriefly.com/laravel-scout-with-tntsearch-driver/"&gt;Laravel Scout with TNTSearch Driver&lt;/a&gt; appeared first on &lt;a href="https://codebriefly.com"&gt;Code Briefly&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>laravel6</category>
      <category>laravelcodesnippet</category>
    </item>
    <item>
      <title>How to Use Make Auth in Laravel 6</title>
      <dc:creator>Pankaj Sood</dc:creator>
      <pubDate>Wed, 25 Sep 2019 19:43:18 +0000</pubDate>
      <link>https://dev.to/erpankajsood/how-to-use-make-auth-in-laravel-6-5cdl</link>
      <guid>https://dev.to/erpankajsood/how-to-use-make-auth-in-laravel-6-5cdl</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ykiXTjZL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2019/09/how-to-use-make-auth-in-laravel-6.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ykiXTjZL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://codebriefly.com/wp-content/uploads/2019/09/how-to-use-make-auth-in-laravel-6.jpg" alt="how-to-use-make-auth-in-laravel-6"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this article, we will discuss “how to use make auth in Laravel 6”. Officially Laravel 6 is available now, but some of the changes here, as expected. Because you are reading this article, So I assume you are still not familiar with the Laravel 6. Note that, It’s an LTS version of Laravel. If […]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codebriefly.com/how-to-use-make-auth-in-laravel-6/"&gt;How to Use Make Auth in Laravel 6&lt;/a&gt; appeared first on &lt;a href="https://codebriefly.com"&gt;Code Briefly&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>laravel6</category>
      <category>auth</category>
      <category>laravelauthenticati</category>
    </item>
  </channel>
</rss>
