关键字:phpstorm Deployment 本机
phpstorm配置deployment(方便上传代码到服务器)
第一步:点击 tools->deployment->configuration
https://www.cnblogs.com/bobobobobo/p/13141261.html
https://blog.csdn.net/qq_20411009/article/details/88130540
非常简单,可以将代码发布到文件系统,类似VS2017的发布
关键字:phpstorm Deployment 本机
phpstorm配置deployment(方便上传代码到服务器)
第一步:点击 tools->deployment->configuration
https://www.cnblogs.com/bobobobobo/p/13141261.html
https://blog.csdn.net/qq_20411009/article/details/88130540
非常简单,可以将代码发布到文件系统,类似VS2017的发布
https://docs.zen-cart.com/dev/developer_environment/
为Zen Cart编写PHP代码不需要特别特殊的环境
支持PHP的IDE很有用。
我们使用PhpStorm。
如果您的编辑者遵循.editorconfig标准,该标准为代码文件设置了格式标准,那么这会很有帮助。
LAMP堆栈对于运行本地开发人员存储很有用。 常见的选项包括XAMPP,WAMP / MAMP,甚至Laravel Valet
Line-endings in the github repo are (or are expected to be) LF.
Zen Cart usesPSR-2 formatting standards for “new” code.
https://docs.zen-cart.com/dev/contributing/coding_standards/
https://www.php-fig.org/psr/psr-2/
https://learnku.com/articles/24174
这个.editorconfig可以在zencart git项目中找到它