See https://codeigniter.com/userguide3/tutorial/index.html.
If you want CodeIgniter4 version, see https://github.com/kenjis/ci3-to-4-news.
codeigniter/
├── application/
├── composer.json
├── composer.lock
├── public/
│ ├── .htaccess
│ └── index.php
└── vendor/
└── codeigniter/
└── framework/
└── system/
- PHP 7.2 or later
composer
command (See Composer Installation)- Git
$ git clone https://github.com/kenjis/ci3-news
$ cd /path/to/ci3-news/
$ composer install
$ php public/index.php dbfixture/migrate
$ php public/index.php dbfixture/seed
$ bin/server.sh
$ composer test
$ composer coverage