sussexdev/module-customerhandles

A Magento 2 module that adds customer_logged_in and customer_logged_out layout handles.

1.0.2 2019-01-01 13:44 UTC

This package is not auto-updated.

Last update: 2025-06-08 09:12:21 UTC


README

Overview

A Magento 2 module that adds customer_logged_in and customer_logged_out layout handles.

Requirements

Magento Open Source (CE) Version 2.1.x, 2.2.x

Installation

Include the package.

$ composer require sussexdev/module-customerhandles

Enable the module.

$ php bin/magento module:enable SussexDev_CustomerHandles
$ php bin/magento setup:upgrade
$ php bin/magento cache:clean

Usage

Modify the module's view/frontend/layout/customer_logged_in.xml and view/frontend/layout/customer_logged_out.xml layout files to include logged in and logged out specific layout updates.