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

dev-master 2018-05-28 11:02 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:42:00 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