Commit all the ddev commands and home additions that are now there
This commit is contained in:
parent
9c3cdda643
commit
c262f7becd
14 changed files with 180 additions and 0 deletions
8
.ddev/commands/host/phpstorm.example
Executable file
8
.ddev/commands/host/phpstorm.example
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
## Description: Open PHPStorm with the current project
|
||||
## Usage: phpstorm
|
||||
## Example: "ddev phpstorm"
|
||||
|
||||
# Example is macOS-specific, but easy to adapt to any OS
|
||||
open -a PHPStorm.app ${DDEV_APPROOT}
|
Loading…
Add table
Add a link
Reference in a new issue