Jack Posted November 10, 2020 Share Posted November 10, 2020 ------------------------------------------- PhpStorm ------------------------------------------- JetBrainshttps://www.jetbrains.com/ 安装JetBrains的工具PhpStormhttps://www.jetbrains.com/phpstorm/ ------------------------------------------- WAMP一键包 架设localhost本地环境 ------------------------------------------- Windows安装WAMP一键包(Apache、MySQL、PHP),架设站点的软件各有各的好 我选择 WampServerhttp://www.wampserver.com/ 下载http://sourceforge.net/projects/wampserver/ 安装WampServer,并配置Apache、MySQL、PHP的设置 ------------------------------------------- Developer Tools ------------------------------------------- 准备一个给开发插件用的本地IPS论坛http://localhost/你的论坛 下载官网提供的开发工具Developer Toolshttps://invisioncommunity.com/files/file/7185-developer-tools/ 然后上传、解压、替换到论坛 启用开发模式 Developer Mode 根目录创建新文件 constants.php 在其内容加入 <?php define( 'IN_DEV', TRUE ); 到论坛后台 -> 可看到已启用开发模式,虽然UI很简易 已启用开发模式的IPS论坛与PhpStorm搭配做开发IPS插件 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now