PHP code example of floriankarsten / merkur-blocks-loader

1. Go to this page and download the library: Download floriankarsten/merkur-blocks-loader 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/ */

    

floriankarsten / merkur-blocks-loader example snippets


// Default settings
[
	'floriankarsten.merkur-blocks-loader' => [
		'cache' => true,
		'dirname' => 'blocks'
	],
]