magento2 Archives - Page 2 of 2 - Magesan

Tag: magento2

How to create an extension or module in magento 2

Magento2 custom module creation allow to add new feature to your magento store. It will open all the resources for you to adding rich features to your ecommerce store beyond limits. For creating Extension in magento2 we need to create 2 mandatory files for recognizing magento2 as our extension.1) registration.php2) etc/module.xml Let’s give our extension

How to find any word using CMD

Finding something is more headache now a days, because if we don’t know where the text is come from then we can’t customize or change it. So, we are came here with an important command which you can use it inside any terminal like CMD or using SSH for live server purposes. Enter this command

Create or update admin user in magento2 using CMD

Magento2 admin user are somewhat tricky things when you forgot their passwords or username while login. Following command allows you to create new user or if you know the username then update to that user’s password Creating new user using cmd 2. Updating an existing user using database.

Git commands

Git is an essential storage for storing large amount of projects. Following are the important commands for git Git command for adding or pushing changes to git When downloading latest changes from git branch When git don’t allow and warned you to avoid or stash you changes When cloning a whole project to your local

How to increase memory limit in php or composer

Memory limit issue can be raised often. And without solving it you can’t process further. You must have to solve this. Memory limit issue can be raised while installing large amount of software, extension and moreover. We have two scenarios where we find memory limit issue, While installing Magento2, It throws memory limit issue during

Set interval using jquery

Set interval is very important method, which is simultaneously checks for the element if the element is exists or not. It is invoke to the time you provided in interval function, And it will continue to invoke till then the element is not found.