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

InspiredPrynce's avatar

Change Laravel version on Laragon

I just installed Laragon and the default laravel version is 9. I want to be able to install on other versions of laravel from 7.x to 9.x

When I run composer through laragon cmdr i get this error

Cannot use laravel/laravel's latest version v7.0.0 as it requires php ^7.2.5 which is not satisfied by your platform.

In CreateProjectCommand.php line 421:

  Could not find package laravel/laravel with version 7.0 in a version installable using your PHP version, PHP extens
  ions and Composer version.

or this one in Laravel 8

λ composer create-project --prefer-dist laravel/laravel:^8.0 volobankui                                                                         
Creating a "laravel/laravel:8.0" project at "./volobankui"                                                                                      
Info from https://repo.packagist.org: #StandWithUkraine                                                                                         
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 installable using your PHP version, PHP extensions and Composer version. 
0 likes
1 reply
Tray2's avatar

You need to downgrade your php version or use an earlier version of Laragon that uses php 7.

I would not recommend it though since php 7.4 reaches end of life in three days.

https://endoflife.date/php

Please or to participate in this conversation.