turbo-laravel
Build fast Laravel apps with Hotwire partial page updates
All Skills in This Repository (5)
Pure Emerald Level Indicatorsdeveloping-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
FAQPage SchemaHow to install Turbo Laravel?โผ
Run `npx skills add hotwired-laravel/turbo-laravel --all -g -y` in your terminal to install all skills in this suite globally.
What does Turbo Laravel do?โผ
It integrates Hotwire Turbo with Laravel so pages update partially and in real time without full reloads or heavy JavaScript. You get Blade components, helpers, and broadcasting tools out of the box.
How do I update part of a page in Laravel?โผ
Use Turbo Streams with the turbo_stream() helper or the x-turbo::stream Blade component to append, replace, or remove page elements. Streams work as HTTP responses or real-time WebSocket broadcasts.
Can I test Turbo features in Laravel?โผ
Yes. The InteractsWithTurbo trait lets you simulate Turbo requests and assert stream responses, and TurboStream::fake() captures broadcasts for assertions in PHPUnit or Pest.
Does Turbo Laravel work with AI coding agents?โผ
Yes. The included skills teach AI agents the conventions for Turbo Drive, Frames, Streams, and testing so they generate correct Laravel code from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core