feat: add example in pdf and html

fix: styles dir with twig
This commit is contained in:
Matthieu Bessat 2022-02-22 13:59:24 +01:00
commit d045d04cc9
6 changed files with 222 additions and 2 deletions

View file

@ -7,7 +7,7 @@ use Twig\Extra\Intl\IntlExtension;
require 'vendor/autoload.php';
$data = Yaml::parseFile('./bill.yaml');
$data = Yaml::parseFile('./bill.example.yaml');
$totalDays = 0;
foreach ($data['categories'] as $i => $category) {