roadrunner-php / laravel-bridge

🌉 RoadRunner ⇆ Laravel bridge 🇺🇦❤️
https://roadrunner.dev/docs/integration-laravel
MIT License
373 stars 25 forks source link

do this work with livewire? #136

Open vahidalvandi opened 9 months ago

vahidalvandi commented 9 months ago

If you have any questions feel free to ask do this work with livewire?

tarampampam commented 9 months ago

About 2 years ago I wrote a listener for working with Livewire:

https://github.com/roadrunner-php/laravel-bridge/blob/d7f11740fe1732f32b28bc4b86dc25136dc4930a/src/Listeners/ResetLivewireListener.php#L10-L39

Does something not work properly?

vahidalvandi commented 9 months ago

thank you. but not work dd();

??

tarampampam commented 9 months ago

Without a detailed example of the source code, I can't say anything useful, sorry.

vahidalvandi commented 9 months ago

When inside the controller command dd(12); instead of the black screen of this function which is written in 12, it shows an error

This page isn’t working127.0.0.1 is currently unable to handle this request. HTTP ERROR 500

tarampampam commented 9 months ago

Hm.. How does it relate to Livewire?

vahidalvandi commented 9 months ago

It has nothing to do with livewire, it's the same everywhere