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.
- Host: GitHub
- URL: https://github.com/karliuka/m2.customerhandle
- Owner: karliuka
- License: osl-3.0
- Created: 2016-12-13T14:34:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T09:02:13.000Z (over 8 years ago)
- Last Synced: 2024-12-28T01:29:34.563Z (over 1 year ago)
- Topics: customer, handle, magento2, magento2-extension
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
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