Skip to content

Commit

Permalink
Add README for example.
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed May 7, 2016
1 parent 1b90353 commit 360970f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Slim example

1. Install composer

```text
$ cd Slim
$ composer install
```
2. Run php server
```text
$ cd Slim
$ php -S localhost:8888 -t example example/index.php
```
3. Open browser
Open http://localhost:8888 in your browser and you will see 'Welcome to Slim!'

0 comments on commit 360970f

Please sign in to comment.