@@ -24,16 +24,16 @@ More information about the plans for version 4 can be found in [CodeIgniter 4](h
24
24
25
25
### Documentation
26
26
27
- The [ User Guide] ( https://codeigniter4.github.io/userguide / ) is the primary documentation for CodeIgniter 4.
27
+ The [ User Guide] ( https://codeigniter.com/user_guide / ) is the primary documentation for CodeIgniter 4.
28
28
29
- The current ** in-progress** User Guide can be found [ here ] ( https://codeigniter4.github.io/CodeIgniter4/ ) .
29
+ You will also find the [ current ** in-progress** User Guide] ( https://codeigniter4.github.io/CodeIgniter4/ ) .
30
30
As with the rest of the framework, it is a work in progress, and will see changes over time to structure, explanations, etc.
31
31
32
32
You might also be interested in the [ API documentation] ( https://codeigniter4.github.io/api/ ) for the framework components.
33
33
34
34
## Important Change with index.php
35
35
36
- index.php is no longer in the root of the project! It has been moved inside the * public* folder,
36
+ ` index.php ` is no longer in the root of the project! It has been moved inside the * public* folder,
37
37
for better security and separation of components.
38
38
39
39
This means that you should configure your web server to "point" to your project's * public* folder, and
@@ -48,9 +48,10 @@ CodeIgniter is developed completely on a volunteer basis. As such, please give u
48
48
for your issues to be reviewed. If you haven't heard from one of the team in that time period,
49
49
feel free to leave a comment on the issue so that it gets brought back to our attention.
50
50
51
- We use GitHub issues to track ** BUGS** and to track approved ** DEVELOPMENT** work packages.
52
- We use our [ forum] ( http://forum.codeigniter.com ) to provide SUPPORT and to discuss
53
- FEATURE REQUESTS.
51
+ > [ !IMPORTANT]
52
+ > We use GitHub issues to track ** BUGS** and to track approved ** DEVELOPMENT** work packages.
53
+ > We use our [ forum] ( http://forum.codeigniter.com ) to provide SUPPORT and to discuss
54
+ > FEATURE REQUESTS.
54
55
55
56
If you raise an issue here that pertains to support or a feature request, it will
56
57
be closed! If you are not sure if you have found a bug, raise a thread on the forum first -
@@ -91,10 +92,11 @@ PHP version 7.4 or higher is required, with the following extensions installed:
91
92
- [ intl] ( http://php.net/manual/en/intl.requirements.php )
92
93
- [ mbstring] ( http://php.net/manual/en/mbstring.installation.php )
93
94
94
- > ** Warning**
95
- > The end of life date for PHP 7.4 was November 28, 2022. If you are
96
- > still using PHP 7.4, you should upgrade immediately. The end of life date
97
- > for PHP 8.0 will be November 26, 2023.
95
+ > [ !WARNING]
96
+ > The end of life date for PHP 7.4 was November 28, 2022.
97
+ > The end of life date for PHP 8.0 was November 26, 2023.
98
+ > If you are still using PHP 7.4 or 8.0, you should upgrade immediately.
99
+ > The end of life date for PHP 8.1 will be November 25, 2024.
98
100
99
101
Additionally, make sure that the following extensions are enabled in your PHP:
100
102
0 commit comments