MadMikeyB / cookie_popup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookie Popup

GitHub Workflow Status styleci

Packagist Packagist Packagist

Package description: CHANGE ME

Installation

Install via composer

composer require larasoft-io/cookie-popup

Publish package assets

php artisan vendor:publish --provider="LarasoftIo\CookiePopup\CookiePopupServiceProvider"

Usage

  • Add \LarasoftIo\CookiePopup\Facades\CookiePopup in config/app.php aliases array:
'aliases' => [
    ...,
    'CookiePopup' => \LarasoftIo\CookiePopup\Facades\CookiePopup::class
]
  • Include {!! CookiePopup::generate() !!} on your view to show popup. That's it.

Update config/cookie-popup.php according to your needs.

Security

If you discover any security related issues, please email instead of using the issue tracker.

Credits

About

License:MIT License


Languages

Language:PHP 70.7%Language:Blade 29.3%