初始化仓库
This commit is contained in:
12
vendor/topthink/think-multi-app/src/command/stubs/controller.stub
vendored
Normal file
12
vendor/topthink/think-multi-app/src/command/stubs/controller.stub
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
declare (strict_types = 1);
|
||||
|
||||
namespace {%app%}\{%layer%};
|
||||
|
||||
class Index{%suffix%}
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return '您好!这是一个[{%name%}]示例应用';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user