Download the PHP package schnti/cookie without Composer
On this page you can find all versions of the php package schnti/cookie. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download schnti/cookie
More information about schnti/cookie
Files in schnti/cookie
Download schnti/cookie
More information about schnti/cookie
Files in schnti/cookie
Please rate this library. Is it a good library?
Informations about the package cookie
Cookie Approval Plugin
A plugin for Kirby 3 CMS that shows an cookie approval banner to use in your templates.
Commercial Usage
This plugin is free but if you use it in a commercial project please consider
Installation
Download
Download the files and place them inside site/plugins/cookie
.
Composer
Git Submodule
You can add the plugin as a Git submodule.
$ cd your/project/root
$ git submodule add https://github.com/schnti/kirby3-cookie.git site/plugins/cookie
$ git submodule update --init --recursive
$ git commit -am "Add Kirby Cookie plugin"
Run these commands to update the plugin:
$ cd your/project/root
$ git submodule foreach git checkout master
$ git submodule foreach git pull
$ git commit -am "Update submodules"
$ git submodule update --init --recursive
CSS (SCSS)
Options
Config options
You can set the following default options in your config.php
:
How to use it
use this right before closing </body>
tag
All versions of cookie with dependencies
PHP Build Version
Package Version
Requires
getkirby/composer-installer Version
^1.1
The package schnti/cookie contains the following files
Loading the files please wait ....