摘要: Laravel中引入第三方scout,执行scout flush或者import时会报错,提示 Class Not Found。 解决方法:php artisan scout:import "\App\Models\Articles",引入的model名称一定要带引号。 阅读全文
posted @ 2020-03-14 17:07 西风禾黍 阅读(395) 评论(0) 推荐(0)