Skip to content

Commit c08090d

Browse files
authored
Update README.md
1 parent adcc9cc commit c08090d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![Latest Stable Version](https://poser.pugx.org/sdpmlab/codeigniter4-roadrunner/v)](//packagist.org/packages/sdpmlab/codeigniter4-roadrunner) [![Total Downloads](https://poser.pugx.org/sdpmlab/codeigniter4-roadrunner/downloads)](//packagist.org/packages/sdpmlab/codeigniter4-roadrunner) [![Latest Unstable Version](https://poser.pugx.org/sdpmlab/codeigniter4-roadrunner/v/unstable)](//packagist.org/packages/sdpmlab/codeigniter4-roadrunner) [![License](https://poser.pugx.org/sdpmlab/codeigniter4-roadrunner/license)](//packagist.org/packages/sdpmlab/codeigniter4-roadrunner)
88

9-
Make Codeigniter4 work on 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 completely, you need to use this library to allow your Codeigniter4 project to run using RoadRunner Server.
1010

1111
> This library is currently under development, and its functions are not yet stable. Do not use it in production environment.
1212
@@ -15,6 +15,8 @@ Make Codeigniter4 work on Roadrunner Server.
1515
### Prerequisites
1616
1. CodeIgniter Framework 4.*
1717
2. Composer
18+
3. Enable `php-curl` extension
19+
4. Enable `php-zip` extension
1820

1921
### Composer Install
2022
Use "Composer" to download the library and its dependencies to the project
@@ -31,7 +33,7 @@ php spark ciroad:init
3133
Run the command in the root directory of your project:
3234
1. Use Codeigniter4 spark command
3335
```
34-
php spark ciroad:start
36+
php spark ciroad:start -v -d
3537
```
3638
2. Use Roadrunner command in Windows
3739
```
@@ -44,7 +46,7 @@ Run the command in the root directory of your project:
4446

4547
## Server Settings
4648
The server settings are all in the project root directory ".rr.yaml". The default file will look like this:
47-
```
49+
```yaml
4850
http:
4951
address: 0.0.0.0:8080
5052
workers:
@@ -271,4 +273,4 @@ Check the current Worker operating status
271273
* Options:
272274
```
273275
-i output status continuously per second
274-
```
276+
```

0 commit comments

Comments
 (0)