noraziz / aci-manis
A CodeIgniter adMin pANel skeleton for Information System project
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.3
- codeigniter4/framework: ^4
- google/recaptcha: ^1.2
- noraziz/ci4-aauth: ^0.1.0
- noraziz/ci4-twiggy: ^0.2.1
- tecnickcom/tcpdf: ^6.6
- vectorface/googleauthenticator: ^3.0
Requires (Dev)
- phpunit/phpunit: ^9.1
This package is auto-updated.
Last update: 2025-03-23 07:10:41 UTC
README
A CodeIgniter adMin pANel skeleton for Information System project.
As always, sorry for my bad English :)
Features
- Modular
- Admin Panel
- User Manager
- UI Type: developer, user, public
Requirements
- PHP 7.3 or later
- CodeIgniter 4.2 or later
Core Engine
- Codeigniter4 Modular
- Bootstrap v4
- PDF Engine TCPDF
- Twig Template: ci4-twiggy
- Aauth User Management : ci4-aauth
Installation
Getting source code
Clone this project
$ git clone https://github.com/noraziz/aci-manis
OR
Download latest release version from github.
Complete setup
Run composer install
to download project requirements.
Set codeigniter-4 environment
Always remember to setting .env
file.
app.baseURL = 'http://localhost/public/'