Refine ddev config
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
## #ddev-generated
|
||||
## 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}
|
||||
Reference in New Issue
Block a user