C:\xampp\htdocs\laravel5.3>php artisan db:seed --class=StudentTableSeeder
[Symfony\Component\Debug\Exception\FatalThrowableError]
Class 'Illuminate\Suppoort\Facades\DB' not found
Class 'Illuminate\Suppoort\Facades\DB' not found
这个DB类找不到啊!添加一下:use Illuminate\Suppoort\Facades\DB;应该就可以了