toastnz/favicon

Silverstripe Favicon

Installs: 3 999

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

2.0.0 2023-05-18 23:26 UTC

This package is auto-updated.

Last update: 2024-04-19 01:17:05 UTC


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