數據填充報錯
C:\xampp\htdocs\laravel5.3>php artisan db:seed --class=StudentTableSeeder
? [Symfony\Component\Debug\Exception\FatalThrowableError]
? Class 'Illuminate\Suppoort\Facades\DB' not found
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
舉報
2020-01-12
Class 'Illuminate\Suppoort\Facades\DB' not found
這個DB類找不到??!添加一下:use?Illuminate\Suppoort\Facades\DB;應該就可以了