Route::get('/', function () {
return view('welcome');
});
Route::get('/diary','[email protected]')->name('dialy.list');
Route::get('/diary/{id}','[email protected]')->name('diary.show');
You can change the color like this! Somehow amazing. I feel like I'm on the path of a programmer step by step.
Recommended Posts