PHP code example of medienbaecker / kirby-autofavicon
1. Go to this page and download the library: Download medienbaecker/kirby-autofavicon 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/ */
medienbaecker / kirby-autofavicon example snippets
# site/config/config.php
return [
'medienbaecker.autofavicon.text' => 'B',
'medienbaecker.autofavicon.color' => '#000000',
'medienbaecker.autofavicon.color_dark' => '#FFFFFF'
]
snippet('autofavicon')