Laravel-swoole: Cannot start server

Created on 5 May 2018  ·  6Comments  ·  Source: swooletw/laravel-swoole

I am getting this error

$ php artisan swoole:http start
Starting swoole http server...
Swoole http server started: http://127.0.0.1:1215

In Manager.php line 459:

Call to undefined function SwooleTW\Http\Server\swoole_set_process_name()

pls help

help wanted question

Most helpful comment

its 100% working as it should be :)

All 6 comments

Hi, make sure you install swoole extension correctly. Type php -m | grep swoole to check it.

I am using windows and xampp. pls help me to install swoole extension.

Swoole doesn't support windows yet.

ive done it on windows 10 , if u have windows wsl bash on ubuntu...
just follow the installation in linux and you will be good to go

Yes, you may run Swoole on Window 10's ubuntu environment. But I haven't done that on Windows 10, can't guarantee if it's 100% working.

its 100% working as it should be :)

Was this page helpful?
0 / 5 - 0 ratings