rsilva / user-onboarding
Onboarding module by https://github.com/SilRodrigo for Magento 2
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:magento2-module
Requires
- php: >=8.1
- rsilva/base: >=1.0.0
This package is auto-updated.
Last update: 2024-10-25 22:40:15 UTC
README
This module allows you to create onboarding for any frontend part of your website.
Setup
Magento 2 Open Source or Commerce edition is required.
Composer installation
Run the following composer command:
composer require rsilva/user-onboarding
Setup the module
Run the following magento command:
bin/magento module:enable Rsilva_Base Rsilva_UserOnboarding
bin/magento setup:upgrade
If you are in production mode, do not forget to recompile and redeploy the static resources.
Features
This module allows you to create onboarding for any frontend part of your website. It uses https://introjs.com/ lib.
Support
Send a Hi to rodrigo.sil91@gmail.com and I will try to help.
Author
License
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!