初始化
This commit is contained in:
13
webman/app/controller/IndexController.php
Normal file
13
webman/app/controller/IndexController.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace app\controller;
|
||||
|
||||
use support\Request;
|
||||
|
||||
class IndexController
|
||||
{
|
||||
public function index(Request $request)
|
||||
{
|
||||
return view('index/view', ['name' => 'webman']);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user