TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Want to start Magento 2 but I am totally lost

4 pointsby mahadazadover 9 years ago
Hi Guys, I don&#x27;t have any magento experience either 1 or 2, tough I have extensive experience in PHP and related frameworks. I see that magento 2 has been recently launched. But its documentation seems incomplete. I also bought Magento 2 Developer&#x27;s Guide but it also seems very high level overview of magento. Seems like the author assumes that the reader knows everything. Does anyone has magento 2 experience here? Can you tell me how can I get started?<p>Regards,

2 comments

kullover 9 years ago
I have multiple clients on magneto 1 asking me to upgrade them to the next version . My answer so far is: no! Wait few months. The switch is painful and most of the extensions are not Magento 2 ready. I have also new clients coming and wanting a site on Magento 2, unfortunately many bugs in this version and very little extensions and themes available for M2 make me delaying those developments and simply choosing the older M1 even for new projects. I would love to hear how other web agencies are dealing with it.
评论 #11144471 未加载
twundeover 9 years ago
The documentation is definitely incomplete but improving every few weeks. If you just need a basic overview <a href="http:&#x2F;&#x2F;docs.magento.com&#x2F;m2&#x2F;ce&#x2F;user_guide&#x2F;getting-started&#x2F;introduction.html" rel="nofollow">http:&#x2F;&#x2F;docs.magento.com&#x2F;m2&#x2F;ce&#x2F;user_guide&#x2F;getting-started&#x2F;int...</a> looks good. If you want to do development, keep in mind that the framework was built to be plugin based. If you need new functionality you&#x27;re building custom modules. If you want to change the appearance, you&#x27;re working on themes. For debugging you may want to take a look at Z-Ray, a profiling tool built by the magento team.