Skip to content

Instantly share code, notes, and snippets.

@azeredogab
Last active June 14, 2019 23:33
Show Gist options
  • Save azeredogab/dfa17a771cc4fdc893ee925d0c305cfa to your computer and use it in GitHub Desktop.
Save azeredogab/dfa17a771cc4fdc893ee925d0c305cfa to your computer and use it in GitHub Desktop.
Example of the EncriptCookies class
<?php
/**
* The names of the cookies that should not be encrypted.
*
* @var array
*/
protected $except = [
'nome-do-nosso-cookie',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment