Looking to hire Laravel developers? Try LaraJobs

roadrunner-laravel maintained by soheily98

Authors
Last update
2020/06/21 15:02 (dev-master)
License
Links
Downloads
13

Comments
comments powered by Disqus

RoadRunner <-> Laravel/Lumen Bridge

In order to Laravel and Lumen work properly with RoadRunner you have to use this library. Without it Laravel not reseting some components and can end up with bugs.

Installation

Require this library using composer

composer req soheily98/roadrunner-laravel

Create psr-worker.php file and add this content to it

<?php
require __DIR__ . "/vendor/autoload.php";

$bridge = new \soheily98\roadrunner\laravel\Bridge();
$bridge->start();

That's it! Now just run RoadRunner server.