How to implement localization in livewire SPA app?
In laravel 11 / livewire 3.5 app I want to localize 3 pages and I created my own middleware app/Http/Middleware/SetLocaleMiddleware.php:
Laravel Livewire post request does not work with localization web URL prefix
I have a problem with setting Laravel 11 locale and livewire 3 working together. The problem is that the Livewire post request ‘POST: livewire/update’ fails, I’m getting a 404 response but if I disable the locale prefix and Middleware, livewire works fine.