agaric-coop/.ddev/commands/host/phpstorm.example

9 lines
210 B
Text
Raw Normal View History

2019-08-18 16:10:03 +00:00
#!/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}