This is a PHP full-stack web framework Project that inspired by CodeIgniter 4 Framework, see official site.
This repository holds the distributable version of the project, development repository.
- beta test v1.0 --prebuild
PHP version 7.2 or higher is required, with the following extensions installed:
Additionally, make sure that the following extensions are enabled in your PHP:
- json (enabled by default - don't turn it off)
- mbstring
- mysqlnd
- xml (enabled by default - don't turn it off)
29-07-2020 23:00 WIB
-
setup preparation
-
setup route, bootstrapping
-
setup base controller config
-
adding Default Controller
-
setup & adding view
30-07-2020 00:30 WIB
-
composer setup package
-
install documentor/documentor
30-07-2020 15:25 WIB
-
setup model
-
database wrapping
- pre-doc
- we are open for contribute this project, great thanks
- thanks for codeigniter developer, see official site.