Question: Localhost Setup Problem

Localhost Setup Problem

I bought the code recently, but when installing it on my device using "xampp localhost" I followed all the steps correctly until I reached the stage of log in the system. There was a problem

I bought the code recently, but when installing it on my device using "xampp localhost" I followed all the steps correctly until I reached the stage of log in the system. There was a problem at the beginning. I tried to install it on the "php 7.4" version, and this message appeared
"composer detected issue"
And tried to install it again on version
"php 8.0.2" But at the same stage, which is log in the site, another problem appears, which is "the page isnt working" as shown in the picture
What is the solution please
  • MS

    Mian Saleem

    Answered
    Hello,

    If you are using php7.4, please run `composer install` to install the packages. The default vendor is installed on php8

    If you have enabled SSL then please update the `base_url` in `app/config/config.php` to `https://` too.

    Thank you
  • Login to Reply