Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在数据库播种期间,我在控制台中抛出了一个错误:
"Trying to get property of non-object"
但是我找不到该行,因为文件太多。有没有关于如何应对这种情况的提示?
如果您使用的是 artisan,则有一个-v标志代表详细。
-v
如果您需要更多消息,还有-vv -vvv.
-vv -vvv
您也可以单独运行播种器类来调试此问题。
php artisan db:seed --class=PostSeeder