An open API service indexing awesome lists of open source software.

https://github.com/karliuka/m2.customerhandle

Magento2. Add custom layout handles for frontend magento2 to add customer_logged_in and customer_logged_out handles.
https://github.com/karliuka/m2.customerhandle

customer handle magento2 magento2-extension

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Magento2 CustomerHandle
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:

```bash
composer require faonni/module-customer-handle
```
Wait while dependencies are updated.

3. Enter following commands to enable module:

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