-
-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Description
I want to use custom latte macros, now I must copy whole file latte-lint.php to my file then edit it. It's not good for future updates.
I would imagine usage like this:
require __DIR__ . '/vendor/autoload.php';
$booting = new Booting();
$engine = $booting->boot()
->createContainer()
->getByType(Engine::class)
LatteLinter::run($engine);Metadata
Metadata
Assignees
Labels
No labels