@@ -11,13 +11,6 @@ It has been built from the
1111
1212** This is pre-release code and should not be used in production sites.**
1313
14- ---
15-
16- ** CAUTION: This app starter is EXPERIMENTAL, and likely to change before
17- the framework release. We are looking for feedback and suggestions!**
18-
19- ---
20-
2114More information about the plans for version 4 can be found in [ the announcement] ( http://forum.codeigniter.com/thread-62615.html ) on the forums.
2215
2316The user guide corresponding to this version of the framework can be found
@@ -28,6 +21,10 @@ The user guide corresponding to this version of the framework can be found
2821` composer create-project codeigniter4/appstarter ` then ` composer update ` whenever
2922there is a new release of the framework.
3023
24+ When updating, check the release notes to see if there are any changes you might need to apply
25+ to your ` app ` folder. The affected files can be copied or merged from
26+ ` vendor/codeigniter4/framework/app ` .
27+
3128## Setup
3229
3330Copy ` env ` to ` .env ` and tailor for your app, specifically the baseURL
@@ -45,6 +42,15 @@ framework are exposed.
4542** Please** read the user guide for a better explanation of how CI4 works!
4643The user guide updating and deployment is a bit awkward at the moment, but we are working on it!
4744
45+ ## Repository Management
46+
47+ We use Github issues, in our main repository, to track ** BUGS** and to track approved ** DEVELOPMENT** work packages.
48+ We use our [ forum] ( http://forum.codeigniter.com ) to provide SUPPORT and to discuss
49+ FEATURE REQUESTS.
50+
51+ This repository is a "distribution" one, built by our release preparation script.
52+ Problems with it can be raised on our forum, or as issues in the main repository.
53+
4854## Server Requirements
4955
5056PHP version 7.2 or higher is required, with the following extensions installed:
0 commit comments