toastnz / favicon
Silverstripe Favicon
Installs: 5 712
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
README
Manage site's favicon in the CMS
Requirements
See composer.json
Install
composer require toastnz/favicon
Usage
Upload your Favicon under Settings in the CMS and add the variable $FaviconMetaTags to the template, within the <head> tag:
<head> ... $FaviconMetaTags </head>
Note: this module includes a route to /favicon.ico so you might want to ensure no /favicon.ico file exists in the root folder of the site