laravel scout 报错找不到类---php artisan scout:import Articles 报错 Class Not Found

Laravel中引入第三方scout,执行scout  flush或者import时会报错,提示 Class Not Found。

解决方法:php artisan scout:import "\App\Models\Articles",引入的model名称一定要带引号。

posted @ 2020-03-14 17:07  西风禾黍  阅读(396)  评论(0)    收藏  举报