DEV Community

Obinna Johnson
Obinna Johnson

Posted on

3

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.

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay