Need assistance. Upgrading to Laravel 9 from 8 #43134
-
Your requirements could not be resolved to an installable set of packages. Problem 1 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
At first, delete vendor folder. I think this will help you. |
Beta Was this translation helpful? Give feedback.
-
read more at the docs: https://laravel.com/docs/9.x/contributions#support-questions |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
At first, delete vendor folder.
then change laravel/framework version to ^9.19, and change other packages versions to the version that support laravel 9.
I think this will help you.