Amazing Features of Magento 2.0

Amazing Features of Magento 2.0

Amazing Features of Magento 2.0

1. Backup / Rollback System Magento 2 has a very powerful and elegant backup/rollback system Its command line tool has some handy commands.These commands can be added to corn system to take automated backups Rollback is another interesting command, which will place the site in the maintenance mode, restores the DB, files, and media, and then re-enables the site.

Some of the Handy command setup: backup Takes backup of Magento Application code base, media, and database setup: rollback Rolls back Magento Application codebase, media, and database info: backups: list Prints list of available backup files

Module Installation and Management Installing new modules are much easier in Magento 2. Adding the modules version and repository details to the composer.json and running the install command will save the module. Once this is done we can run the bin/Magento CLI tool to install the module. Some useful commands are listed below.module: disable -- Disables specified modules module: enable -- Enables specified modules module: status -- Displays status of modules module: uninstall -- Uninstalls modules installed by composer

Upgrading Core Files and Modules Introduction of the PHP based dependency management using "composer" makes life easy Composer ensures that all components maintain their expected versions With a single command, "composer update" all core and third-party modules get updated.

Maintenance Mode and Restricting IP Addresses The maintenance flag is relocated inside the var folder in Magento 2. In addition to it, we can add the IPs to be allowed in a file var/.maintenance.ip Manual creation of the flag file and the IP file is not needed, we can use the bin/Magento command line tool commands like these maintenances:allow-ips -- Sets maintenance mode exempt Ips maintenance: disable -- Disables maintenance mode maintenance: enable -- Enables maintenance mode maintenance: status -- Displays maintenance mode status.

Testing Framework Last but not the least, Magento 2 provides its own testing framework.There are sections in the testing framework for integration, units, static environments, functional areas, and performance. This can reduce the bug fix iterations while making testing relatively easier.

Magento 2.0 a powerful and unrivaled e-commerce platform which delivers rich, out-of-the-box functionality to your online shop.

要查看或添加评论,请登录

Mohamed Thowsif的更多文章

社区洞察

其他会员也浏览了