美文网首页
Laravel php artisan db:seed

Laravel php artisan db:seed

作者: 程序小白菜 | 来源:发表于2019-02-22 14:02 被阅读0次

在写laravel 数据填充时,运行 composer dump-autoload   php artisan db:seed

报错  ReflectionException : Class UserTableSeeder does not exist

问题是出在composer没有加载database/seeds

解决方案:在composer.json中加入你本地的seeds路径

相关文章

网友评论

      本文标题:Laravel php artisan db:seed

      本文链接:https://www.haomeiwen.com/subject/ayceyqtx.html