This website works better with JavaScript
Home
Explore
Help
Register
Sign In
sixshop
/
app
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
feat(ddev): 添加ddev think命令
runphp
7 months ago
parent
a0170079eb
commit
2184aea9e5
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
.ddev/commands/web/think
+ 5
- 0
.ddev/commands/web/think
View File
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+## Description: The ThinkPHP CLI.
+
+php ./think $@