https://github.com/krakphp/mage2-dev-cookie
Magento2 Localhost Cookie Fix
https://github.com/krakphp/mage2-dev-cookie
Last synced: about 1 year ago
JSON representation
Magento2 Localhost Cookie Fix
- Host: GitHub
- URL: https://github.com/krakphp/mage2-dev-cookie
- Owner: krakphp
- Created: 2018-06-12T04:47:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T12:13:22.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T06:52:27.634Z (over 1 year ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Krak DevCookie
This magento module adds a small plugin which fixes the issue of using `localhost` for a local dev setup. It just augments the Magneto Framework cookie code to also allow for localhost instead of preventing it.
## Installation
Install with composer at `krak/mage2-dev-cookie`.
Then run `bin/magento module:enable Krak_DevCookie` followed by `bin/magento setup:upgrade`.