1
Showing
.babelrc
deleted
100644 → 0
.editorconfig
deleted
100644 → 0
.postcssrc.js
deleted
100644 → 0
.travis.yml
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE.txt
0 → 100644
application/.htaccess
0 → 100644
application/command.php
0 → 100644
application/common.php
0 → 100644
application/config.php
0 → 100644
application/database.php
0 → 100644
application/route.php
0 → 100644
application/tags.php
0 → 100644
build.php
0 → 100644
build/build.js
deleted
100644 → 0
build/logo.png
deleted
100644 → 0
6.69 KB
build/utils.js
deleted
100644 → 0
composer.json
0 → 100644
{ | ||
"name": "topthink/think", | ||
"description": "the new thinkphp framework", | ||
"type": "project", | ||
"keywords": [ | ||
"framework", | ||
"thinkphp", | ||
"ORM" | ||
], | ||
"homepage": "http://thinkphp.cn/", | ||
"license": "Apache-2.0", | ||
"authors": [ | ||
{ | ||
"name": "liu21st", | ||
"email": "liu21st@gmail.com" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.4.0", | ||
"topthink/framework": "5.0.*" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"app\\": "application" | ||
} | ||
}, | ||
"extra": { | ||
"think-path": "thinkphp" | ||
}, | ||
"config": { | ||
"preferred-install": "dist" | ||
} | ||
} |
config/dev.env.js
deleted
100644 → 0
config/index.js
deleted
100644 → 0
config/prod.env.js
deleted
100644 → 0
extend/.gitignore
0 → 100644
index.html
deleted
100644 → 0
public/.htaccess
0 → 100644
public/favicon.ico
0 → 100644
1.12 KB
public/index.php
0 → 100644
public/robots.txt
0 → 100644
public/router.php
0 → 100644
public/static/.gitignore
0 → 100644
runtime/.gitignore
0 → 100644
src/main.js
deleted
100644 → 0
static/.gitkeep
deleted
100644 → 0
think
0 → 100644
vendor/.gitignore
0 → 100644