You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Codeigniter4-RoadRunner provides the synchroniztion of the Request and Response object between Roadrunner-Worker and Codeigniter4. Since Codeigniter4 doesn't implement PSR-7 standard completely, you need to use this library to allow your Codeigniter4 project to run using RoadRunner Server.
9
+
Codeigniter4-RoadRunner provides the synchroniztion of the Request and Response object between Roadrunner-Worker and Codeigniter4. Since Codeigniter4 doesn't implement [PSR-7 standard](https://codeigniter.tw/user_guide/intro/psr.html) completely, you need to use this library to allow your Codeigniter4 project to run using RoadRunner Server.
10
10
11
11
> This library is currently under development, and its functions are not yet stable. Do not use it in production environment.
12
12
@@ -62,7 +62,7 @@ static:
62
62
dir: "public"
63
63
forbid: [".php", ".htaccess"]
64
64
```
65
-
You can create your configuration file according to the [Roadrunner document](https://roadrunner.dev/docs).
65
+
You can create your configuration file according to the [Roadrunner document](https://roadrunner.dev/docs/intro-config).
0 commit comments