Download the PHP package yangweijie/think-editor without Composer
On this page you can find all versions of the php package yangweijie/think-editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package think-editor
think-editor
用编辑器或者ide 打开 ThinkPHP 中的文件项目
安装
composer require yangweijie/think-editor
// editor 配置中设置打开的 编辑器
'editor' => ‘vscode’,
其他打开方式
sublime
需要安装 GitHub - thecotne/subl-protocol: sublime text protocol 插件
phpstorm
参考 laravel-debugbar 中正确使用 ide phpstorm 打开项目文件的方式 | Laravel China 社区 文章放置 js 和 添加注册表即可
打开协议的链接生成
use yangweijie\editor\Editor;
Editor::getEditorHref($file, $line);
All versions of think-editor with dependencies
PHP Build Version
Package Version
Requires
topthink/framework Version
^6.0 | ^6.1 |^8.0
The package yangweijie/think-editor contains the following files
Loading the files please wait ....