Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noraziz/aci-manis
A CodeIgniter adMin pAnel skeletoN for Information System project
https://github.com/noraziz/aci-manis
admin-panel codeigniter codeigniter4 twig user-management
Last synced: about 1 month ago
JSON representation
A CodeIgniter adMin pAnel skeletoN for Information System project
- Host: GitHub
- URL: https://github.com/noraziz/aci-manis
- Owner: noraziz
- License: mit
- Created: 2023-02-03T01:58:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T02:45:45.000Z (over 1 year ago)
- Last Synced: 2024-11-14T14:42:41.494Z (about 2 months ago)
- Topics: admin-panel, codeigniter, codeigniter4, twig, user-management
- Language: PHP
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aci-manis
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](https://tcpdf.org)
* Twig Template: [ci4-twiggy](https://github.com/noraziz/ci4-twiggy)
* Aauth User Management : [ci4-aauth](https://github.com/noraziz/CodeIgniter-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/'
~~~