Guide to setting up the SaasCart database in phpMyAdmin with dummy or no data options
root
as the username and leave the password blank if not set. Click Go to log in.saascart
as the name or anything you wish.saascart
will now be listed on the left sidebar.saascart
database created, you can now import the data.
saascart
database in the sidebar, then select the Import tab.saascart_dummy_data.sql
file.saascart_no_data.sql
.DB_DATABASE=saascart
, DB_USERNAME=root
, and DB_PASSWORD
in your .env
file match your phpMyAdmin settings.