Skip to content

pappercup/laras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laras

just for learn

使用:

  • 依赖

    • php >= 7.2.0
    • laravel = 5.5.*
    • swoole >= 4.0.4
  • 安装

composer require pappercup/laras
php artisan vendor:publish
  • 配置

    config/swoole.php

  • 使用

// http: start stop reload restart
php artisan swoole:http start

// websocket
php artisan swoole:websocket start
  • TODO:

    • pool(mysql, redis?, ...)
    • ...