creazione dashboard

This commit is contained in:
2022-03-16 11:46:52 +01:00
parent dd3ea5507a
commit 04a6942fc7
5 changed files with 80 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ Route::get('/', function () {
});
Auth::routes(['register' => false]); // Production only
// Auth::routes();
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');