Skip to content

regularjogger/oc-cookieconsent-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OC CookieConsent

TODO desc

Requires

  • PHP version 8.0 or higher

Instructions

Instal the plugin

php artisan plugin:install RegularJogger.CookieConsent --from=git@github.com:regularjogger/cookieconsent-plugin.git

Add the cookieBar componennt to your layout(s)

{% component 'cookieBar' %} is made available to you to do that. Feel free to place it anywhere in your markup as it doesn't output anything by itself. Just make sure it's included before {% styles %} and {% scripts %} placeholders as it populates these.

Check your locale settings for both the app and your sites

TODO.

How to open the preferences modal anywhere (e.g., Privacy Policy page) using data-cc attribute

<button type="button" data-cc="show-preferencesModal">Manage cookie preferences</button>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors