Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.younegotiate.com/llms.txt

Use this file to discover all available pages before exploring further.

Real-World Example

Jane uploads a profile image and chooses portal colors that make her account area feel personal. The portal should save valid personalization choices and reset safely when she chooses defaults.

Visual Flow

How It Should Work

  • It should let the consumer personalize image and color settings where supported.
  • It should validate uploads and color values before saving.
  • It should provide a safe reset to default personalization.

How It Should Not Work

  • It should not accept unsafe upload types.
  • It should not let personalization break readability or core portal navigation.
  • It should not apply one consumer personalization to another consumer.

Developer Notes

  • Personalization can clear cache so the updated image and colors show correctly.
  • Keep this page optional and separate from payment-critical setup.
  • app/Livewire/Consumer/Profile/PersonalizeLogo.php
  • app/Livewire/Consumer/Forms/Profile/PersonalizeLogoForm.php
  • resources/views/components/consumer/profile-layout.blade.php
Last modified on May 25, 2026