DEV Community

Obinna Johnson
Obinna Johnson

Posted on

Changing Your Laravel Version

Step 1: cd into your project directory

step 2: locate and delete the vendor Folder
step 3: open composer.json file

step 4: locate "laravel/framework": "^6.2",
change to the version you want e.g 5.8
step 5: run composer install or composer update

The End

Top comments (2)

Collapse
 
alyatek profile image
alyatek

:)

Collapse
 
msamgan profile image
Mohammed Samgan Khan

this will create a problem if you are using some plugins which are not updated for the laravel v6.2.