Skip to content

Enables use of the jade preprocessor together with the Slim Framework

License

Notifications You must be signed in to change notification settings

jlndk/slim-jade

Repository files navigation

#Jade for Slim framework Build Status

This is a helper for the Slim framework, that allows the use of jade-php, together with Slim

Install

Via Composer

$ composer require jlndk/slim-jade

Requires Slim Framework 3 and PHP 5.4.0 or newer.

How to use

<?php
require 'vendor/autoload.php';

$app = new \Slim\Slim(array(
    'view' => new \Jlndk\SlimJade\Jade()
));

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Enables use of the jade preprocessor together with the Slim Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •