Creato controller e route per il menu auto

This commit is contained in:
2023-03-15 16:08:03 +01:00
parent 9bfb9a1903
commit 6b71f88ccf
9 changed files with 988 additions and 1197 deletions

View File

@@ -21,7 +21,7 @@ Route::get('/', function () {
});
Auth::routes(['register' => false]); // Production only
// Auth::routes(); //development mode
//Auth::routes(['register' => false]); // Production only
Auth::routes(); //development mode
Route::get('/calendar', [TagController::class,'calendartest'])->name('calendar');
Route::get('/home', [App\Http\Controllers\HomeController::class, 'index'])->name('home');