PHP code example of in-square / pimcore-favicon-bundle
1. Go to this page and download the library: Download in-square/pimcore-favicon-bundle 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/ */
in-square / pimcore-favicon-bundle example snippets
return [
// ...
InSquare\PimcoreFaviconBundle\InSquarePimcoreFaviconBundle::class => ['all' => true],
];
bash
php bin/console assets:install
php bin/console pimcore:bundle:install InSquarePimcoreFaviconBundle