Update to Laravel 8 in Laragon

4.7k views Asked by At

I have no clue how to update my laravel in laragon.

I was told to go to Menu>quick add>laravel but its not an option.

CLICK HERE TO SEE IMAGE

1

There are 1 answers

3
aasutossh On

Update your Laragon PHP version to latest. Follow the instruction https://forum.laragon.org/topic/166/tutorial-how-to-add-another-php-version-php-7-4-updated. Steps:

  1. Download the latest PHP version from https://www.php.net/downloads.
  2. Extract the zip to C:/laragon/bin/php/ and set the version of PHP from the laragon menu Menu -> PHP -> version and select the folder you just extracted.

After that, create new laravel project from the Menu -> Quick App -> Laravel.