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
- Host: GitHub
- URL: https://github.com/kenjis/ci4-viewi-tour-of-heroes
- Owner: kenjis
- License: mit
- Created: 2022-10-15T08:48:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T08:03:27.000Z (over 2 years ago)
- Last Synced: 2025-02-01T20:45:40.572Z (4 months ago)
- Topics: codeigniter, codeigniter4, viewi
- Language: PHP
- Homepage:
- Size: 166 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-heroesIf 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/