pike / slim-jade
A helper for slim framework view to allow the use of phpJade as a template engine
dev-master
2016-11-01 05:42 UTC
Requires
- kylekatarnls/jade-php: dev-master
- slim/slim: ^3.0.0@beta
Requires (Dev)
- pug-php/pug: ^2.4
- slim/slim: ^3.0.0@beta
This package is not auto-updated.
Last update: 2025-03-29 20:59:04 UTC
README
Jade templating for Slim3
This is pretty much a copy of the Twig Views implementation for Slim 3
===============
Use at your own risk, I haven't used it much yet. Requires Slim 3 and at least PHP 5.4.0
Install
$ composer require pike/slim-jade
Injection
$view = new Slim\Views\JadeView( $pathToYourTemplates, $ArrayOfYourSettings );
** I have no idea what I'm doing with packagist and github **