awan / ci4-adminlte3
CodeIgniter4 integrated with AdminLTE 3 by awan
Installs: 185
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
Language:JavaScript
Type:project
pkg:composer/awan/ci4-adminlte3
Requires
- php: >=7.2
- codeigniter4/framework: ^4
Requires (Dev)
- fzaninotto/faker: ^1.9@dev
- mikey179/vfsstream: 1.6.*
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-10-06 19:49:01 UTC
README
This project is Integration between CodeIgniter 4 with AdminLTE 3 by Awan
Installation & updates
There are multiple ways to install.
-
Via Git Clone
git clone https://github.com/awanz/ci4-adminlte3.git
-
Via Composer
composer create-project awan/ci4-adminlte3
If installation success, dont forget update with command
composer update, then you can run project with command
php spark serve
Setup
Copy env to .env and tailor for your app, specifically the baseURL
and any database settings.
Usage
- Example View
<?= $this->extend('layouts/master') ?> <?= $this->section('head') ?> <!-- External Lib for Head --> <?= $this->endSection() ?> <?= $this->section('foot') ?> <!-- External Lib for Foot --> <?= $this->endSection() ?> <?= $this->section('content') ?> <!-- Content Here --> <?= $this->endSection() ?>
in controller or router, dont forget for insert variable title
$data['title'] = "Your Tittle";
breadcrumb title
$data['breadcrumb_title'] = "Breadcrumb Title";
and breadcrumb content
$data['breadcrumb'] = array( array( 'title' => 'Home', 'link' => 'dashboard' ), array( 'title' => 'Breadcrumb Title', 'link' => null ) );
if no have link url or want actived link set null
Server Requirements
PHP version 7.2 or higher is required, with the following extensions installed:
Additionally, make sure that the following extensions are enabled in your PHP: