This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
sixshop
/
app
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
feat(ddev): 添加ddev think命令
runphp
7 meses atrás
pai
a0170079eb
commit
2184aea9e5
1 arquivos alterados
com
5 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
5
0
.ddev/commands/web/think
+ 5
- 0
.ddev/commands/web/think
Ver arquivo
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+## Description: The ThinkPHP CLI.
+
+php ./think $@