Skip to content

Commit

Permalink
Merge pull request #90 from manavo/patch-1
Browse files Browse the repository at this point in the history
Reference Laravel 11
  • Loading branch information
AbdullahFaqeir committed Apr 7, 2024
2 parents 9033f69 + e5d816e commit 2032523
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Laravel Scout Typesense Driver

This package makes it easy to add full text search support to your models with Laravel 7.\* to 10.\*.
This package makes it easy to add full text search support to your models with Laravel 7.\* to 11.\*.

> [!IMPORTANT]
> 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).
> 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).
>
> 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.
>
Expand Down Expand Up @@ -99,7 +99,7 @@ In your `config/scout.php` add:

## Usage

If you are unfamiliar with Laravel Scout, we suggest reading it's [documentation](https://laravel.com/docs/10.x/scout) first.
If you are unfamiliar with Laravel Scout, we suggest reading it's [documentation](https://laravel.com/docs/11.x/scout) first.

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

0 comments on commit 2032523

Please sign in to comment.