You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# CodeIgniter 4 Framework
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
6
More information can be found at the [official site](http://codeigniter.com).
6
7
@@ -29,6 +30,7 @@ framework are exposed.
29
30
The user guide updating and deployment is a bit awkward at the moment, but we are working on it!
30
31
31
32
## Repository Management
33
+
32
34
We use Github issues to track **BUGS** and to track approved **DEVELOPMENT** work packages.
33
35
We use our [forum](http://forum.codeigniter.com) to provide SUPPORT and to discuss
34
36
FEATURE REQUESTS.
@@ -51,12 +53,14 @@ Remember that some components that were part of CodeIgniter 3 are being moved
51
53
to optional packages, with their own repository.
52
54
53
55
## Contributing
56
+
54
57
We welcome contributions from the community.
55
58
56
59
Please read the [*Contributing to CodeIgniter*](https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing.md) section in the development repository.
57
60
58
61
## Server Requirements
59
-
PHP version 7.1 or higher is required, with the following extensions installed:
62
+
63
+
PHP version 7.2 or higher is required, with the following extensions installed:
0 commit comments