hotwired-laravel / turbo-laravel

This package gives you a set of conventions to make the most out of Hotwire in Laravel.
https://turbo-laravel.com
MIT License
793 stars 48 forks source link

Add a `$request->wantsTurboStreams()` plural #122

Closed tonysm closed 10 months ago

tonysm commented 10 months ago

We have a $request->wantsTurboStream() (singular), and I think it would be a good idea to also have the plural version as an alias (works the same as the singular version).