@@ -24,16 +24,16 @@ More information about the plans for version 4 can be found in [CodeIgniter 4](h
2424
2525### Documentation
2626
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.
2828
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/ ) .
3030As with the rest of the framework, it is a work in progress, and will see changes over time to structure, explanations, etc.
3131
3232You might also be interested in the [ API documentation] ( https://codeigniter4.github.io/api/ ) for the framework components.
3333
3434## Important Change with index.php
3535
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,
3737for better security and separation of components.
3838
3939This 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
4848for your issues to be reviewed. If you haven't heard from one of the team in that time period,
4949feel free to leave a comment on the issue so that it gets brought back to our attention.
5050
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.
5455
5556If you raise an issue here that pertains to support or a feature request, it will
5657be 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:
9192- [ intl] ( http://php.net/manual/en/intl.requirements.php )
9293- [ mbstring] ( http://php.net/manual/en/mbstring.installation.php )
9394
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.
98100
99101Additionally, make sure that the following extensions are enabled in your PHP:
100102
0 commit comments