UPDG Roadrunner Laravel Save

Simple bridge between Symfony and RoadRunner.

Project README

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 updg/roadrunner-laravel

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

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

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

That's it! Now just run RoadRunner server.

Open Source Agenda is not affiliated with "UPDG Roadrunner Laravel" Project. README Source: UPDG/roadrunner-laravel
Stars
43
Open Issues
3
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating