2017 © Pedro Peláez
 

library laravel-cookie-confirm

Any website cannot use cookie without agree.

image

pinfort/laravel-cookie-confirm

Any website cannot use cookie without agree.

  • Monday, June 25, 2018
  • by pinfort
  • Repository
  • 1 Watchers
  • 2 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

laravel-cookie-confirm

Any website cannot use cookie without agree., (*1)

Basic Usage

Installation

composer require pinfort/laravel-cookie-confirm

Attention: Perhaps it is necessary to change the minimum stability of the composer..., (*2)

Publish files

php artisan vendor:publish

You will find three new files. - resources/lang/vendor/CookieConfirm/en/cookie_confirm.php - resources/lang/vendor/CookieConfirm/ja/cookie_confirm.php - resources/views/vendor/CookieConfirm/confirm.blade.php - This file is main view. - You can edit this freely., (*3)

Enable library

Add middleware to your kernel, (*4)

in App\Http\Kernel.php near the line 38, (*5)

 protected $middlewareGroups = [
    'web' => [
        ......
+       \Pinfort\LaravelCookieConfirm\Middleware\Confirm::class,
    ],
 ......
 ];

The Versions

25/06 2018

dev-master

9999999-dev

Any website cannot use cookie without agree.

  Sources   Download

MIT

The Requires

 

by Avatar pinfort

laravel cookie joke gdpr

25/06 2018

v1.0.0

1.0.0.0

Any website cannot use cookie without agree.

  Sources   Download

MIT

The Requires

 

by Avatar pinfort

laravel cookie joke gdpr