Add example
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<?php
|
||||
|
||||
include '../app/vendor/autoload.php';
|
||||
$foo = new App\Acme\Foo();
|
||||
|
||||
?><!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Docker Nginx PHP MySQL</title>
|
||||
<title>Docker <?php echo $foo->getName(); ?></title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Docker Nginx PHP MySQL</h1>
|
||||
<h1>Docker <?php echo $foo->getName(); ?></h1>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user