You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,13 @@ Usage
76
76
77
77
See the example folder for this example tied into a website.
78
78
79
+
Example
80
+
-------
81
+
82
+
From within the `example` directory you can run `docker-compose up -d` and `docker-compose down` to start and stop (respectively) an apache web server running the php example.
83
+
84
+
Once up, you can access the example website at http://localhost:8080/example/index.php URL to give it a go.
0 commit comments