You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`index.php` is no longer in the root of the project! It has been moved inside the *public* folder,
22
+
for better security and separation of components.
23
+
24
+
This means that you should configure your web server to "point" to your project's *public* folder, and
25
+
not to the project root. A better practice would be to configure a virtual host to point there. A poor practice would be to point your web server to the project root and expect to enter *public/...*, as the rest of your logic and the
26
+
framework are exposed.
27
+
28
+
**Please** read the user guide for a better explanation of how CI4 works!
29
+
The user guide updating and deployment is a bit awkward at the moment, but we are working on it!
30
+
31
+
## Repository Management
32
+
We use Github issues to track **BUGS** and to track approved **DEVELOPMENT** work packages.
33
+
We use our [forum](http://forum.codeigniter.com) to provide SUPPORT and to discuss
34
+
FEATURE REQUESTS.
35
+
36
+
If you raise an issue here that pertains to support or a feature request, it will
37
+
be closed! If you are not sure if you have found a bug, raise a thread on the forum first -
38
+
someone else may have encountered the same thing.
39
+
40
+
Before raising a new Github issue, please check that your bug hasn't already
41
+
been reported or fixed.
42
+
43
+
We use pull requests (PRs) for CONTRIBUTIONS to the repository.
44
+
We are looking for contributions that address one of the reported bugs or
45
+
approved work packages.
46
+
47
+
Do not use a PR as a form of feature request.
48
+
Unsolicited contributions will only be considered if they fit nicely
49
+
into the framework roadmap.
50
+
Remember that some components that were part of CodeIgniter 3 are being moved
51
+
to optional packages, with their own repository.
52
+
53
+
## Contributing
54
+
We welcome contributions from the community.
55
+
56
+
Please read the [*Contributing to CodeIgniter*](https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing.md) section in the development repository.
57
+
58
+
## Server Requirements
59
+
PHP version 7.1 or higher is required, with the following extensions installed:
0 commit comments