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

https://github.com/kenjis/ci4-viewi-tour-of-heroes

CodeIgniter4 Viewi Tour of Heroes app
https://github.com/kenjis/ci4-viewi-tour-of-heroes

codeigniter codeigniter4 viewi

Last synced: 2 months ago
JSON representation

CodeIgniter4 Viewi Tour of Heroes app

Awesome Lists containing this project

README

        

# CodeIgniter4 Viewi Tour of Heroes app

This repository demonstrates CodeIgniter4 and Viewi integration with Tour of Heroes app.

This tutorial app comes from:
- https://viewi.net/tutorial
- https://github.com/ivanvoitovych/tour-of-heroes

If you want to know CodeIgniter4 and Viewi, see [CodeIgniter4 Viewi Demo](https://github.com/kenjis/ci4-viewi-demo).

## How to Run

```console
$ git clone https://github.com/kenjis/ci4-viewi-tour-of-heroes.git
$ cd ci4-viewi-tour-of-heroes/
$ composer install
```

```console
$ php spark serve
```

Navigate to .

## Folder Structure

```
.
├── 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
```

## References

- [CodeIgniter4 Viewi Demo](https://github.com/kenjis/ci4-viewi-demo)
- https://www.codeigniter.com/
- https://viewi.net/