We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642129d commit 9837a42Copy full SHA for 9837a42
README.md
@@ -4,6 +4,7 @@
4
5
## How to run a demo
6
7
-1. Install dependencies using composer
8
-2. From the repo's root directory execute `php -S localhost:8005 -t examples/demo`
9
-3. Open http://localhost:8005 in your browser
+1. Clone the repository
+2. Generate autoloader using composer `composer dump-autoload -o`
+3. Start the web server with demo document root `php -S localhost:8005 -t examples/demo`
10
+4. Open http://localhost:8005 in your browser
0 commit comments