跳轉到內容
View in the app

A better way to browse. Learn more.

PHP論壇人

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

PHP开发:PhpStorm + Developer Tools + WAMP环境

精選回覆

發表於

-------------------------------------------
PhpStorm
-------------------------------------------

JetBrains
https://www.jetbrains.com/

安装JetBrains的工具PhpStorm
https://www.jetbrains.com/phpstorm/

 

-------------------------------------------
WAMP一键包
架设localhost本地环境
-------------------------------------------

Windows安装WAMP一键包(Apache、MySQL、PHP),架设站点的软件各有各的好

我选择 WampServer
http://www.wampserver.com/

下载
http://sourceforge.net/projects/wampserver/

安装WampServer,并配置Apache、MySQL、PHP的设置


-------------------------------------------
Developer Tools
-------------------------------------------

准备一个给开发插件用的本地IPS论坛
http://localhost/你的论坛

下载官网提供的开发工具Developer Tools
https://invisioncommunity.com/files/file/7185-developer-tools/
然后上传、解压、替换到论坛

 

启用开发模式 Developer Mode

根目录创建新文件 constants.php 在其内容加入

<?php
define( 'IN_DEV', TRUE );

 


到论坛后台 -> 可看到已启用开发模式,虽然UI很简易

dev01.png

 

dev02.png

 

 

 

 


已启用开发模式的IPS论坛与PhpStorm搭配做开发IPS插件

dev03.png

 

 

dev04.png

 

 

dev05.png

建立帳號或登入後發表意見

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.