We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b6c16 commit 4b75e60Copy full SHA for 4b75e60
1 file changed
README.md
@@ -56,7 +56,8 @@ Clone the repository and install dependencies:
56
```bash
57
git clone https://github.com/skiupace/php-microframework.git && \
58
cd php-microframework && \
59
-composer install
+composer install && \
60
+php -S localhost:8888 -t public
61
```
62
63
## Bootstrapping
0 commit comments