Skip to content

Commit dcc7591

Browse files
add a serve starter file
2 parents e73062a + 0976181 commit dcc7591

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ composer command line
6565
6666
```
6767
68+
```bash
69+
# execute the framework with this command line
70+
php -S locahost:1105
71+
# you can use any port
72+
```
73+
```
6874
### Contributing to SamaneMvc
6975
please read the CONTRIBUTING.md
7076

serve

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
$output = shell_exec('php -S localhost:1105');
3+
echo $output;

0 commit comments

Comments
 (0)