To get started with Vista, you need to have PHP 8.4 installed on your system.
composer require nullaidev/vista
public/index.php
require_once __DIR__ . '/../vendor/autoload.php'; const NULLAI_VISTA_VIEWS_FOLDER = __DIR__ . '/views'; echo new \Nullai\Vista\View('home');