diff --git a/README.md b/README.md index e8a48b0e0205..1508d10b28a6 100644 --- a/README.md +++ b/README.md @@ -24,16 +24,16 @@ More information about the plans for version 4 can be found in [CodeIgniter 4](h ### Documentation -The [User Guide](https://codeigniter4.github.io/userguide/) is the primary documentation for CodeIgniter 4. +The [User Guide](https://codeigniter.com/user_guide/) is the primary documentation for CodeIgniter 4. -The current **in-progress** User Guide can be found [here](https://codeigniter4.github.io/CodeIgniter4/). +You will also find the [current **in-progress** User Guide](https://codeigniter4.github.io/CodeIgniter4/). As with the rest of the framework, it is a work in progress, and will see changes over time to structure, explanations, etc. You might also be interested in the [API documentation](https://codeigniter4.github.io/api/) for the framework components. ## Important Change with index.php -index.php is no longer in the root of the project! It has been moved inside the *public* folder, +`index.php` is no longer in the root of the project! It has been moved inside the *public* folder, for better security and separation of components. 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 for your issues to be reviewed. If you haven't heard from one of the team in that time period, feel free to leave a comment on the issue so that it gets brought back to our attention. -We use GitHub issues to track **BUGS** and to track approved **DEVELOPMENT** work packages. -We use our [forum](http://forum.codeigniter.com) to provide SUPPORT and to discuss -FEATURE REQUESTS. +> [!IMPORTANT] +> We use GitHub issues to track **BUGS** and to track approved **DEVELOPMENT** work packages. +> We use our [forum](http://forum.codeigniter.com) to provide SUPPORT and to discuss +> FEATURE REQUESTS. If you raise an issue here that pertains to support or a feature request, it will 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: - [intl](http://php.net/manual/en/intl.requirements.php) - [mbstring](http://php.net/manual/en/mbstring.installation.php) -> **Warning** -> The end of life date for PHP 7.4 was November 28, 2022. If you are -> still using PHP 7.4, you should upgrade immediately. The end of life date -> for PHP 8.0 will be November 26, 2023. +> [!WARNING] +> The end of life date for PHP 7.4 was November 28, 2022. +> The end of life date for PHP 8.0 was November 26, 2023. +> If you are still using PHP 7.4 or 8.0, you should upgrade immediately. +> The end of life date for PHP 8.1 will be November 25, 2024. Additionally, make sure that the following extensions are enabled in your PHP: diff --git a/admin/framework/README.md b/admin/framework/README.md index 00cdf704c2f4..30843d0d9716 100644 --- a/admin/framework/README.md +++ b/admin/framework/README.md @@ -11,8 +11,8 @@ It has been built from the More information about the plans for version 4 can be found in [CodeIgniter 4](https://forum.codeigniter.com/forumdisplay.php?fid=28) on the forums. -The user guide corresponding to the latest version of the framework can be found -[here](https://codeigniter4.github.io/userguide/). +You can read the [user guide](https://codeigniter.com/user_guide/) +corresponding to the latest version of the framework. ## Important Change with index.php @@ -47,10 +47,11 @@ PHP version 7.4 or higher is required, with the following extensions installed: - [intl](http://php.net/manual/en/intl.requirements.php) - [mbstring](http://php.net/manual/en/mbstring.installation.php) -> **Warning** -> The end of life date for PHP 7.4 was November 28, 2022. If you are -> still using PHP 7.4, you should upgrade immediately. The end of life date -> for PHP 8.0 will be November 26, 2023. +> [!WARNING] +> The end of life date for PHP 7.4 was November 28, 2022. +> The end of life date for PHP 8.0 was November 26, 2023. +> If you are still using PHP 7.4 or 8.0, you should upgrade immediately. +> The end of life date for PHP 8.1 will be November 25, 2024. Additionally, make sure that the following extensions are enabled in your PHP: diff --git a/admin/starter/README.md b/admin/starter/README.md index 11d1cf13eec4..976259fc14c1 100644 --- a/admin/starter/README.md +++ b/admin/starter/README.md @@ -11,8 +11,8 @@ It has been built from the More information about the plans for version 4 can be found in [CodeIgniter 4](https://forum.codeigniter.com/forumdisplay.php?fid=28) on the forums. -The user guide corresponding to the latest version of the framework can be found -[here](https://codeigniter4.github.io/userguide/). +You can read the [user guide](https://codeigniter.com/user_guide/) +corresponding to the latest version of the framework. ## Installation & updates @@ -55,10 +55,11 @@ PHP version 7.4 or higher is required, with the following extensions installed: - [intl](http://php.net/manual/en/intl.requirements.php) - [mbstring](http://php.net/manual/en/mbstring.installation.php) -> **Warning** -> The end of life date for PHP 7.4 was November 28, 2022. If you are -> still using PHP 7.4, you should upgrade immediately. The end of life date -> for PHP 8.0 will be November 26, 2023. +> [!WARNING] +> The end of life date for PHP 7.4 was November 28, 2022. +> The end of life date for PHP 8.0 was November 26, 2023. +> If you are still using PHP 7.4 or 8.0, you should upgrade immediately. +> The end of life date for PHP 8.1 will be November 25, 2024. Additionally, make sure that the following extensions are enabled in your PHP: diff --git a/admin/starter/tests/README.md b/admin/starter/tests/README.md index ad4c74d97a24..fc40e447301e 100644 --- a/admin/starter/tests/README.md +++ b/admin/starter/tests/README.md @@ -7,7 +7,7 @@ use to test your application. Those details can be found in the documentation. ## Resources -* [CodeIgniter 4 User Guide on Testing](https://codeigniter4.github.io/userguide/testing/index.html) +* [CodeIgniter 4 User Guide on Testing](https://codeigniter.com/user_guide/testing/index.html) * [PHPUnit docs](https://phpunit.de/documentation.html) * [Any tutorials on Unit testing in CI4?](https://forum.codeigniter.com/showthread.php?tid=81830) @@ -38,7 +38,7 @@ In order to set up the database edit the details for the `tests` group in **app/Config/Database.php** or **.env**. Make sure that you provide a database engine that is currently running on your machine. More details on a test database setup are in the -[Testing Your Database](https://codeigniter4.github.io/userguide/testing/database.html) section of the documentation. +[Testing Your Database](https://codeigniter.com/user_guide/testing/database.html) section of the documentation. ## Running the tests @@ -114,5 +114,5 @@ Review the links above and always pay attention to your code coverage. Tests can include migrating, seeding, and testing against a mock or live database. Be sure to modify the test case (or create your own) to point to your seed and migrations and include any additional steps to be run before tests in the `setUp()` method. -See [Testing Your Database](https://codeigniter4.github.io/userguide/testing/database.html) +See [Testing Your Database](https://codeigniter.com/user_guide/testing/database.html) for details. diff --git a/tests/README.md b/tests/README.md index 52ddc1e6711f..0e5dbbe3312a 100644 --- a/tests/README.md +++ b/tests/README.md @@ -7,7 +7,7 @@ use to test your application. Those details can be found in the documentation. ## Resources -* [CodeIgniter 4 User Guide on Testing](https://codeigniter4.github.io/userguide/testing/index.html) +* [CodeIgniter 4 User Guide on Testing](https://codeigniter.com/user_guide/testing/index.html) * [PHPUnit docs](https://phpunit.de/documentation.html) * [Any tutorials on Unit testing in CI4?](https://forum.codeigniter.com/showthread.php?tid=81830)