feat: 添加index应用模块
This commit is contained in:
12
app/index/controller/Index.php
Normal file
12
app/index/controller/Index.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
declare (strict_types = 1);
|
||||
|
||||
namespace app\index\controller;
|
||||
|
||||
class Index
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return '您好!这是一个[' . lang('home') . ']示例应用';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user