|
1 | 1 | # CodeIgniter 4 User Guide |
2 | 2 |
|
3 | | -## What is CodeIgniter? |
4 | | - |
5 | | -CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. |
| 3 | +CodeIgniter 4 is a PHP web framework that is light, fast, flexible, and secure. |
6 | 4 | More information can be found at the [official site](http://codeigniter.com). |
7 | 5 |
|
8 | | -This repository holds a composer-installable pre-built user guide for the framework. |
9 | | -It has been built from the |
10 | | -[development repository](https://github.com/codeigniter4/CodeIgniter4). |
11 | | - |
12 | | -More information about the plans for version 4 can be found in [the announcement](http://forum.codeigniter.com/thread-62615.html) on the forums. |
13 | | - |
14 | | -## Installation & updates |
| 6 | +**This is a read-only repository used to publish the user guide for the current release.** |
| 7 | +It is built automatically as part of the framework release workflow, and pull |
| 8 | +requests are not accepted here. |
15 | 9 |
|
16 | | -`composer require codeigniter4/userguide` will install a copy |
17 | | -of the user guide inside your project, at |
18 | | -`vendor/codeigniter4/userguide`. You can then `composer update` whenever |
19 | | -there is a new release of the framework. |
| 10 | +Development is done in the [main repository](https://github.com/codeigniter4/codeigniter4). |
| 11 | +If you find problems with the user guide, please submit a correcting pull request there. |
20 | 12 |
|
| 13 | +If you feel that features are missing or unclear, please comment on our |
| 14 | +[forum](https://forum.codeigniter.com/index.php), |
| 15 | +in the appropriate CodeIgniter4 subforum. |
0 commit comments