Sfoglia il codice sorgente

feat(ddev): 添加ddev think命令

runphp 7 mesi fa
parent
commit
2184aea9e5
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      .ddev/commands/web/think

+ 5 - 0
.ddev/commands/web/think

@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+## Description: The ThinkPHP CLI.
+
+php ./think $@