roots / acorn

Laravel components for WordPress plugins and themes
https://roots.io/acorn/
MIT License
825 stars 94 forks source link

🩹 Always register the default route #357

Closed Log1x closed 8 months ago

Log1x commented 8 months ago

I added a conditional to check for shouldHandleDefaultRequest() before registering the default WordPress route in #356 but it is unnecessary and breaks custom routes (or at least Livewire, in my testing).