登录注册功能
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use App\Service\UtilsService;
|
||||
use App\Service\common\UtilsService;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/', function () {
|
||||
@@ -11,4 +11,5 @@ Route::get('/', function () {
|
||||
* 自动注册路由
|
||||
*/
|
||||
UtilsService::class::getInstance()->autoRouteRegister([
|
||||
'' => \App\Http\Controllers\LoginController::class, // 登录控制器
|
||||
]);
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/', function () {
|
||||
|
||||
$framework = \App\Models\ProjectModal::with([
|
||||
$framework = \App\Models\ProjectModel::with([
|
||||
'frameworks',
|
||||
'labels',
|
||||
'technologyStacks',
|
||||
|
||||
Reference in New Issue
Block a user