TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Want to start Magento 2 but I am totally lost

4 点作者 mahadazad大约 9 年前
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 条评论

kull大约 9 年前
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 未加载
twunde大约 9 年前
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.