fireantlabs / fatheme
A package that installs Codeigniter's core via Composer.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
pkg:composer/fireantlabs/fatheme
This package is not auto-updated.
Last update: 2025-12-01 12:39:14 UTC
README
Codeigniter 4 Basic Theme
codeigniter/
├── application/
├── composer.json
├── composer.lock
├── public/
| ├── themes/
| | └── Default
| | └── views
| | ├── partial
| | └── layouts
│ ├── .htaccess
│ └── index.php
└── vendor/
└── codeigniter/
└── framework/
└── system/
I custom view helper of codeigniter 4 framework to config the theme with Code Modules
SEE THE IMAGE ==> Layout of Theme

- Install:
composer require fireantlabs/fatheme
- Go application -> Config -> Autoload.php
$psr4 = ['Theme' =>FCPATH.'themes']
Config eviroment to development --> Show debug bar
$_SERVER['CI_ENVIRONMENT'] = 'development';