Learning Codeigniter 4 - Folder structure Written By Marco Monteiro
July 06, 2020

Let’s go into a deap dive about the codeigniter folder structure.

Codeigniter
|-- App
|   |-- Config
|   |-- Controllers
|   |-- Database
|   |-- Filters
|   |-- Helpers
|   |-- Language
|   |-- Libraries
|   |-- Models
|   |-- ThirdParty
|   |-- Views
|-- Public
|-- System
|-- Tests
|-- Writable

This is the basic Codeigniter 4 structure. On this video you’ll learn all about it.

Codeigniter   PHP   Web Dev