laravel / reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.
https://reverb.laravel.com
MIT License
1.02k stars 71 forks source link

Add a way to know what is being used for event loop #165

Closed cornzzy closed 4 months ago

cornzzy commented 4 months ago

Is there any way I can make sure the event loop extension is working? Or even better, add an env var to set the event loop extension and show error if it's inaccessible.

This part of the doc is quite challenging to me. image

joedixon commented 4 months ago

Hey @cornzzy, that's not something we have on the roadmap right now. You can check the extension is installed on your environment by running php -m. If any of the extensions are installed, Reverb will use it.