first commit
This commit is contained in:
8
web/app/composer.json
Normal file
8
web/app/composer.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"require": {},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": ["src/", "tests/"]
|
||||
}
|
||||
}
|
||||
}
|
||||
10
web/public/index.php
Normal file
10
web/public/index.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Docker Nginx PHP MySQL</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Docker Nginx PHP MySQL</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user