I upload my laravel project on azure. However when I go to the link I got this error. My project php version is 8.0.0 and my azure php version is 7.4.11. How can I can increase the version on my azure php.
Question posted in PHP Versions
You can find a list of all versions here.
You can find a list of all versions here.
3
Answers
Simply go to
vendor/composer/
, then you will findplatform_check.php
file. Just open it and comment full code. Save it. That’s it. You can now use it with lower php verson.If you are deploying your application, you need to update your php version to php version 8
I have the same problem and now it already solve.
composer update
composer update