Route::get('/', function () {
return view('welcome');
});
Route::get('/diary','DiaryController@index')->name('dialy.list');
Route::get('/diary/{id}','DiaryController@show')->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