All Notable changes to Cookie
will be documented in this file.
- Rewrite and simplify classes
- Rewrite tests for PHPUnit
- Add additional optional parameters to cookie methods
- Add
exists
method toCookie
interface - Support Laravel 6
- Autodetect Laravel ServiceProvider
- Allow additional parameters on the store method.
- Fix: use explicit comparison of the VanillaCookieCore constructor argument
- Version 1.0.0 of Cookie
- Laravel 5 adapter included
- Vanilla PHP implementation included
- Vanilla PHP basic cookie setter/getter class included
- Optional cookie encryption with codezero/encrypter