Skip to content

Commit

Permalink
Add README to example application
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorton committed Feb 18, 2014
1 parent c0f705f commit 220861e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Example Lily Application

Here you will find a simple application that uses middleware, routes and cookies
to provide an insecure page `/` and secure admin pages under `/admin`.

To run this application you need PHP 5.3+ and then run this command:

``` php
php -S localhost:8000 index.php
```

**Make sure you run the command from this directory or fix the path to index.php.**

0 comments on commit 220861e

Please sign in to comment.