phucct/magento2-restricted-access

该软件包最新版本(dev-master)的许可证信息不可用。

受限制访问网站 – 需要用户登录

安装: 6

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:magento2-module

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

This package is not auto-updated.

Last update: 2024-09-29 05:42:00 UTC


README

描述

阻止未认证(未登录)用户访问网站的前端。

安装

# 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