Skip to content

Commit 1af24b3

Browse files
authored
Merge pull request #84 from the94air/master
Publish the scout.php configuration file to your config directory
2 parents c3ce55b + f6e2d61 commit 1af24b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ Ensure you have Laravel Scout as a provider too otherwise you will get an "unres
4747

4848
Add `SCOUT_DRIVER=tntsearch` to your `.env` file
4949

50+
Then you should publish `scout.php` configuration file to your config directory
51+
52+
```bash
53+
php artisan vendor:publish --provider="Laravel\Scout\ScoutServiceProvider"
54+
```
55+
5056
In your `config/scout.php` add:
5157

5258
```php

0 commit comments

Comments
 (0)