Skip to content

Commit e7ca430

Browse files
committed
improvements
1 parent 33c970c commit e7ca430

17 files changed

+10
-6
lines changed

.github/workflows/build.yml

100755100644
File mode changed.

.gitignore

100755100644
File mode changed.

Dockerfile

100755100644
File mode changed.

README.md

100755100644
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
</a>
77
</p>
88

9-
| SETUP |
10-
|:------:|
11-
| Nginx |
12-
| PHP8 |
13-
| Docker |
14-
9+
<p align="center">
10+
<table>
11+
<thead><tr><th colspan="4">SETUP</th></tr></thead>
12+
<tr>
13+
<td>Nginx</td>
14+
<td>PHP8</td>
15+
<td>Docker</td>
16+
</tr>
17+
</table>
18+
</p>
1519

1620
#### Start app
1721
- Build Docker containers

app/Base/ControllerInterface.php

100755100644
File mode changed.

app/Greet/GreetController.php

100755100644
File mode changed.

app/Route/Router.php

100755100644
File mode changed.

app/Route/index.php

100755100644
File mode changed.

bootstrap/index.php

100755100644
File mode changed.

composer.json

100755100644
File mode changed.

composer.lock

100755100644
File mode changed.

docker-compose.yaml

100755100644
File mode changed.

nginx/conf.d/default.conf

100755100644
File mode changed.

nginx/nginx.conf

100755100644
File mode changed.

public/index.php

100755100644
File mode changed.

scripts/create_linux_alias.sh

100755100644
File mode changed.

tests/Route/RouterTest.php

100755100644
File mode changed.

0 commit comments

Comments
 (0)