current location:Home > Technical Articles > Development Tools > phpstorm
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Detailed explanation of configuring SFTP function in PhpStorm
- Open PhpStorm and open a local project. Find Tools—>Deployment—>Cofiguration in turn and click to enter. Fill in the project name, SFTP host address, user name, password, and project browser access address in order.
- phpstorm 5752 2019-11-29 14:20:33
-
- How to configure your favorite theme in PHPStorm (detailed explanation with pictures and text)
- First, download your favorite theme: http://www.phpstorm-themes.com/; copy the file to the C:\Users\Administrator\.PhpStorm2016.2\config\colors file, and then restart the software
- phpstorm 4073 2019-11-29 11:24:14
-
- Detailed explanation of configuring SVN in PhpStorm
- SVN is the abbreviation of Subversion and is an open source version control system. To put it simply, SVN is used by multiple people to jointly develop the same project to share resources and record project versions. PhpStorm has built-in svn support, so there is no need to download svn separately.
- phpstorm 6729 2019-11-28 14:10:39
-
- How to ignore code case prompts in phpstorm (detailed explanation)
- Open the phpstorm software, enter the phpstorm software interface, click the file button in the upper left corner, click the settings button, click the Editor>General>Code Completion button, check the Match Case on the right, and click Save.
- phpstorm 4375 2019-11-28 11:13:55
-
- Develop Laravel applications using the PHPStorm editor
- This article is a detailed explanation of using PHPStorm editor to develop Laravel applications. It introduces you to relevant information on how to use PHPStorm to develop Laravel applications. The article introduces it in great detail through sample code.
- phpstorm 4140 2019-11-27 18:20:16
-
- Super detailed PhpStorm+PhpStudy development environment configuration
- For both PhpStorm and PhpStudy software, you can download the latest versions directly from their official websites and install them yourself. The focus here is to take a look at how these two development environments match up, that is, how to connect them together.
- phpstorm 19228 2019-11-27 11:14:03
-
- Detailed explanation of the artifact PhpStorm configuration server (server)
- The server I use is Apache, and the operations on all servers are actually the same. The server is installed on the local computer, and the source files of our project are located in the file directory of the server, that is, the /htdocs directory.
- phpstorm 5147 2019-11-26 15:33:40
-
- Detailed explanation of how PHP can make better use of PHPstorm's automatic prompts
- If you use judgment to write PHP code in PHPstorm, PHPstorm will automatically prompt you when calling the $item attribute based on this judgment, which is very convenient. Doing this, coupled with some error handling mechanisms, can better ensure the security and integrity of the data, not just the convenience of editor prompts.
- phpstorm 3337 2019-11-26 18:13:03
-
- Detailed explanation of phpstorm+xdebug
- It is best for StartUrl to be a URL, otherwise it is prone to errors. Server selects the Servers added during configuration. The configuration in php.ini on the server side is retained: zend_extension=/path/xdebug.so.
- phpstorm 4512 2019-11-27 18:20:53
-
- Detailed explanation of how to debug Phpstorm on the command line and in the browser
- You need to install the xdebug extension for PHP first, and place the downloaded file in the ext directory under the PHP installation path. The PHP5.5 installation package has a zend_ext directory by default, and place it in this directory. For basic debug settings, click File->Settings on the menu bar to open the dialog box for configuration.
- phpstorm 4922 2019-11-23 11:39:51
-
- what is phpstorm
- phpstorm is a commercial PHP integrated development tool developed by JetBrains. It is designed to improve user efficiency. It can deeply understand the user's coding, provide intelligent code completion, fast navigation and instant error checking.
- phpstorm 5711 2019-11-16 17:36:15
-
- How to run multiple programs in phpstorm
- How to run multiple programs in phpstorm: first open the phpstorm software; then open File -> settings -> Directories -> Add Content Root; then add the project directory.
- phpstorm 3569 2019-11-11 11:04:09
-
- What is the phpstorm replacement shortcut key?
- The replacement shortcut key for phpstorm is the [ctrl+r] key. Just press the [ctrl+r] key on the keyboard to bring up the replacement tool.
- phpstorm 8227 2019-11-11 10:58:18
-
- What is the official website address of phpstorm?
- The official website address of phpstorm is "jetbrains.com/phpstorm/". phpstorm is a commercial PHP integrated development tool developed by JetBrains.
- phpstorm 12585 2019-11-09 17:07:15
-
- How to open the console in phpstorm
- How to open the console in phpstorm: first select the menu Run->Edit Configurations option->delete the file in JavaScript Debug; then click the run button; then right-click to select the file; finally press ctrl+f5 to run to open the console.
- phpstorm 6632 2019-11-05 09:28:58