Failed to download laravel/laravel from dist: The zip extension and unzip/7z commands are both missing, skipping.
PHP error: "The zip extension and unzip command are both missing, skipping."
→ extension=zip 에서 세미콜론 삭제 후 해결
composer create-project laravel/laravel:^9.0 example-app
cd example-app
php artisan serve ---? 에러발생
참고- Failed to open stream: No such file or directory in

에러 발생 → 하단의 경로로 이동하여 ;extension=fileinfo을 extension=fileinfo로 변경하고 저장한뒤 실행
참고- Error: To enable extensions, verify that they are enabled in your .ini files 해결
에러 발생
초록 박스에 encryption key 생성 버튼 클릭
다시 실행해보기 → OK


다시 php artisan serve해보고 이 창이 뜨면 셋업은 끄ㅡㅌ~~~!