Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Flex's avatar
Level 4

how to install Laravel 8.0 with php 8.2

I need work with Laravel 8 project. but my current php version is 8.2 when I try to download Laravel 8 project composer uncounted following error message here.

F:24\laravel + vue>composer create-project laravel/laravel:^8.0 example-app
Creating a "laravel/laravel:8.0" project at "./example-app"
Cannot use laravel/laravel's latest version v8.0.0 as it requires php ^7.3 which
 is not satisfied by your platform.

In CreateProjectCommand.php line 421:

  Could not find package laravel/laravel with version 8.0 in a version instal
  lable using your PHP version, PHP extensions and Composer version.

how could I fix this problem?

0 likes
4 replies
gych's avatar

Why not install a newer version of Laravel ? Laravel 8 is not supported anymore.

Laravel 8 does not support PHP 8.2

Snapey's avatar
Snapey
Best Answer
Level 122

how could I fix this problem?

by installing php 7.4

Please or to participate in this conversation.