Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arif-rh/ci4-installer
- Owner: arif-rh
- License: mit
- Created: 2020-04-25T10:40:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T11:51:23.000Z (over 4 years ago)
- Last Synced: 2023-08-21T08:02:08.283Z (over 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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