PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of adam berger   Laravel Privacy User Cookie   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Laravel Privacy User Cookie
Show message to ask user permission to use cookies
Author: By
Last change: Update README.md
Update README.md
Date: 1 year ago
Size: 1,143 bytes
 

Contents

Class file image Download

laravelCookie

Jest to sposób na wprowadzenie do laravel ciasteczka informacyjnego np. polityka prywatno?ci

This is a way of introducing an information cookie, e.g. a privacy policy, into the laravel

Kolejn? spraw? jest przypisanie naszego Middleware do karnelu w app/http/ tak ?eby box by? widocznby na wszystkich stronach www

Another thing is assigning our Middleware to the carnel in the app / http / so that the box would be visible on all websites

MiddlewareKarnel

Nast?pnie dodajemy nazw? ciastecza do Middleware w app/http/Middleware/EncryptCookies.php

Then we add the cookie name to Middleware in app/http/Middleware/EncryptCookies.php

MiddlewareEncrypt

I tak oto mo?emy si? cieszy? wyskakuj?cym boksem Cookie

And so here we can enjoy Cookie pop-up box

MiddlewarePolitykaPrywatnsci

Powodzenia