更新功能

This commit is contained in:
2023-02-23 22:34:00 +08:00
parent 6885382c52
commit 4995c5b6be
18 changed files with 444 additions and 200 deletions

View File

@@ -1,18 +1,6 @@
<?php
use Illuminate\Support\Facades\Route;
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/
Route::get('/', function () {
return view('welcome');
});
})->name('home');