PHP code example of hounddog / hd-route-layouts

1. Go to this page and download the library: Download hounddog/hd-route-layouts 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/ */

    

hounddog / hd-route-layouts example snippets


php composer.phar  a version, type `0.*`)

array(
    'route_layouts' => array(
        'my/route' => 'layout/some-layout',
    ),
);