Skip to content

Commit 2f67290

Browse files
authored
Update README.md
1 parent dbc0288 commit 2f67290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
[![Downloads count][badge_downloads_count]][link_packagist]
1212
[![License][badge_license]][link_license]
1313

14-
> Source code of this package was transferred from [avto-dev/roadrunner-laravel](https://github.com/avto-dev/roadrunner-laravel) package by its author. Release `v3.3.0` are same in both packages. Any future releases will be published in this repository _(previous package was abandoned)_.
15-
1614
Easy way for connecting [RoadRunner][roadrunner] and [Laravel][laravel] applications.
1715

1816
## Installation
@@ -33,6 +31,8 @@ $ php ./artisan vendor:publish --provider='Spiral\RoadRunnerLaravel\ServiceProvi
3331

3432
**Important**: despite the fact that worker allows you to refresh application instance on each HTTP request _(if worker started with option `--refresh-app`, eg.: `php ./vendor/bin/rr-worker start --refresh-app`)_, we strongly recommend avoiding this for performance reasons. Large applications can be hard to integrate with RoadRunner _(you must decide which of service providers must be reloaded on each request, avoid "static optimization" in some cases)_, but it's worth it.
3533

34+
> 🐋 If you want to see an example of a laravel application in a docker container with RoadRunner as a web server - take a look at [this repository](https://github.com/tarampampam/laravel-roadrunner-in-docker).
35+
3636
### Upgrading guide (`v3.x` → `v4.x`)
3737

3838
- Update current package in your application:

0 commit comments

Comments
 (0)