workerman
workerman copied to clipboard
Running Laravel with workerman
Hello,
Is it possible to have workerman running laravel framework and serving all its requests?
What should be done to do so?
Hi @cayolblake Here is a repo may help you. https://github.com/JieAnthony/laravel-octane-workerman
Perfect. Thanks @walkor
After trying it, it seems quite unstable, got memory leaks and leans bad performance against other Octane packages.
I'll read through the code and hopefully might be able to mimic what's been done there in a simpler way.
Thanks for pointing me to this package :)
@cayolblake Maybe now you can try laravel-octane-workerman
@mouyong you mean this https://github.com/JieAnthony/laravel-octane-workerman ?
@cayolblake yes.