22
33## What is CodeIgniter?
44
5- CodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure.
5+ CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure.
66More information can be found at the [ official site] ( http://codeigniter.com ) .
77
88This repository holds a composer-installable app starter.
9- It has been built from the
9+ It has been built from the
1010[ development repository] ( https://github.com/codeigniter4/CodeIgniter4 ) .
1111
1212More information about the plans for version 4 can be found in [ the announcement] ( http://forum.codeigniter.com/thread-62615.html ) on the forums.
1313
1414The user guide corresponding to this version of the framework can be found
15- [ here] ( https://codeigniter4.github.io/userguide/ ) .
15+ [ here] ( https://codeigniter4.github.io/userguide/ ) .
1616
1717## Installation & updates
1818
@@ -38,20 +38,19 @@ not to the project root. A better practice would be to configure a virtual host
3838framework are exposed.
3939
4040** Please** read the user guide for a better explanation of how CI4 works!
41- The user guide updating and deployment is a bit awkward at the moment, but we are working on it!
4241
4342## Repository Management
4443
4544We use Github issues, in our main repository, to track ** BUGS** and to track approved ** DEVELOPMENT** work packages.
4645We use our [ forum] ( http://forum.codeigniter.com ) to provide SUPPORT and to discuss
4746FEATURE REQUESTS.
4847
49- This repository is a "distribution" one, built by our release preparation script.
48+ This repository is a "distribution" one, built by our release preparation script.
5049Problems with it can be raised on our forum, or as issues in the main repository.
5150
5251## Server Requirements
5352
54- PHP version 7.2 or higher is required, with the following extensions installed:
53+ PHP version 7.2 or higher is required, with the following extensions installed:
5554
5655- [ intl] ( http://php.net/manual/en/intl.requirements.php )
5756- [ libcurl] ( http://php.net/manual/en/curl.requirements.php ) if you plan to use the HTTP\CURLRequest library
0 commit comments