问答详情
源自:4-3 Laravel中的数据填充

数据填充报错


C:\xampp\htdocs\laravel5.3>php artisan db:seed --class=StudentTableSeeder



  [Symfony\Component\Debug\Exception\FatalThrowableError]

  Class 'Illuminate\Suppoort\Facades\DB' not found


提问者:铜陵陈冠希 2019-12-16 19:57

个回答

  • 不刷牙的北极熊
    2020-01-12 20:59:26

    Class 'Illuminate\Suppoort\Facades\DB' not found


    这个DB类找不到啊!添加一下:use Illuminate\Suppoort\Facades\DB;应该就可以了