gboston / craft-cookie-though

Install and configure Cookie Though with ease in CraftCMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookie Though plugin for Craft CMS 3.x

Install and configure Cookie Though with ease.

This plugin provides support for the installation and the configuration of Cookie Though. It provides the latest version of Cookie Though, it saves preferences in CraftCMS and exposes those to the Cookie Though instance.

It doesn’t implement the cookies, so implementing the cookies is up to you!

More info on how to use Cookie Though can be found on the official documentation website.

Styling

This plugin doesn't provide support for styling, as that's something that you should define in your application's stylesheet. How to style Cookie Though?

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later.

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 timvermaercke/cookie-though
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Cookie Though.

Configuring Cookie Though

Go the plugin settings and configure Cookie Though the way you like.

Screenshot

Cookie Though Roadmap

  • Translatable config for multilingual applications

About

Install and configure Cookie Though with ease in CraftCMS

License:MIT License


Languages

Language:PHP 53.3%Language:Twig 46.7%