Skip to content

Commit

Permalink
add a serve starter file
Browse files Browse the repository at this point in the history
  • Loading branch information
ngorseckframework committed Nov 2, 2019
2 parents e73062a + 0976181 commit dcc7591
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ composer command line
```
```bash
# execute the framework with this command line
php -S locahost:1105
# you can use any port
```
```
### Contributing to SamaneMvc
please read the CONTRIBUTING.md
Expand Down
3 changes: 3 additions & 0 deletions serve
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
$output = shell_exec('php -S localhost:1105');
echo $output;

0 comments on commit dcc7591

Please sign in to comment.