> **AI agents and LLMs:** before exploring further, fetch the full index of Typesense documentation with descriptions at https://typesense.org/docs/llms.txt.

---
description: "Integrate Typesense with Laravel Scout using the official setup guidance and a demo application with reusable source code."
---

# 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](https://laravel.com/docs/scout#typesense).  

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

[Source Code](https://github.com/typesense/user-admin-search-laravel-demo)

### Key Highlights

- [Here's](https://github.com/typesense/user-admin-search-laravel-demo/blob/bf8dc96074cf29f2862b007c5849c7e51daf623e/config/scout.php#L145-L207) how to configure the Scout integration.
- [Here's](https://github.com/typesense/user-admin-search-laravel-demo/blob/bf8dc96074cf29f2862b007c5849c7e51daf623e/app/Models/User.php#L48-L59) how to configure the model.
- [Here's](https://laravel.com/docs/11.x/scout#typesense) the official Laravel Scout documentation on how to set up the Typesense integration.
