<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Laravel - Tag - Dimas Maulana</title>
    <link>https://dimasmaulana.pages.dev/tags/laravel/</link>
    <description>Dimas Maulana Website</description>
    <generator>Hugo 0.150.0 &amp; FixIt v0.4.3-20260130042349-e23a50d7</generator>
    <language>en</language>
    <lastBuildDate>Wed, 25 Mar 2015 21:54:09 +0700</lastBuildDate>
    <atom:link href="https://dimasmaulana.pages.dev/tags/laravel/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Fixing Seed Class not found Exception in Laravel 5</title>
      <link>https://dimasmaulana.pages.dev/posts/development/fixing-seed-class-not-found-exception-in-laravel-5/</link>
      <pubDate>Wed, 25 Mar 2015 21:54:09 +0700</pubDate>
      <guid>https://dimasmaulana.pages.dev/posts/development/fixing-seed-class-not-found-exception-in-laravel-5/</guid>
      <category domain="https://dimasmaulana.pages.dev/categories/development/">Development</category>
      <category domain="https://dimasmaulana.pages.dev/categories/troubleshooting/">Troubleshooting</category>
      <description>&lt;p&gt;When working with Laravel 5 and attempting to run a database seed, you may encounter a &amp;ldquo;Seed Class not found&amp;rdquo; exception. This error typically occurs when Laravel is unable to locate the specified seed class. However, there is a straightforward solution to this problem. In this blog post, we will explore the steps to resolve the &amp;ldquo;Seed Class not found&amp;rdquo; exception in Laravel 5.&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading-element&#34; id=&#34;step-1-run-composer-dump-autoload&#34;&gt;&lt;span&gt;Step 1: Run Composer Dump-Autoload&lt;/span&gt;&#xA;  &lt;a href=&#34;#step-1-run-composer-dump-autoload&#34; class=&#34;heading-mark&#34;&gt;&#xA;    &lt;svg class=&#34;octicon octicon-link&#34; viewBox=&#34;0 0 16 16&#34; version=&#34;1.1&#34; width=&#34;16&#34; height=&#34;16&#34; aria-hidden=&#34;true&#34;&gt;&lt;path d=&#34;m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z&#34;&gt;&lt;/path&gt;&lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&lt;p&gt;The first step is to run the following command in your project&amp;rsquo;s root directory:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
