PHP code example of nerdcel / kirby3-blade-extensions

1. Go to this page and download the library: Download nerdcel/kirby3-blade-extensions 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/ */

    

nerdcel / kirby3-blade-extensions example snippets


'nerdcel.kirby3-blade-extensions' => [
    'directives' => ['name' => method(), ...],
    'ifs' => ['name' => method(), ...]
]