PHP code example of jacksleight / lazy-logo

1. Go to this page and download the library: Download jacksleight/lazy-logo 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/ */

    

jacksleight / lazy-logo example snippets


'custom_logo_url' => [
    'nav' => '/cp/lazy-logo/nav.svg',
    'outside' => '/cp/lazy-logo/outside.svg',
],

'custom_css_url' => '/cp/lazy-logo/cp.css',

'theme' => 'lazy-logo',