https://github.com/arif-rh/ci4-starter
https://github.com/arif-rh/ci4-starter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arif-rh/ci4-starter
- Owner: arif-rh
- License: mit
- Created: 2020-03-29T11:30:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T14:06:16.000Z (about 5 years ago)
- Last Synced: 2025-01-01T00:45:29.571Z (5 months ago)
- Language: PHP
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
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)