Creating a contact manager with Codeigniter 4 - Installation Written By Marco Monteiro
October 15, 2020

On this video we start to create our codeigniter project. We’ll be creating a contact manager.

All the code on this video can be seen on the following github repository.

Repositories used in the project:

Codeigniter4/AppStarter

$ composer create-project codeigniter4/appstarter ./

Bootstrap

$ npm install bootstrap

jQuery

$ npm install jquery
Codeigniter   PHP   Web Dev