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
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,20 @@ After that you can search your models with:
128
128
129
129
`Post::search('Bugs Bunny')->get();`
130
130
131
+
##Scout status
132
+
133
+
`php artisan scout:status`
134
+
135
+
With this simple command you'll get a quick overview of your search indices.
136
+
137
+

138
+
139
+
Or you can pass a searchable model argument:
140
+
141
+
`php artisan scout:status "App\Models\Post"`
142
+
143
+

144
+
131
145
## Constraints
132
146
133
147
Additionally to `where()` statements as conditions, you're able to use Eloquent queries to constrain your search. This allows you to take relationships into account.
0 commit comments