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

Support partials in a sub-folder #135

Closed tonysm closed 8 months ago

tonysm commented 8 months ago

Some Laravel application samples keep partials in a partials folder instead of following the convention of prefixing them with underscores. We should allow both cases.