This site is built with Viewi itself. It is experimental and still in development. If you see any bugs please do not hesitate and open an issue or DM me on Twitter.

Tour of Heroes

Step 1 - Set up

Create a folder for your project.

Inside this folder, create a public folder with index.php in it:

<?php

require __DIR__ . '/../vendor/autoload.php';

Next step