krak / mage2-dev-cookie
N/A
Installs: 920
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|^7.0.0
- magento/framework: ^100.0|^101.0|^102.0
This package is auto-updated.
Last update: 2024-10-18 18:25:16 UTC
README
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
.