Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

faustbrian-archives/laravel-cookie-consent

Repository files navigation

Laravel CookieConsent

Build Status PHP from Packagist Latest Version License

Installation

Require this package, with Composer, in the root directory of your project.

$ composer require artisanry/cookie-consent

Configuration

Laravel Cookie Consent supports optional configuration.

To get started, you'll need to publish all vendor assets:

$ php artisan vendor:publish --provider="Artisanry\CookieConsent\ServiceProvider"

This will create a config/cookie-consent.php file in your app that you can modify to set your configuration. Also, make sure you check for changes to the original config file in this package between releases.

Usage

Render the Cookie Constent "Container"
{!! CookieConsent::render() !!}

Testing

$ phpunit

Security

If you discover a security vulnerability within this package, please send an e-mail to hello@basecode.sh. All security vulnerabilities will be promptly addressed.

Credits

This project exists thanks to all the people who contribute.

License

Mozilla Public License Version 2.0 (MPL-2.0).