在写laravel 数据填充时,运行 composer dump-autoload php artisan db:seed
报错 ReflectionException : Class UserTableSeeder does not exist
问题是出在composer没有加载database/seeds
解决方案:在composer.json中加入你本地的seeds路径
在写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
网友评论