issues
search
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
803
stars
50
forks
source link
Allow configuring partials path pattern
#136
Closed
tonysm
closed
10 months ago
tonysm
commented
10 months ago
Changed
Allows configuring the partials path pattern. Until now, the partials path pattern was hardcoded to
{plural}._{singular}
, but with these opt-in changes, we can now define it to
{plural}.partials.{singular}
or any other pattern you want to set.
closes #135
Changed
{plural}._{singular}
, but with these opt-in changes, we can now define it to{plural}.partials.{singular}
or any other pattern you want to set.closes #135