phucct / magento2-restricted-access
There is no license information available for the latest version (dev-master) of this package.
Restricted access website – require users log in
Package info
github.com/gonxhunter/magento-restricted-access
Type:magento2-module
pkg:composer/phucct/magento2-restricted-access
dev-master
2018-05-28 11:02 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0|~7.1.0
This package is not auto-updated.
Last update: 2026-03-29 14:24:36 UTC
README
Description
Prevent access to the frontend of a website for unauthenticated (not logged in) users.
Installation
# You must be in Magento root directory composer require phucct/magento2-restricted-access:dev-master php bin/magento cache:clean php bin/magento setup:upgrade # Execute setup:di:compile only if the store is in production mode php bin/magento setup:di:compile