You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Install this package via **Composer**
23
23
`composer require yab/laravel-scout-mysql-driver`
24
24
25
25
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`
0 commit comments