Integrate generation of a multiplatform favicon with RealFaviconGenerator into your Symfony application.
Add RealFaviconGeneratorBundle by running this command from the terminal at the root of your Symfony project:
composer require venture-oak-labs/favicon-generator-bundle
To start using the bundle, register the bundle in your application's kernel class:
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new VentureOakLabs\FaviconGeneratorBundle\VentureOakLabsFaviconGeneratorBundle(),
// ...
);
}
# app/config/config.yml
venture_oak_labs_favicon_generator:
api_key: #required