i have php 7.4 on my server after installing
when going to login page it come back with this error
Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 8.0.0”.
can you help how to solve that
- MSAnswered
Hello,
Please use php8.0 or run
composer install
command from your terminal after opening the folder you have upload the files.Thank you
- JBAnswered
I experience this. when accessing the domain after install, it says Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 8.0.0”.
I contacted the hosting but there’s no way to use PHP8.
Is there a way to bypass it?
- MSAnswered
Janwil Brayles What is your php version? If php7.4, then you can run
composer install
to install the packages agian. Thank you - JBAnswered
How to use composer install? do we have the tutorial on PDF?
- MSAnswered
Hello,
I don’t have tutorial, but these are the steps.
- Open terminal/ssh to your server
- Open the folder where you have uploaded the files
- Run
composer install
Most of the shared hosting offer cPanel & Plesk, both have the options to run command for the site. For vps, you can login using ssh.
You can check with your server admin as they can guide you exactly, how to run the commands for the site.
Thank you
- Login to Reply