We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e374cf1 commit 96ddd42Copy full SHA for 96ddd42
README.md
@@ -18,6 +18,7 @@ If you don't use Symfony Flex:
18
19
## Usage
20
21
+- require the RoadRunner download utility: `composer require --dev spiral/roadrunner-cli`
22
- get the RoadRunner binary: `vendor/bin/rr get --location bin/`
23
- run RoadRunner with `bin/rr serve` or `bin/rr serve -c .rr.dev.yaml` (watch mode)
24
- visit your app at http://localhost:8080
composer.json
@@ -34,6 +34,7 @@
34
},
35
"suggest": {
36
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation",
37
+ "spiral/roadrunner-cli": "For easy installation of RoadRunner",
38
"symfony/proxy-manager-bridge": "For doctrine re-connection implementation"
39
40
"require-dev": {
0 commit comments