This repository demonstrates CodeIgniter4 and Viewi integration with Tour of Heroes app.
This tutorial app comes from:
If you want to know CodeIgniter4 and Viewi, see CodeIgniter4 Viewi Demo.
$ git clone https://github.com/kenjis/ci4-viewi-tour-of-heroes.git
$ cd ci4-viewi-tour-of-heroes/
$ composer install
$ php spark serve
Navigate to http://localhost:8080/.
.
├── app/
│ ├── Adapters/ ... Adapters for Viewi
│ └── ViewiApp/ ... Viewi App
│ ├── Components/
│ │ ├── Models/
│ │ ├── Services/
│ │ └── Views/
│ ├── build/ ... Do not touch
│ ├── config.php ... Viewi config file
│ └── routes.php ... Viewi routes file
├── public/
│ └── viewi-build/ ... Do not touch