Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (16 loc) · 666 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 666 Bytes

My Favicon plugin for Craft CMS 4.x

CraftCMS plugin generating favicon.

Requirements

This plugin requires Craft CMS 4.x

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require akagibi/myfavicon
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for My Favicon.

Using String Urlencode

Go to My Favicon → Settings → Select image.

Rendering html code in template:

{{ craft.myfavicon.html }}

Brought to you by Akagibi