Search code examples
laravelserverversionupgrade

How to upgrade laravel version on cpanel server?


Do we need to remove whole project and reupload the upgraded version of the project . Or if there is a simple procedure to do so?


Solution

  • btw I found the answer which I was looking for. Replace the updated composer.json file and ssh into the server and run "composer update". This will just upgrade the version on server. Hope this info might help someone.