-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Context
At first, we decided to build an integration for Laravel Scout by staying completely compliant/conformed with the original laravel/scout package. See meilisearch-laravel-scout.
The goal? To integrate this repository into the official laravel/scout package (as Algolia already is) by showing that people use it. This is now done! 🎉
But, despite this laravel-scout integration, we noticed some of the contributors would like a laravel-scout-extended integration, I mean with more friendly methods to handle settings in this repository, as this PR suggests. We refused this kind of PRs in meilisearch-laravel-scout since it would make our integration non-compliant with the official laravel/scout.
Decision with the community
According to this issue, and after the merge of the MeiliSearch support into Laravel/Scout, we have decided to:
- deprecate the meilisearch-laravel-scout repo and redirect the user to the official laravel/scout repo.
- make a new repository laravel-scout-extended, like the one Algolia provides.