What Tools and Extensions are Critical for Magento

2019-01-30 02:35发布

We're building a nice little community of Magento experts here. I'm curious what Magento extensions and other software tools (IDEs, editors, etc.) everyone is using to help with their development projects?

Both free and commercial tools are more than welcome.

12条回答
一纸荒年 Trace。
2楼-- · 2019-01-30 02:45

This list keeps getting longer the more I think about it!

Tools

Common Magento Extensions

  • CommerceBug

    the following extensions are available through Magento-connect

  • HM_DeveloperToolbar

  • ModuleCreator
  • Fontis_Recaptcha
  • Fontis_Australia
  • Tangkoko_CmsSearch
  • TBT_Enhancedgrid and TBT_MassRelater

    occassional use, but recommended:

  • Unirgy_Giftcert and Unirgy_StoreLocator

  • Yoast_Filter
  • Netzarbeiter_GroupSwitcher
查看更多
啃猪蹄的小仙女
3楼-- · 2019-01-30 02:45
  • PhpStorm - I used Intellij Idea for Java development so this came naturally, The biggest thing I love about this that I have been wanting for PHP is conditional break points. Huge for Magento when you are trying to debug something in autoload or something where there are hundreds of calls to a method.

  • Netbeans - I used to use this before PhpStorm, I feel its much faster to learn and configure then Eclipse, I know most people I work with use Ecplise and SVN I think sucks in it compared to these last two and other tools such as find usages and what not

  • I'm on a Mac but on 10.5 so I used Entropy php, but when others in on Snow Leopard come to work I suggest they use Mamp Pro, very powerful for local environment setup. Super quick to get virtual hosts and what not setup, can even use multiple ports and everything.

  • Navicat Premium - For database management

  • Textmate for quick edits and other types of projects

  • Transmit for quick ftp if not using command line, probably the best FTP client ever created

查看更多
Ridiculous、
4楼-- · 2019-01-30 02:48
查看更多
再贱就再见
5楼-- · 2019-01-30 02:51

Zend Studio or EditPlus

Subversion/svnmerge.py

PHPDoc

PHPUnit

Jira/Confluence for task/bug tracking and project specifications

You can see how to work with Magento using ZendStudio here, in Magento Webinars Archive

查看更多
▲ chillily
6楼-- · 2019-01-30 02:54
  1. Commerce Bug by Alan Storm is a Must for all developers.

  2. Developer Toolbar by MGT is another very good tool for Magento analysis.

  3. Netbeans/PHP Storm IDE is recommended.

  4. Git.

  5. LAMP/WAMP.

  6. PhpMyAdmin/ PHPMiniAdmin.

  7. Mage::log and exception Log effective use.

  8. Magento Path Hints.

  9. New Relic.

  10. SQL query log by modifying PDO file.

  11. Module that displays what all blocks delivered from Cache.

  12. Inbuilt Magento Profiler.

查看更多
劳资没心,怎么记你
7楼-- · 2019-01-30 02:56

JetBrains PHP Storm 2.0 EAP Builds (They must of named their IDE after you Alan ;) )

Zend Server CE /w Zend Debugger

HeidiSQL

TortoiseSVN

查看更多
登录 后发表回答