Skip to content

Commit f6e2d61

Browse files
authored
Publish the scout.php file
1 parent c3ce55b commit f6e2d61

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)