2
2
3
3
## What is CodeIgniter?
4
4
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.
6
6
More information can be found at the [ official site] ( http://codeigniter.com ) .
7
7
8
8
This repository holds a composer-installable app starter.
9
- It has been built from the
9
+ It has been built from the
10
10
[ development repository] ( https://github.com/codeigniter4/CodeIgniter4 ) .
11
11
12
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.
13
13
14
14
The 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/ ) .
16
16
17
17
## Installation & updates
18
18
@@ -38,20 +38,19 @@ not to the project root. A better practice would be to configure a virtual host
38
38
framework are exposed.
39
39
40
40
** 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!
42
41
43
42
## Repository Management
44
43
45
44
We use Github issues, in our main repository, to track ** BUGS** and to track approved ** DEVELOPMENT** work packages.
46
45
We use our [ forum] ( http://forum.codeigniter.com ) to provide SUPPORT and to discuss
47
46
FEATURE REQUESTS.
48
47
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.
50
49
Problems with it can be raised on our forum, or as issues in the main repository.
51
50
52
51
## Server Requirements
53
52
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:
55
54
56
55
- [ intl] ( http://php.net/manual/en/intl.requirements.php )
57
56
- [ libcurl] ( http://php.net/manual/en/curl.requirements.php ) if you plan to use the HTTP\CURLRequest library
0 commit comments