php artisan db:seed 报错

在laravel 5中执行,要执行数据填充时报如下错误

  php artisan db:seed 

错误

[ReflectionException]                      
  Class CategorysTableSeeder does not exist

解决方法:


http://laravel.io/forum/01-31-2015-laravel5-seeder-reflectionexception-class-tableseeder-does-not-exist-in-illuminatecontainercontainerphp776

原文地址:https://www.cnblogs.com/yongxo/p/5082526.html