Skip to content

Commit 2032523

Browse files
Merge pull request #90 from manavo/patch-1
Reference Laravel 11
2 parents 9033f69 + e5d816e commit 2032523

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Laravel Scout Typesense Driver
22

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.\*.
44

55
> [!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).
77
>
88
> 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.
99
>
@@ -99,7 +99,7 @@ In your `config/scout.php` add:
9999

100100
## Usage
101101

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.
103103

104104
After you have installed scout and the Typesense driver, you need to add the
105105
`Searchable` trait to your models that you want to make searchable. Additionaly,

0 commit comments

Comments
 (0)