PHP code example of pug-php / pug-filter-stylus

1. Go to this page and download the library: Download pug-php/pug-filter-stylus library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

pug-php / pug-filter-stylus example snippets


$pug = new Pug();
$pug->render('template.pug', array(
    'color' => 'red',
));