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 2 - Installation

run the following commands:

Install Viewi

composer require viewi/viewi

Create a new Viewi application

vendor/bin/viewi new

Now you should be able to run your application:

cd public

php -S localhost:8000

Next step