File tree
17 files changed
+10
-6
lines changed- .github/workflows
- app
- Base
- Greet
- Route
- bootstrap
- nginx
- conf.d
- public
- scripts
- tests/Route
17 files changed
+10
-6
lines changed.github/workflows/build.yml
100755
100644
File mode changed.
.gitignore
100755
100644
File mode changed.
Dockerfile
100755
100644
File mode changed.
README.md
100755
100644
Lines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 |
| |
16 | 20 |
| |
17 | 21 |
| |
|
app/Base/ControllerInterface.php
100755
100644
File mode changed.
app/Greet/GreetController.php
100755
100644
File mode changed.
app/Route/Router.php
100755
100644
File mode changed.
app/Route/index.php
100755
100644
File mode changed.
bootstrap/index.php
100755
100644
File mode changed.
composer.json
100755
100644
File mode changed.
composer.lock
100755
100644
File mode changed.
docker-compose.yaml
100755
100644
File mode changed.
nginx/conf.d/default.conf
100755
100644
File mode changed.
nginx/nginx.conf
100755
100644
File mode changed.
public/index.php
100755
100644
File mode changed.
scripts/create_linux_alias.sh
100755
100644
File mode changed.
tests/Route/RouterTest.php
100755
100644
File mode changed.
0 commit comments