git init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace app\controller;
|
||||
|
||||
use support\Request;
|
||||
|
||||
/**
|
||||
* 首页控制器
|
||||
* @Author: Lwei<1750433663@qq.com>
|
||||
* @Date: 2026-04-30
|
||||
* @Time: 15:05:39
|
||||
*/
|
||||
class IndexController
|
||||
{
|
||||
//全局总入口
|
||||
public function index(Request $request)
|
||||
{
|
||||
// return view('index/view', ['name' => 'webman']);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user