Skip to content

Instantly share code, notes, and snippets.

@pavlakis
Created March 30, 2013 23:13
Show Gist options
  • Save pavlakis/5278768 to your computer and use it in GitHub Desktop.
Save pavlakis/5278768 to your computer and use it in GitHub Desktop.
App/Layout/Hello.php
<html>
<head>
<title>Hello world with composer</title>
</head>
<body>
<p><?php echo $this->hello . '!'; ?></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment