Skip to content

Commit 23b61da

Browse files
committed
重构路径,划分框架与项目两部分
1 parent 65ea22b commit 23b61da

File tree

6 files changed

+1
-245
lines changed

6 files changed

+1
-245
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
/.idea
2-
/.idea/*
3-
/.orm.sqlite3.db
1+
/.idea

App/Controller/apiController.php

Lines changed: 0 additions & 162 deletions
This file was deleted.

App/Model/Demo.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

Public/index.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"description": "A light PHP framework for building API server (not only ORM, but a fully framework)",
44
"keywords": ["framework", "restful api", "orm"],
55
"license": "MIT",
6-
"type": "project",
76
"authors": [
87
{
98
"name": "Rytia",

index.php

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)