Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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');