| Package Data | |
|---|---|
| Maintainer Username: | qeezer |
| Maintainer Contact: | 184353381@qq.com (qeezer) |
| Package Create Date: | 2021-07-07 |
| Package Last Update: | 2022-05-11 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-29 15:00:45 |
| Package Statistics | |
|---|---|
| Total Downloads: | 28 |
| Monthly Downloads: | 4 |
| Daily Downloads: | 0 |
| Total Stars: | 4 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Easy way for connecting RoadRunner and Lumen^6.x applications.
composer require qeezer/lumen-roadrunner
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);
cp ./vendor/qeezer/lumen-roadrunner/config/.rr.yaml ./
./vendor/bin/rr get
./rr serve
https://github.com/spiral/roadrunner-laravel
Please see https://github.com/spiral/roadrunner-laravel/blob/master/README.md to learn.