: Add the package to your project using Composer. composer require mchervenkov/sameday Use code with caution.
: Run the vendor publish command to generate your local configuration file. php artisan vendor:publish --tag=sameday-config Use code with caution. sameday.json
: 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) : Add the package to your project using Composer
{ "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 "name": "Sameday AI"
The file sameday.json is typically associated with configurations for or specific UI branding assets for GoSameday . 1. Identify Your Use Case The guide depends on which "Sameday" service you are using:
: 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 setting up shipping/tracking for an e-commerce store (e.g., via the PHP SDK or Laravel package ).