We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd24aca commit 0196219Copy full SHA for 0196219
2 files changed
README.md
@@ -1,2 +1,6 @@
1
# think-template-magic
2
帮助你在模板上加点魔法
3
+
4
+如果你项目模板很多,难于维护,可以使用此工具添加(例如全局样式,javascript,广告等等)。
5
6
+只适用 ThinkPHP `6.0`
composer.json
@@ -10,7 +10,9 @@
10
}
11
],
12
"minimum-stability": "dev",
13
- "require": {},
+ "require": {
14
+ "topthink/think-view": "^1.0"
15
+ },
16
"autoload": {
17
"psr-4": {
18
"xiaodi\\": "src/"
0 commit comments