How to create new Magento 2 admin account by using the SSH command?

In Magento2 we have a lot of extended functionality like by using the SSH command you can create the new administrator account as well as you can do it through the admin panel of the Magento2. In this post I am describing this, it is very easy and required

Useful commands for Magento 2 development

If you are a developer and working in Magento 2 you should surely know about the various commands which is used in Magento 2. Commands are very useful for the developer and it perform many task in less time, task performed through the commands are relatively very fast than

How to Install Magento 2 via Composer and Command Line (CLI) ?

For installing Magento 2 you can follow the Manual method or by using the Composer and command line to for manual method just download Magento2 from the Magento website (https://magento.com/tech-resources/download) and by uploading on your server you can do it by hitting the url directory in the post/article I

How to Set Home Page in Magento 2?

By using the Magento admin panel anyone can manage the stores, pages, information blocks as per the requirement, in admin you can create as many as static pages you want with the different design and layout. Suppose if anyone wants to have the different home page and wants to

How to Set admin user session lifetime in Magento 2?

In this post I am trying to describe how anyone can increase or decrease the admin user session lifetime, In Magento2 the admin user session lifetime is by default 900 seconds around 15 minutes, so if you want to increase this time, its very easy and can be managed

How to Set multi-session admin user in Magento 2?

In Magento 2 it has many security features, Because of security purpose Magento by default disable the admin login share session feature means by default it is not allowing the multiple user login to the admin panel with the same user and password details, it improves security to the

How to Change Email Logo in Magento 2?

Magento2 has very vast admin panel from using it you can manage a lot of things without knowing the coding, as everyone knows for eCommerce stores communication between store owner and customer is a key to success for the communication Magento2 uses emails as backbone and first line of

Events in JavaScript

In this Post i am going to talk about basic JavaScript events. JavaScript Events are the one of the important topics in JavaScript.