We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e73062a + 0976181 commit dcc7591Copy full SHA for dcc7591
2 files changed
README.md
@@ -65,6 +65,12 @@ composer command line
65
66
```
67
68
+```bash
69
+# execute the framework with this command line
70
+php -S locahost:1105
71
+# you can use any port
72
+```
73
74
### Contributing to SamaneMvc
75
please read the CONTRIBUTING.md
76
serve
@@ -0,0 +1,3 @@
1
+<?php
2
+$output = shell_exec('php -S localhost:1105');
3
+echo $output;
0 commit comments