faonni/module-customer-handle

add custom layout handles for frontend magento2 to add customer_logged_in and customer_logged_out handles.

Installs: 1 294

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

2.0.3 2017-11-09 10:27 UTC

This package is auto-updated.

Last update: 2024-03-29 03:44:18 UTC


README

Add custom layout handles for frontend magento2 to add customer_logged_in and customer_logged_out handles.

Install with Composer as you go

  1. Go to Magento2 root folder

  2. Enter following commands to install module:

    composer require faonni/module-customer-handle

    Wait while dependencies are updated.

  3. Enter following commands to enable module:

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