tp5
parents
Showing
.gitignore
0 → 100644
.htaccess
0 → 100644
.travis.yml
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE.txt
0 → 100644
README.md
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
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.*", | |||
"ext-json": "*" | |||
}, | |||
"autoload": { | |||
"psr-4": { | |||
"app\\": "application" | |||
} | |||
}, | |||
"extra": { | |||
"think-path": "thinkphp" | |||
}, | |||
"config": { | |||
"preferred-install": "dist" | |||
} | |||
} |
composer.phar
0 → 100644
File added
extend/.gitignore
0 → 100644
nginx.htaccess
0 → 100644
public/.htaccess
0 → 100644
public/Ceshi.php
0 → 100644
public/favicon.ico
0 → 100644
1.12 KB
public/index.html
0 → 100644
public/index.php
0 → 100644
public/login.html
0 → 100644
public/message.html
0 → 100644
public/robots.txt
0 → 100644
public/router.php
0 → 100644
public/static/.gitignore
0 → 100644
runtime/.gitignore
0 → 100644
think
0 → 100644
vendor/.gitignore
0 → 100644