This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
sixshop
/
app
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
feat(ddev): 添加ddev think命令
runphp
hace 8 meses
padre
a0170079eb
commit
2184aea9e5
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
.ddev/commands/web/think
+ 5
- 0
.ddev/commands/web/think
Ver fichero
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+## Description: The ThinkPHP CLI.
+
+php ./think $@