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
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,14 @@
2
2
3
3
---
4
4
5
-
<!--
6
-
7
-
[](https://packagist.org/packages/typesense/laravel-typesense)
8
-
9
-
[](https://packagist.org/packages/typesense/laravel-typesense) [](https://packagist.org/packages/typesense/laravel-typesense)
This package makes it easy to add full text search support to your models with Laravel 7.\* to 8.\*.
19
10
11
+
[](https://packagist.org/packages/typesense/laravel-scout-typesense-driver)[](https://packagist.org/packages/typesense/laravel-scout-typesense-driver)
12
+
20
13
## Contents
21
14
22
15
-[Installation](#installation)
@@ -31,7 +24,7 @@ This package makes it easy to add full text search support to your models with L
- Replace `devloopsnet/laravel-typesense` in your composer.json requirements with `typesense/laravel-typesense`
164
+
- Replace `devloopsnet/laravel-typesense` in your composer.json requirements with `typesense/laravel-scout-typesense-driver`
172
165
- The Scout driver is now called `typesense`, instead of `typesensesearch`. This should be reflected by setting the SCOUT_DRIVER env var to `typesense`,
173
166
and changing the config/scout.php config key from `typesensesearch` to `typesense`
174
167
- Instead of importing `Devloops\LaravelTypesense\*`, you should import `Typesense\LaravelTypesense\*`
175
168
- Instead of models implementing `Devloops\LaravelTypesense\Interfaces\TypesenseSearch`, they should implement `Typesense\LaravelTypesense\Interfaces\TypesenseDocument`
176
169
- In the rare case where the `TypesenseEngine` method `delete` is called directly, all the model instances passed to the method must now belong to the same Typesense index
177
170
178
171
## Authors
179
-
This package was based off of https://github.com/AbdullahFaqeir and his company DevLoops' work, https://github.com/devloopsnet/laravel-scout-typesense-engine. Other contributors include:
172
+
This package was originally authored by [Abdullah Al-Faqeir](https://github.com/AbdullahFaqeir) and his company DevLoops: https://github.com/devloopsnet/laravel-scout-typesense-engine. It has since been adopted into the Typesense Github org.
0 commit comments