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

Commit 693629a

Browse files
gkarugimsonowal
authored andcommitted
add documentation about laravel auto-discovery
1 parent ecc641a commit 693629a

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 add the ServiceProvider to the Package Service Providers in `config/app.php`
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`
2727

2828
```php
2929
/*

0 commit comments

Comments
 (0)