Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 338 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 338 Bytes

lumen-swoole

Documention

  1. copy package_path\Config\swooleserver.php to project_path\config\swooleserver.php
  2. edit public\app.php
$app->loadComponent('swooleserver', [
        LumenSwoole\SwooleServiceProvide::class
    ], 'lumen.swoole')->server()->run();
  1. run it
cd project_path/
php public/app.php