Type
magento2-module
A Magento 2 module that adds customer_logged_in and customer_logged_out layout handles.
magento2-module
MIT
None
None
None
None
None
None
A Magento 2 module that adds customer_logged_in and customer_logged_out layout handles.
Magento Open Source (CE) Version 2.1.x, 2.2.x
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
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.