Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions menus/php-server.cson
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
]

Expand All @@ -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' }
]
]
}]