+ component & twig function/filter for inject assets from manifest.json

This commit is contained in:
2022-01-09 19:09:18 +03:00
parent ae36a5cb0a
commit 829231a79f
8 changed files with 149 additions and 6 deletions

View File

@ -0,0 +1,6 @@
<?php namespace Wpstudio\AssetsManifest\Classes;
class AssetsManifestException extends \ErrorException
{
}