Update scout.md (#2645)

This commit is contained in:
Alone88 2020-10-13 07:26:47 +08:00 committed by GitHub
parent d8a721ffa9
commit 7243b8f918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ composer require hyperf/elasticsearch
Scout 安装完成后,使用 vendor:publish 命令来生成 Scout 配置文件。这个命令将在你的 config 目录下生成一个 scout.php 配置文件。
```bash
php bin/hyperf vendor:publish hyperf/scout
php bin/hyperf.php vendor:publish hyperf/scout
```
最后,在你要做搜索的模型中添加 Hyperf\Scout\Searchable trait。这个 trait 会注册一个模型观察者来保持模型和所有驱动的同步: