Back to Typesense

Laravel Scout Integration

docs-site/content/guide/reference-implementations/laravel-scout-integration.md

latest944 B
Original Source

Laravel Scout Integration

Laravel supports a native integration with Typesense, via Laravel Scout.

Here's the official documentation on how to set up this integration: https://laravel.com/docs/scout#typesense.

Here's a demo Laravel app that shows you the Typesense Scout integration in action:

Source Code

Key Highlights

  • Here's how to configure the Scout integration.
  • Here's how to configure the model.
  • Here's the official Laravel Scout documentation on how to set up the Typesense integration.