# 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 (opens new window).
Here's a demo Laravel app that shows you the Typesense Scout integration in action:
Source Code (opens new window)
# Key Highlights
- Here's (opens new window) how to configure the Scout integration.
- Here's (opens new window) how to configure the model.
- Here's (opens new window) the official Laravel Scout documentation on how to set up the Typesense integration.