Instructions for setting up the SaasCart Next.js admin panel
nextjs-saascart-admin
directory that you downloaded from CodeCanyon.
next.config.js
next.config.js
in your code editor.URL
to your Laravel API server URL.storageURL
to the primary domain for Laravel.nextjs-saascart-admin
folder, run the following command in the terminal to install dependencies:
node_modules
folder and package-lock.json
file, then run npm install
again.