agaric-coop/.ddev/commands/host/phpstorm.example
2019-08-18 12:10:03 -04:00

8 lines
210 B
Bash
Executable file

#!/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}