Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/'
~~~