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

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


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

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# CodeIgniter 4 Application Starter

## Installation & updates

`composer create-project arif-rh/ci4-starter new-project` then `composer update` whenever
there is a new release of the framework.

When updating, check the release notes to see if there are any changes you might need to apply
to your `app` folder. The affected files can be copied or merged from
`vendor/codeigniter4/framework/app`.

## Setup

Copy `env` to `.env` and tailor for your app, specifically the `baseURL` and any database settings.

## 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)
- Included default theme using [Free Bootstrap 4 Material Design UI Kit](https://www.creative-tim.com/product/material-kit)