Instructions for setting up and running the SaasCart API
saascart-api
directory that you downloaded from CodeCanyon.
.env
file:localhost
with the current running port in APP_URL
. For example:
APP_URL=http://localhost:8000
DB_DATABASE=saascart
DB_USERNAME=root
DB_PASSWORD=database_password
APP_URL
is set correctly. Incorrect configuration may affect features like uploading, downloading, and displaying images. Double-check to ensure accuracy. saascart-api
folder, run the following command to install the required dependencies: