mfg
This commit is contained in:
12
.ddev/.global_commands/web/typo3cms
Executable file
12
.ddev/.global_commands/web/typo3cms
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
#ddev-generated
|
||||
# This assumes that the typo3cms command will be in the $PATH; if in vendor/bin/ it will be
|
||||
|
||||
## Description: Run TYPO3 Console (typo3cms) command inside the web container
|
||||
## Usage: typo3cms [args]
|
||||
## Example: "ddev typo3cms cache:flush" or "ddev typo3cms database:export"
|
||||
## ProjectTypes: typo3
|
||||
## ExecRaw: true
|
||||
|
||||
typo3cms "$@"
|
||||
Reference in New Issue
Block a user