1212## What is CodeIgniter?
1313
1414CodeIgniter 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
1717This repository holds the source code for CodeIgniter 4 only.
1818Version 4 is a complete rewrite to bring the quality and the code into a more modern version,
1919while 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
7575Please 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
8787PHP 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
0 commit comments