If the file is for UI branding, it often follows a key-value structure for themes:
{ "id": "sameday-ai", "name": "Sameday AI", "usage": "gradient highlight", "hex": "#your-color-code" } Use code with caution. 4. Basic JSON Management Tips mchervenkov/sameday - Packagist.org sameday.json
If you are using sameday.json for courier API settings, follow these steps: If the file is for UI branding, it
: Add the package to your project using Composer. composer require mchervenkov/sameday Use code with caution. "name": "Sameday AI"
: You are setting up shipping/tracking for an e-commerce store (e.g., via the PHP SDK or Laravel package ).
: 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)