編集するファイルの在りか

ログイン後の画面
app/Providers/RouteServiceProvide.php

メニューの追加
resources/views/layoutsの中のnavigation.blade.php

ログインと登録ページへのリンクを追加
resources/views/layouts/guest.blade.php

ログイン画面・登録画面のロゴ
resources/views/components/application-logo.blade.php

ログイン画面
resources/views/auth/login.blade.php

登録画面
resources/views/auth/register.blade.php

Gateの設定
pp/Providersの中のAuthServiceProvider.php

Policyの作成
php artisan make:policy PostPolicy --model=Post
作成したPolicyは、app/Providersの中のAuthServiceProvider.phpに登録

avatarに関する設定ユーザー登録コントローラー
app/Http/Controllers/Authの中
RegisteredUserController.php

forum.cssへのリンク
resources/views/layouts/app.blade.php

@apply の適応
resources/css/app.css 

画像の準備
https://www.ac-illust.com/main/detail.php?id=22387379&word=%E3%82%B7%E3%83%90%E3%82%A4%E3%83%8C&searchId=4154461844