We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccacbdf + a3b1e45 commit 15104c5Copy full SHA for 15104c5
README.md
@@ -197,7 +197,7 @@ Behavior can be changed by modifying the `scout.mysql` Laravel configuration val
197
* `scout.mysql.mode` - The [mode](#mode) used to determine how the driver runs search queries. Acceptable values are
198
`NATURAL_LANGUAGE`,`BOOLEAN`,`LIKE` and `LIKE_EXPANDED`.
199
200
-* `scout.mysql.model_directories` - If no model parameter is provided to the included `php artisian scout:mysql-index`
+* `scout.mysql.model_directories` - If no model parameter is provided to the included `php artisan scout:mysql-index`
201
command the directories defined here will be searched for Model's with the `Laravel\Scout\Searchable` trait
202
and a MySQL connection.
203
0 commit comments