Function introduction: How to use phpstorm to connect to Linux on a virtual machine to achieve real-time and synchronous development.
1. Open phpstorm and select: Tools->Deployment->configuration:
2. You can also open file->settiing->deployment->congfigruation:
3. Start setting you up The IP address of the virtual machine to be connected and the kind of user to connect to:
4. Set the directory mapped to the local:
5. After clicking OK, you can see the directory on the remote Linux appearing on the right:
The above introduces how phpStorm uses FTP and SSH to connect to the virtual machine Linux system? , including aspects of content. For more related content, please pay attention to the PHP Chinese website (www.php.cn)!
Related articles:
Detailed explanation of the steps to use SFTP in Phpstorm
PHP IDE PHPStorm configuration supports friendly Laravel code prompt method