Skip to content

Commit ac79456

Browse files
authored
Merge pull request #82 from BlitZ-UK/master
Update README.md
2 parents e77df11 + 4058195 commit ac79456

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@ Add the service provider:
3434
TeamTNT\Scout\TNTSearchScoutServiceProvider::class,
3535
],
3636
```
37+
38+
Ensure you have Laravel Scout as a provider too otherwise you will get an "unresolvable dependency" error
39+
40+
```php
41+
// config/app.php
42+
'providers' => [
43+
// ...
44+
Laravel\Scout\ScoutServiceProvider::class,
45+
],
46+
```
47+
3748
Add `SCOUT_DRIVER=tntsearch` to your `.env` file
3849

3950
In your `config/scout.php` add:

0 commit comments

Comments
 (0)