diff --git a/menus/php-server.cson b/menus/php-server.cson index f35a3e0..57d5327 100644 --- a/menus/php-server.cson +++ b/menus/php-server.cson @@ -3,11 +3,13 @@ {type: 'separator'} {label: 'PHP Server here', command: 'php-server:start-tree'} {label: 'PHP Server route file', command: 'php-server:start-tree-route'} + {label: 'PHP Server Stop', command: 'php-server:stop'} {type: 'separator'} ] 'atom-text-editor': [ {type: 'separator'} {label: 'PHP Server here', command: 'php-server:start-document'} + {label: 'PHP Server Stop', command: 'php-server:stop'} {type: 'separator'} ] @@ -19,6 +21,7 @@ { label: 'Start in project root', command: 'php-server:start' } { label: 'Start in folder selected in tree', command: 'php-server:start-tree' } { label: 'Start in folder of current file', command: 'php-server:start-document' } + { label: 'Stop server', command: 'php-server:stop' } ] ] }]