Skip to content

hi-tpext/tpext-myadmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tpextmyadmin for ThinkPHP6

此版本3.0有所不同,没有强制依赖ichynul/tpextbuilderUI库,需要自己添加依赖。

composer require 命令或编辑网站根目录下的composer.json文件,添加以下依赖:

然后执行composer update命令,更新依赖。

"require": {
    "topthink/framework": "^6.1.4",
    "topthink/think-orm": "^2.0",
    "ichynul/tpextmyadmin": "^5.0.1",
    "ichynul/tpext-tinyvue": "^5.0.1",
},

ichynul/tpext-tinyvue是替换ichynul/tpextbuilder的依赖,基于Vue3和tinyvue框架。

支持tp6以上版本,tpextmyadmin3.0的可以修改composer.json升级,

升级后页面样式乱,访问一次 /admin/extension/prepare刷新资源。