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
A platform operator updates a configuration value that affects platform behavior. The Superadmin Portal should restrict this to trusted users and make the change clear because configuration can affect multiple creditors and consumers.Visual Flow
How It Should Work
- It should expose only platform settings that Superadmin users are allowed to manage.
- It should validate configuration values before saving.
- It should make platform-wide impact clear to developers before changes are added.
How It Should Not Work
- It should not let normal creditor or consumer users access platform configuration.
- It should not save invalid settings that break payments, communications, or portals.
- It should not hide broad product impact behind a generic form field.
Developer Notes
- This route exists outside the visible Superadmin sidebar today.
- Add specific docs under this page if configuration grows into multiple settings areas.
Related App Areas
routes/superadmin.phpapp/Livewire/SuperAdmin/AdminConfigurationPage.php