An open API service indexing awesome lists of open source software.

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

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`.