# Laravel Chorus Docs ## Docs - [Channel Prefixes](https://chorus.pixelsprout.dev/advanced/channel-prefixes.md): Implement multi-tenant channel routing and custom prefix resolvers for scalable Laravel Chorus applications. - [Chorus Actions](https://chorus.pixelsprout.dev/chorus-actions.md): Master Chorus Actions - the powerful RPC-style system for handling multi-table write operations with validation, offline support, and optimistic updates. - [Commands](https://chorus.pixelsprout.dev/commands.md): Laravel Chorus provides several Artisan commands to help you manage real-time synchronization. All commands use the `chorus:` prefix. - [Authorization](https://chorus.pixelsprout.dev/concepts/authorization.md): Learn how to use Laravel policies to control which users receive harmonics and ensure secure real-time synchronization. - [Harmonics](https://chorus.pixelsprout.dev/concepts/harmonics.md): Understand harmonics - the core concept behind Laravel Chorus's real-time synchronization system. - [Harmonics Trait](https://chorus.pixelsprout.dev/concepts/harmonics-trait.md): Learn how to add the Harmonics trait to your Laravel models to enable real-time synchronization. - [Sync Fields](https://chorus.pixelsprout.dev/concepts/sync-fields.md): Field selection strategies for optimal performance and security in Laravel Chorus. - [Sync Filters](https://chorus.pixelsprout.dev/concepts/sync-filters.md): Control which records are synchronized to each user with filtering mechanisms. - [Write Path](https://chorus.pixelsprout.dev/concepts/write-path.md): Understand how Laravel Chorus handles client writes, validation, offline support, and conflict resolution. - [Getting Started](https://chorus.pixelsprout.dev/getting-started.md): Set up Laravel Chorus in your application and start synchronizing your models in minutes. - [How Chorus Works](https://chorus.pixelsprout.dev/how-chorus-works.md): Deep dive into Laravel Chorus architecture, data flow, and synchronization mechanisms. - [Alpine.js Integration](https://chorus.pixelsprout.dev/integrations/alpine.md): Integrate Laravel Chorus with Alpine.js for real-time, reactive applications. - [React Integration](https://chorus.pixelsprout.dev/integrations/react.md): Complete guide to integrating Laravel Chorus with React for real-time, offline-capable applications. - [Vanilla JavaScript](https://chorus.pixelsprout.dev/integrations/vanilla-js.md): Vanilla JavaScript integration for Laravel Chorus (Coming Soon) - [Vue Integration](https://chorus.pixelsprout.dev/integrations/vue.md): Complete guide to integrating Laravel Chorus with Vue.js for real-time, offline-capable applications. - [What is Chorus?](https://chorus.pixelsprout.dev/what-is-chorus.md): Learn about Laravel Chorus, a real-time synchronization engine that delivers lightning-fast user experiences and robust offline support. ## OpenAPI Specs - [openapi](https://chorus.pixelsprout.dev/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/pixelsprout/laravel-chorus) - [Support](mailto:support@pixelsprout.dev)