Sameday.json

: You are setting up shipping/tracking for an e-commerce store (e.g., via the PHP SDK or Laravel package ).

: Run the vendor publish command to generate your local configuration file. php artisan vendor:publish --tag=sameday-config Use code with caution.

: Your sameday.json (or the resulting config file) will typically look for these keys in your .env : SAMEDAY_USERNAME SAMEDAY_PASSWORD SAMEDAY_API_URL (usually https://api.sameday.ro). 3. Data Structure Guide (Branding/JSON Example)

: You are using a design system file (like the one found in GoSameday's Gists ) to define brand colors or hex codes. 2. Integration Guide (Laravel/PHP Example)