Skip to content

Commit b549c44

Browse files
authored
Merge pull request #6829 from kenjis/update-README
docs: update README.md
2 parents ecac1ab + 7465030 commit b549c44

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
## What is CodeIgniter?
1313

1414
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure.
15-
More information can be found at the [official site](http://codeigniter.com).
15+
More information can be found at the [official site](https://codeigniter.com).
1616

1717
This repository holds the source code for CodeIgniter 4 only.
1818
Version 4 is a complete rewrite to bring the quality and the code into a more modern version,
1919
while still keeping as many of the things intact that has made people love the framework over the years.
2020

21-
More information about the plans for version 4 can be found in [the announcement](http://forum.codeigniter.com/thread-62615.html) on the forums.
21+
More information about the plans for version 4 can be found in [CodeIgniter 4](https://forum.codeigniter.com/forumdisplay.php?fid=28) on the forums.
2222

2323
### Documentation
2424

@@ -69,12 +69,12 @@ to optional packages, with their own repository.
6969

7070
## Contributing
7171

72-
We **are** accepting contributions from the community! It doesn't matter whether you can code, write documentation, or help find bugs,
73-
all contributions are welcome.
72+
We **are** accepting contributions from the community! It doesn't matter whether you can code, write documentation, or help find bugs,
73+
all contributions are welcome.
7474

7575
Please read the [*Contributing to CodeIgniter*](https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/README.md).
7676

77-
CodeIgniter has had thousands on contributions from people since its creation. This project would not be what it is without them.
77+
CodeIgniter has had thousands on contributions from people since its creation. This project would not be what it is without them.
7878

7979
<a href="https://github.com/codeigniter4/CodeIgniter4/graphs/contributors">
8080
<img src="https://contrib.rocks/image?repo=codeigniter4/CodeIgniter4" />
@@ -86,7 +86,6 @@ Made with [contrib.rocks](https://contrib.rocks).
8686

8787
PHP version 7.4 or higher is required, with the following extensions installed:
8888

89-
9089
- [intl](http://php.net/manual/en/intl.requirements.php)
9190
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library
9291
- [mbstring](http://php.net/manual/en/mbstring.installation.php)
@@ -95,7 +94,7 @@ Additionally, make sure that the following extensions are enabled in your PHP:
9594

9695
- json (enabled by default - don't turn it off)
9796
- xml (enabled by default - don't turn it off)
98-
- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php)
97+
- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php) if you plan to use MySQL
9998

10099
## Running CodeIgniter Tests
101100

admin/framework/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@
33
## What is CodeIgniter?
44

55
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure.
6-
More information can be found at the [official site](http://codeigniter.com).
6+
More information can be found at the [official site](https://codeigniter.com).
77

8-
This repository holds the distributable version of the framework,
9-
including the user guide. It has been built from the
8+
This repository holds the distributable version of the framework.
9+
It has been built from the
1010
[development repository](https://github.com/codeigniter4/CodeIgniter4).
1111

12-
More information about the plans for version 4 can be found in [the announcement](http://forum.codeigniter.com/thread-62615.html) on the forums.
12+
More information about the plans for version 4 can be found in [CodeIgniter 4](https://forum.codeigniter.com/forumdisplay.php?fid=28) on the forums.
1313

14-
The user guide corresponding to this version of the framework can be found
14+
The user guide corresponding to the latest version of the framework can be found
1515
[here](https://codeigniter4.github.io/userguide/).
1616

17-
1817
## Important Change with index.php
1918

2019
`index.php` is no longer in the root of the project! It has been moved inside the *public* folder,
@@ -47,10 +46,10 @@ PHP version 7.4 or higher is required, with the following extensions installed:
4746

4847
- [intl](http://php.net/manual/en/intl.requirements.php)
4948
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library
49+
- [mbstring](http://php.net/manual/en/mbstring.installation.php)
5050

5151
Additionally, make sure that the following extensions are enabled in your PHP:
5252

5353
- json (enabled by default - don't turn it off)
54-
- [mbstring](http://php.net/manual/en/mbstring.installation.php)
55-
- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php)
5654
- xml (enabled by default - don't turn it off)
55+
- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php) if you plan to use MySQL

admin/starter/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
## What is CodeIgniter?
44

55
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure.
6-
More information can be found at the [official site](http://codeigniter.com).
6+
More information can be found at the [official site](https://codeigniter.com).
77

88
This repository holds a composer-installable app starter.
99
It has been built from the
1010
[development repository](https://github.com/codeigniter4/CodeIgniter4).
1111

12-
More information about the plans for version 4 can be found in [the announcement](http://forum.codeigniter.com/thread-62615.html) on the forums.
12+
More information about the plans for version 4 can be found in [CodeIgniter 4](https://forum.codeigniter.com/forumdisplay.php?fid=28) on the forums.
1313

14-
The user guide corresponding to this version of the framework can be found
14+
The user guide corresponding to the latest version of the framework can be found
1515
[here](https://codeigniter4.github.io/userguide/).
1616

1717
## Installation & updates
@@ -54,10 +54,10 @@ PHP version 7.4 or higher is required, with the following extensions installed:
5454

5555
- [intl](http://php.net/manual/en/intl.requirements.php)
5656
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library
57+
- [mbstring](http://php.net/manual/en/mbstring.installation.php)
5758

5859
Additionally, make sure that the following extensions are enabled in your PHP:
5960

6061
- json (enabled by default - don't turn it off)
61-
- [mbstring](http://php.net/manual/en/mbstring.installation.php)
62-
- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php)
6362
- xml (enabled by default - don't turn it off)
63+
- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php) if you plan to use MySQL

0 commit comments

Comments
 (0)