honeydt/fatheme

A package that installs Codeigniter's core via Composer.

Maintainers

Package info

github.com/fireantlabs/fatheme

Issues

pkg:composer/honeydt/fatheme

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 3

dev-master 2018-01-31 02:40 UTC

This package is not auto-updated.

Last update: 2026-03-23 14:44:06 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 Alt text

  1. Install:
composer require fireantlabs/fatheme
  1. Go application -> Config -> Autoload.php
$psr4 = ['Theme' =>FCPATH.'themes']

Config eviroment to development --> Show debug bar

$_SERVER['CI_ENVIRONMENT'] = 'development';