Skip to content

Commit 9a28c18

Browse files
build: composer start command
1 parent ed00a4f commit 9a28c18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "restjs/php-rest-api",
33
"description": "Create Rest API Application",
4+
"scripts": {
5+
"start": "php -S localhost:8888"
6+
},
47
"keywords": [
58
"php",
69
"composer",

0 commit comments

Comments
 (0)