skj198568/tp5_smart

tp5 smart 开发模式

1.1.44 2018-10-31 02:20 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:45:27 UTC


README

基于tp5,实现智能化、敏捷化开发。

修改composer.json php版本要求

"require": {
    "php": ">=7.0.0",
}

添加composer.json 配置文件及执行脚本

"repositories": [
    {
        "type": "git",
        "url": "https://github.com/skj198568/class_library.git"
    },
    {
        "type": "git",
        "url": "https://github.com/skj198568/tp5_smart.git"
    }
],
"scripts":{
    "post-install-cmd": [
        "php vendor/skj198568/tp5_smart/create_files.php"
    ],
    "post-update-cmd": [
        "php vendor/skj198568/tp5_smart/create_files.php"
    ]
}

执行命令

  1. tp5.0
composer require "skj198568/tp5_smart:1.0.*"
  1. tp5.1
composer require "skj198568/tp5_smart:1.1.*"

帮助手册

https://www.kancloud.cn/songkejing/tp5-smart/506234