https://codecanyon.net/comments/30445643
I am using php v8.2
There are no php error logs for v3 as it has not been installed as there is no “install” file or documents, just the files extracted from the downloaded purchase.
Ho do you install v 3?
- MSAnswered
Hello,
You can follow the installation instructions from documentation.pdf and if you can’t access the
/install
route then please check server php error logs and the Laravel logs in thestorage/logs/
folder.Please make sure that you have the root path correctly to the
public
folder in your uploaded files.Thank you
- SAnswered
Hello, I have a shared hosted server, PHP is set at 8.1/2. Zip file has been uploaded to the server and extracted. There is no “install” file or folder to be seen. The server is running Apache on a Linux system.
The first line of the document says “For PHP8.0, you need to run
composer install
command”… I am not familiar with that and “composer” is not installed in any event. I therefore cannot check any logs.Other than that, v2 works, but cannot install v3.
- MSAnswered
Hello,
The
/install
is not folder but route.If you install v3 then you don’t have to install packages but just set the php version to 8.2 and set the root path to
public
folder in your uploaded file. Then you should be able to access the/install
If you still have issues, please check the server php error logs and let me know the error details so that I can suggest.Thank you
- Login to Reply