Go to file
clover 1b978b8706 水费导入 2025-03-31 17:30:24 +08:00
basics fix bug 2025-03-24 17:40:09 +08:00
common init 2025-03-04 15:10:05 +08:00
config init 2025-03-04 15:10:05 +08:00
dao init 2025-03-04 15:10:05 +08:00
exceptions 后台管理员管理 2025-03-11 16:00:03 +08:00
middleware init 2025-03-04 15:10:05 +08:00
model init 2025-03-04 15:10:05 +08:00
services 水费导入 2025-03-31 17:30:24 +08:00
traits init 2025-03-06 14:44:31 +08:00
utils init 2025-03-04 15:10:05 +08:00
vos init 2025-03-04 15:10:05 +08:00
.gitignore init 2025-03-04 15:10:05 +08:00
README.md init 2025-03-04 15:10:05 +08:00
common.php init 2025-03-04 15:10:05 +08:00
hi.php init 2025-03-04 18:04:47 +08:00

README.md

tp-helper

tp辅助包

安装教程

  1. 安装tp框架
    composer create-project topthink/think tp
    
  2. 在composer.json中添加
    "autoload": {
        "psr-4": {
            "app\\": "app",
            "helper\\": "helper"
        }
    }
    
  3. 命令行执行
    composer dump-autoload
    
  4. helper/config配置文件与config配置文件合并111