File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CodeIgniter 4 Application Starter
22
33## What is CodeIgniter?
4+
45CodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure.
56More information can be found at the [ official site] ( http://codeigniter.com ) .
67
@@ -22,12 +23,12 @@ More information about the plans for version 4 can be found in [the announcement
2223The user guide corresponding to this version of the framework can be found
2324[ here] ( https://codeigniter4.github.io/userguide/ ) .
2425
25- ##Installation & updates
26+ ## Installation & updates
2627
2728` composer create-project codeigniter4/appstarter ` then ` composer update ` whenever
2829there is a new release of the framework.
2930
30- ##Setup
31+ ## Setup
3132
3233Copy ` env ` to ` .env ` and tailor for your app, specifically the baseURL
3334and any database settings.
@@ -45,6 +46,7 @@ framework are exposed.
4546The user guide updating and deployment is a bit awkward at the moment, but we are working on it!
4647
4748## Server Requirements
49+
4850PHP version 7.1 or higher is required, with the following extensions installed:
4951
5052- [ intl] ( http://php.net/manual/en/intl.requirements.php )
You can’t perform that action at this time.
0 commit comments