定制 qeezer/lumen-roadrunner 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

qeezer/lumen-roadrunner

最新稳定版本:v1.0.0

Composer 安装命令:

composer require qeezer/lumen-roadrunner

包简介

Lumen framework run by roadrunner.

README 文档

README

Easy way for connecting RoadRunner and Lumen^6.x applications.

usage

  1. Require package

composer require qeezer/lumen-roadrunner

  1. Add provider to bootstrap/app.php
/*
|--------------------------------------------------------------------------
| Register Service Providers
|--------------------------------------------------------------------------
|
| Here we will register all of the application's service providers which
| are used to bind services into the container. Service providers are
| totally optional, so you are not required to uncomment this line.
|
*/

// add provider
$app->register(\QeeZer\LumenRoadRunner\Providers\LumenServiceProvider::class);
// $app->register(App\Providers\AppServiceProvider::class);
// $app->register(App\Providers\AuthServiceProvider::class);
// $app->register(App\Providers\EventServiceProvider::class);
  1. Copy the rr config file to base directory.

The config file docs.

cp ./vendor/qeezer/lumen-roadrunner/config/.rr.yaml ./

  1. Download rr binary file.

./vendor/bin/rr get

  1. Run it.

./rr serve

The Laravel's roadrunner

https://github.com/spiral/roadrunner-laravel

Warning

Please see https://github.com/spiral/roadrunner-laravel/blob/master/README.md to learn.

统计信息

  • 总下载量: 34
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-07-26