PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, August 22, 2022

[FIXED] what type of magento 2 installation method should I choose?

 August 22, 2022     magento2     No comments   

Issue

I am new to Magento 2.

Following the official tutorials, I've found that there are 3 methods to install Magento 2: "Easy Installation", "Integrator, Packager", and "Contributor Developer".

Here is the link listing those 3 methods:

http://devdocs.magento.com/guides/v2.1/install-gde/bk-install-guide.html

What I want to do is to develop a new extension for my company.

Knowing this, what type of installation method should I choose? The docs are not clear about that.

Thanks in advance.


Solution

Use Composer + command line or Setup Wizard. Integrator Install has the following advantages:

  • Enables you to reuse third-party libraries without bundling them with source code
  • Component-based architecture with robust dependency management Manages dependencies to reduce extension conflicts and compatibility issues
  • Versioned dependencies
  • Semantic versioning
  • Supports the PHP Framework Interoperability standard


Answered By - Fernando Miguel
Answer Checked By - David Marino (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing