Hotwire for Laravel
Official@hotwired-laravel
A set of Laravel libraries and packages to ease building modern web apps by sending HTML over the wire.
Agent Skills by Hotwire for Laravel
Showing 5 vetted skills indexed across 1 GitHub repositories.
developing-with-turbo-basics
Apply Turbo Drive, Frames, and Streams in Laravel Blade components.
developing-with-turbo-drive
Enable Turbo Drive in Laravel apps to fetch and render pages without full reloads.
developing-with-turbo-frames
Implement Turbo Frames for partial page updates in Laravel applications.
developing-with-turbo-streams
Implement Turbo Streams for real-time page updates in Laravel applications.
developing-with-turbo-tests
Validate Turbo Streams, Turbo Frames, and Hotwire Native interactions in Laravel feature tests.
Frequently Asked Questions About Hotwire for Laravel
FAQPage SchemaWhat specific web development tasks does Hotwire for Laravel enable?▼
It enables the implementation of single-page application experiences within Laravel by sending HTML over the wire. You can perform partial page updates, enable seamless navigation without full reloads, and push real-time UI updates directly from the server to the browser using Turbo components.
Which target personas benefit from using these libraries?▼
These libraries are designed for Laravel developers who want to build dynamic, responsive web interfaces without adopting heavy JavaScript frameworks. It is ideal for engineers prioritizing server-side rendering and simplified state management within the existing Blade ecosystem.
What are the primary prerequisites for implementing these features?▼
Implementation requires a functional Laravel environment and the inclusion of the specific Turbo-related packages. Developers must be familiar with Blade templating and the underlying Turbo protocol to correctly configure Frames and Streams for their specific application requirements.