Willem Leuverink

Results 15 comments of Willem Leuverink

Awesome! thanks @marispro

If I'm not mistaken also the interface for psr/simple-cache has changed so the implementation needs to be updated too. Since the contract is changed I don't think you can require...

Not sure if this is the problem, but I'm also experiencing some difficulties. Livewire makes under the hood requests to the backend, to a dedicated `/livewire/message` endpoint. Because of this...

Hi @ivanvermeyen thanks for the comprehensive writeup. I've since written a temporary workaround that just works ™️. By overriding the packages UrlGenerator, detecting a Livewire request & grabbing the correct...

Not sure if this helps, but you might need to add a persistent middleware to capture the locale url param https://laravel-livewire.com/docs/2.x/security#persistent-middleware Though it's been a while since first encountering this....

This looks great @ivanvermeyen! That should probably do it I'll swap this for my hacky workaround and see if I run in to any compatibility issues I can make some...

Looks like this issue is stale. Does anyone have any suggestions to do this any other way?

Thank you @akazorg. That is very much appreciated!

Hi @akazorg, any news?

Fixed by https://github.com/NativePHP/laravel/pull/367 @simonhamp?