I need to implement AWS open search in laravel 8 did any one have idea how can we get this? any reference link or tutorial ? does any one have doing same before ?
I need to implement AWS open search in laravel 8 did any one have idea how can we get this? any reference link or tutorial ? does any one have doing same before ?
I've implemented OpenSearch with a couple of projects on Laravel 9 recently. Here is the instruction on how to install OpenSearch: https://opensearch.org/docs/latest/opensearch/install/index/
And this is the really simple custom Laravel Scout engine you may use: https://github.com/romangrinev/laravel-openseach-engine