Laravel 5: DB Seed class not found

前端 未结 7 815
孤独总比滥情好
孤独总比滥情好 2021-02-03 21:15

I have this DatabaseSeeder.php:



        
7条回答
  •  梦毁少年i
    2021-02-03 22:04

    I believe I know the reason now.

    The new class MemberInvitationSeeder wasn't in the autoloaded classes in the composer.json file.

    It wasn't there because I added that class manually.

    Now, going forward, if I add such classes again, what should I use in order for my class to automatically to the autoloader?

提交回复
热议问题