mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-03-15 05:04:08 +03:00
4 lines
135 B
PHP
4 lines
135 B
PHP
<?php
|
|
include __DIR__ . "/../src/Handlebars/Autoloader.php";
|
|
$base = __DIR__ . "/../src";
|
|
$loader = \Handlebars\Autoloader::register(); |