turbo-laravel
turbo-laravel copied to clipboard
This package gives you a set of conventions to make the most out of Hotwire in Laravel.
Requests done inside a Turbo Frame have a special Header, such as `Turbo-Frame: post_311`. By detecting if this header exists, we can programmatically avoid rendering the layout and only render...
Hi, I was wondering if there was an easy 'configuration' based way to be able to use singular nouns rather than the conventional plural. So instead of `comments.create` and `comments.store`...
Saw [this PR](https://github.com/hotwired/turbo-rails/pull/427#event-10712495624) on `turbo-rails` and thought I'd make sure we also support this.
When we send a broadcasting job to be processed in background, because the job payload can be anything (whatever you want to pass to the view), we don't really use...
I'm not sure how well (or if at all) Turbo works with the new version of Livewire. Need to give it a try.
### Changelog - Adds morph method to Turbo Streams (broadcasts, responses, etc) - Fix not being able to return custom turbo streams on HTTP response without a view (it should...