Composer
Access on packagist.org
Entry Point
Now, create a View and render it from your project main entry point, such as a typicalpublic/index.php:
Documentation Index
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');