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.
1 parent 7dd006f commit 99dc470Copy full SHA for 99dc470
docs/query-builder.txt
@@ -385,7 +385,8 @@ whereLike() and whereNotLike() Methods
385
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
386
387
The following methods provide the same functionality as using the
388
-``like`` query operator to match patterns:
+:ref:`like <laravel-query-builder-pattern>` query operator to match
389
+patterns:
390
391
- ``whereLike()``: Matches a specified pattern. By default, this method
392
performs a case-insensitive match. You can enable case-sensitivity by
0 commit comments