PHP code example of jumplink / jade.php

1. Go to this page and download the library: Download jumplink/jade.php 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/ */

    

jumplink / jade.php example snippets

 php
namespace Jade;
tmp', true);
echo $jade->render('index.jade');
 php
namespace Jade;
tmp', true);
$title = "Hello World";
$header = "this is append";

git clone https://github.com/JumpLink/jade.php.git
cd jade.php/example
php -S localhost:8000
xdg-open http://localhost:8000/main.php
xdg-open http://localhost:8000/variables.php

git clone https://github.com/JumpLink/jade.php.git
cd jade.php
composer install
php vendor/bin/phpunit src/tests/EachTest.php