I have a rather old RESTful API based on Laravel. I want to upgrade it to the latest version, but I’m afraid to do it the wrong way and cause a lot of issues. Not only that, but I saw some explanations, but I’m afraid to use them without making sure they’re true, so I put this topic here to find a solution to this problem.
2
Answers
You don’t worry, following these three steps.
Updating composer.json file.
And Run it.
Migrations.
Follow these steps to update with the latest version of laravel
Step 1: Update dependency
Step 2: Update the composer
Step 3: Run the migrate & seed command