百度编辑器
目前最新版本(1.4.3.3)
下载地址
点我下载百度编辑器1.4.3.3
软件
PhpStorm(下载什么的自己去百度吧)
Php 集成环境
Wamp64
框架thinkphp5
步骤
1、下载百度编辑器,解压并复制文件夹到thinkphp5框架中的static文件夹中
2、打开phpstorm控制台,输入一下命令
php think make:controller baiduuetior/Component --plain
3、ok,现在打开application文件夹下,你会看到有baiduuetior文件夹以及控制器Component
4、在static文件夹中,将PHP文件夹下的所有文件复制到baiduuetior文件夹下Component控制器所在的目录中(注意:只是复制所有文件,不要把目录也复制了)
5、在控制器Component中,添加一个filecontroller方法,代码如下。
public function filecontroller()
{
//百度编辑器代码处理区域
}
6、在控制器Component所在的目录中找到controller.php文件并打开
然后将以下代码复制粘贴到上面的filecontroller方法中
$CONFIG = json_decode(preg_replace("/\/\*[\s\S]+?\*\//", "", file_get_contents("config.json")), true);
$action = $_GET['action'];
switch ($action) {
case 'config':
$result = json_encode(