composer.json 수정
"php": "^8.0",
"laravel/framework": "^9.0",
"nunomaduro/collision": "^6.1",
facade/ignition 을 아래로 변경
"spatie/laravel-ignition": "^1.0",
lang 폴더 경로 변경
lang 폴더를 resource 에서 최상위 폴더로 꺼내기
postgres config.php 수정
config/database.php
'schema' => 'public',
을 아래로 변경
'search_path' => 'public',
아마존 S3 사용 중일 경우
composer require -W league/flysystem-aws-s3-v3 "^3.0"
로 변경 설치
https://laravel.com/docs/9.x/upgrade#belongs-to-many-first-or-new
기타 더 필요한 수정 사항은 위에서 확인하면 된다.
나는 이정도만 수정해도 업데이트 하는데 문제 없었음.