From 1b2b3dfe183506c8c624a0d0ac707701c4ed3ee3 Mon Sep 17 00:00:00 2001 From: ibrataha8 Date: Sun, 23 Jul 2023 11:10:35 +0100 Subject: [PATCH 1/3] update readme add icons to title --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7d2940a21246..3890ebc161cb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CodeIgniter 4 Development +# CodeIgniter 4 Development [![PHPUnit](https://github.com/codeigniter4/CodeIgniter4/workflows/PHPUnit/badge.svg)](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-phpunit.yml) [![PHPStan](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-phpstan.yml/badge.svg)](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-phpstan.yml) @@ -11,7 +11,7 @@ [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/codeigniter4/CodeIgniter4/pulls)
-## What is CodeIgniter? +## What is CodeIgniter? 🤔 CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. More information can be found at the [official site](https://codeigniter.com). @@ -22,7 +22,7 @@ while still keeping as many of the things intact that has made people love the f 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. -### Documentation +### Documentation 📚 The [User Guide](https://codeigniter4.github.io/userguide/) is the primary documentation for CodeIgniter 4. @@ -31,7 +31,7 @@ As with the rest of the framework, it is a work in progress, and will see change You might also be interested in the [API documentation](https://codeigniter4.github.io/api/) for the framework components. -## Important Change with index.php +## Important Change with index.php ❗ 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. @@ -42,7 +42,7 @@ framework are exposed. **Please** read the user guide for a better explanation of how CI4 works! -## Repository Management +## Repository Management 🗄️ CodeIgniter is developed completely on a volunteer basis. As such, please give up to 7 days for your issues to be reviewed. If you haven't heard from one of the team in that time period, @@ -69,7 +69,7 @@ into the framework roadmap. Remember that some components that were part of CodeIgniter 3 are being moved to optional packages, with their own repository. -## Contributing +## Contributing 🤝 We **are** accepting contributions from the community! It doesn't matter whether you can code, write documentation, or help find bugs, all contributions are welcome. @@ -84,7 +84,7 @@ CodeIgniter has had thousands on contributions from people since its creation. T Made with [contrib.rocks](https://contrib.rocks). -## Server Requirements +## Server Requirements 📋 PHP version 7.4 or higher is required, with the following extensions installed: @@ -97,6 +97,6 @@ Additionally, make sure that the following extensions are enabled in your PHP: - [mysqlnd](http://php.net/manual/en/mysqlnd.install.php) if you plan to use MySQL - [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library -## Running CodeIgniter Tests +## Running CodeIgniter Tests 🏃‍♂️✅ Information on running the CodeIgniter test suite can be found in the [README.md](tests/README.md) file in the tests directory. From 94b92689a6b2d7a14d668331df641172b9692913 Mon Sep 17 00:00:00 2001 From: ibrataha8 <115188113+ibrataha8@users.noreply.github.com> Date: Tue, 25 Jul 2023 21:25:07 +0100 Subject: [PATCH 2/3] Update README.md Co-authored-by: kenjis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3890ebc161cb..6d8e0d6373cc 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ into the framework roadmap. Remember that some components that were part of CodeIgniter 3 are being moved to optional packages, with their own repository. -## Contributing 🤝 +## Contributing 🤝 We **are** accepting contributions from the community! It doesn't matter whether you can code, write documentation, or help find bugs, all contributions are welcome. From 456ac281b47ac31e1ac0ecb9816f302da9863d8b Mon Sep 17 00:00:00 2001 From: ibrataha8 <115188113+ibrataha8@users.noreply.github.com> Date: Tue, 25 Jul 2023 21:25:59 +0100 Subject: [PATCH 3/3] Update README.md Co-authored-by: kenjis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d8e0d6373cc..9ee37bc29628 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CodeIgniter 4 Development +# CodeIgniter 4 Development [![PHPUnit](https://github.com/codeigniter4/CodeIgniter4/workflows/PHPUnit/badge.svg)](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-phpunit.yml) [![PHPStan](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-phpstan.yml/badge.svg)](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-phpstan.yml)