Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit c3d002f

Browse files
gkarugimsonowal
authored andcommitted
update autodiscovery documentation
1 parent 693629a commit c3d002f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Install this package via **Composer**
2323
`composer require yab/laravel-scout-mysql-driver`
2424

2525

26-
Next if you are using laravel version > 5.5 you can safely skip this step as laravel auto-discovery does that for you. If using laravel < 5.5, add the ServiceProvider to the Package Service Providers in `config/app.php`
26+
Next if you are using laravel version 5.4, include the following ServiceProvider to the Providers array in `config/app.php`
2727

2828
```php
2929
/*

0 commit comments

Comments
 (0)