What problem does it solve?
Gale enables server-driven reactivity in Laravel applications by combining Server-Sent Events (SSE) with Alpine.js to drive real-time UI updates directly from Blade templates, avoiding heavy front-end frameworks.
Core Features & Use Cases
- Server-driven reactivity with SSE and Alpine.js that updates components in real-time without full page reloads.
- Auto-trigger behavior when controller methods or Blade templates are created or edited, and when developers mention reactive concepts in Laravel.
- Includes patterns for fragments, navigation, polling, file uploads, streaming, and DOM manipulation within Laravel contexts.
Quick Start
Install Gale in your Laravel project and begin annotating controllers and blades to enable server-driven reactivity.