mfg
This commit is contained in:
9
.ddev/.global_commands/web/php
Executable file
9
.ddev/.global_commands/web/php
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
#ddev-generated
|
||||
## Description: Run php inside the web container
|
||||
## Usage: php [flags] [args]
|
||||
## Example: "ddev php --version"
|
||||
## ExecRaw: true
|
||||
|
||||
php "$@"
|
||||
Reference in New Issue
Block a user