faonni/module-customer-handle

为前端 Magento2 添加自定义布局处理程序,以便添加 customer_logged_in 和 customer_logged_out 处理程序。

安装次数: 1,294

依赖关系: 0

建议者: 0

安全性: 0

星标: 1

关注者: 2

分支: 0

公开问题: 0

类型:magento2-module

2.0.3 2017-11-09 10:27 UTC

This package is auto-updated.

Last update: 2024-08-29 04:42:53 UTC


README

为前端 Magento2 添加自定义布局处理程序,以便添加 customer_logged_in 和 customer_logged_out 处理程序。

使用 Composer 进行安装

  1. 进入 Magento2 根目录

  2. 输入以下命令以安装模块

    composer require faonni/module-customer-handle

    等待依赖项更新。

  3. 输入以下命令以启用模块

    php bin/magento setup:upgrade
    php bin/magento setup:static-content:deploy