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
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Laravel Scout Typesense Driver
2
2
3
-
This package makes it easy to add full text search support to your models with Laravel 7.\* to 10.\*.
3
+
This package makes it easy to add full text search support to your models with Laravel 7.\* to 11.\*.
4
4
5
5
> [!IMPORTANT]
6
-
> The features from the Scout driver in this repo have been merged upstream into [Laravel Scout natively](https://laravel.com/docs/10.x/scout#typesense).
6
+
> The features from the Scout driver in this repo have been merged upstream into [Laravel Scout natively](https://laravel.com/docs/11.x/scout#typesense).
7
7
>
8
8
> So we've temporarily paused development in this repo and plan to instead address any issues or improvements in the native [Laravel Scout](https://github.com/laravel/scout) driver instead.
9
9
>
@@ -99,7 +99,7 @@ In your `config/scout.php` add:
99
99
100
100
## Usage
101
101
102
-
If you are unfamiliar with Laravel Scout, we suggest reading it's [documentation](https://laravel.com/docs/10.x/scout) first.
102
+
If you are unfamiliar with Laravel Scout, we suggest reading it's [documentation](https://laravel.com/docs/11.x/scout) first.
103
103
104
104
After you have installed scout and the Typesense driver, you need to add the
105
105
`Searchable` trait to your models that you want to make searchable. Additionaly,
0 commit comments