Skip to content

Commit efacfd4

Browse files
committed
moved public. added readme
1 parent bc5c7ce commit efacfd4

File tree

6 files changed

+20
-0
lines changed

6 files changed

+20
-0
lines changed

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: vendor/bin/heroku-php-apache2 public/

Readme.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Tipsy Doctrine Example
2+
3+
An example using tipsy and tipsy-doctrine
4+
5+
6+
#### Deploying on Heroku
7+
8+
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
9+
10+
11+
See [Tipsy Documentation](https://github.com/arzynik/tipsy/wiki) for more information or the [Tipsy Doctrine Plugin](https://github.com/arzynik/tipsy-doctrine).

app.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "Tipsy Doctrine Example",
3+
"description": "An example using tipsy and tipsy-doctrine",
4+
"website": "https://github.com/arzynik/tipsy-doctrine",
5+
"repository": "https://github.com/arzynik/tipsy-example-doctrine",
6+
"keywords": ["tipsy", "doctrine", "framework"],
7+
"logo": "http://tipsy.la/images/cocktail.png"
8+
}

web/.htaccess public/.htaccess

File renamed without changes.

web/index.php public/index.php

File renamed without changes.

web/style.css public/style.css

File renamed without changes.

0 commit comments

Comments
 (0)