This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
sixshop
/
app
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
feat(ddev): 添加ddev think命令
runphp
il y a 7 mois
Parent
a0170079eb
commit
2184aea9e5
1 fichiers modifiés
avec
5 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
5
0
.ddev/commands/web/think
+ 5
- 0
.ddev/commands/web/think
Voir le fichier
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+## Description: The ThinkPHP CLI.
+
+php ./think $@