Refactoring code is an essential aspect of building and maintaining software. In this tutorial I will show you how to use PhpStorm’s refactoring functionality to make it as easy as possible. When refactoring code by hand, whether you’re working with legacy code, or creating new code, it’...
Although I can use Git and SVN in the command line, I like to use the Git & SVN integration in PhpStorm as it stops me from moving between the terminal or another program. The integration is pretty slick: auto detecting Git and SVN roots in your project, presenting a powerful file diff...
Set a breakpoint in PhpStorm by clicking in the margin of an open PHP file, click the “bug” next to the configuration you just created to start debugging, and you should hit your breakpoint and feel like you finally have visibility into a once dark and secret world. Gone are the day...
If you feel more comfortable using our build script, you can use it as well. Head over to your Shopware installation and go to thebuilddirectory You can execute the tests using the following command: ant karma-shopware-continuous Integrate Karma in PhpStormAnchor link for: integrate karma in ...
I'm a complete newbie to IntelliJ PHPStorm (big fan of IDEA though during my time with Java dev) and I'm rather new to PHP. So I've installed WAMPServer 2.2 and managed to get it configured to work properly. That's to say if I go to localhost:8080 on my browser...
I used tons of editors and IDEs in the past few years. I can remember TextMate, TextWrangler, Espresso, BBEdit, XCode, Coda, Brackets, Sublime Text, Atom, vim, PHPStorm. The difference between an IDE and an editor is mostly in the feature set, and complexity. ...
rely onwp-content/debug.logor the PHPerror_logto alert me to issues, but I use PhpStorm to see the stack trace, I don’t enable the extended (and very noisy) stack trace. When I used version 2 of Xdebug I disabled the stack trace in the log by putting this in mywp-config.php...
After installing this plugin, PhpStorm complains that multiple definitions exist for each class stub defined. Because it can't tell whether it should be using the stub. I can't seem to find a way to make PhpStorm handle this proprly, the...
One crucial feature that boosts the productivity of Laravel developers is autocompletion for the actions they use on a daily basis. With a deep understanding of your Laravel codebase, PhpStorm bundled with the Laravel Idea plugin supports autocompletion of the most frequently used commands. Let’...
Your web server's current PHP configuration parameters are shown on a phpinfo page. In this article, we'll show you how to create a phpinfo.php page and how to use it later.