Sameday.json Apr 2026

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

If the file is for UI branding, it often follows a key-value structure for themes: sameday.json

If you are using sameday.json for courier API settings, follow these steps: : Run the vendor publish command to generate

: 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) sameday.json

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

: Add the package to your project using Composer. composer require mchervenkov/sameday Use code with caution.