Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arif-rh/ci4-installer

Installer for CodeIgniter 4 starter project managed inside sub directory
https://github.com/arif-rh/ci4-installer

Last synced: 23 days ago
JSON representation

Installer for CodeIgniter 4 starter project managed inside sub directory

Awesome Lists containing this project

README

        

# CodeIgniter 4 Installer

## Installation

1. `composer create-project arif-rh/ci4-installer ci4-project`
2. `cd ci4-project`
3. edit `.env` set app.baseURL to yours

## Features

- Using Dynamic Model with Built-in Relationship feature [DynaModel](https://github.com/arif-rh/ci4-dynamic-model)
- Customize layout based on [CI4 Themes](https://github.com/arif-rh/ci4-themes)
- Encourage team to use same coding standard before commit