This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
sixshop
/
app
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
feat(ddev): 添加ddev think命令
runphp
7 mesi fa
parent
a0170079eb
commit
2184aea9e5
1 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
5
0
.ddev/commands/web/think
+ 5
- 0
.ddev/commands/web/think
Vedi File
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+## Description: The ThinkPHP CLI.
+
+php ./think $@