First basic working version with twig
This commit is contained in:
10
src/index.php
Normal file
10
src/index.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Ardent\Game;
|
||||
|
||||
include '../vendor/autoload.php';
|
||||
include "renderer.php";
|
||||
|
||||
$renderer = new renderer();
|
||||
|
||||
echo $renderer->render('index.html.twig');
|
Reference in New Issue
Block a user