Skip to content

Commit 9865958

Browse files
committed
Add README to demo folder
[skip ci]
1 parent 5e4d7cb commit 9865958

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

demo/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
If you're fortunate enough to be on a *nix system with PHP >=5.4 and `pdo_sqlite`, pop into the `demo` folder and run the setup script (`run.sh`). This will build the demo application, install the [example profile extension module](demo/ExtensionModule), and start a webserver. Once that's all done just open your browser and:
2+
- Navigate to `http://localhost:8080/user/register`
3+
- Create an account
4+
- Navigate to `http://localhost:8080/user/profile`
5+
6+
----
7+
8+
NOTE: The demo application has purposefully disabled the editability of the email address field to demonstrate how to toggle fields using the form validation group feature.

0 commit comments

Comments
 (0)