updg / roadrunner-laravel
This package is abandoned and no longer maintained.
No replacement package was suggested.
1.0.0
2019-01-25 04:05 UTC
Requires
- spiral/roadrunner: ^1.3
- symfony/psr-http-message-bridge: ^1.1
Requires (Dev)
None
Suggests
- laravel/framework: Can work with Laravel 4 and Laravel 5
- laravel/lumen: Can work with Lumen 4 and Lumen 5
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2025-11-15 02:13:02 UTC
README
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.