Simple code example for integration into BigCommerce.
- PHP 8.1
- Laravel 9
- Composer
Clone the repo:
git clone https://github.com/adityahalim/laravel-bigcommerce.git
cd laravel-bigcommerceInstall the dependencies:
composer installSet the environment variables:
cp .env.example .env
# copy then open .env and modify the environment variables (if needed)Running Program:
php artisan servein your .env file set these values from your app
BIGCOMMERCE_AUTH_TOKEN=your-bigcommerce-auth-token
BIGCOMMERCE_DOMAIN=your-bigcommerce-domain \