模块Demo
This commit is contained in:
0
Modules/Demo/app/Http/Controllers/.gitkeep
Normal file
0
Modules/Demo/app/Http/Controllers/.gitkeep
Normal file
8
Modules/Demo/app/Http/Controllers/Admin/Index.php
Normal file
8
Modules/Demo/app/Http/Controllers/Admin/Index.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Demo\Http\Controllers\Admin;
|
||||
|
||||
class Index {
|
||||
|
||||
public function index(){}
|
||||
}
|
||||
8
Modules/Demo/app/Http/Controllers/Api/Index.php
Normal file
8
Modules/Demo/app/Http/Controllers/Api/Index.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Demo\Http\Controllers\Api;
|
||||
|
||||
class Index {
|
||||
|
||||
public function index(){}
|
||||
}
|
||||
Reference in New Issue
Block a user