Show linked domains on cards and fix Email leftovers.
Deploy Ladill Hosting / deploy (push) Successful in 24s

Display hosted_sites on account cards, scope Afia and Settings to hosting,
add hosting_settings for notifications, and remove mailbox UI from the
hosting layout and account pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-06 17:30:40 +00:00
co-authored by Cursor
parent c4bd4efbed
commit 5703a00862
19 changed files with 202 additions and 329 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<?php
return [
// Afia — Ladill Email's in-app AI assistant. Self-contained: the app calls
// the LLM directly with an email-specific prompt + the user's live context.
// Afia — in-app AI assistant. Product scope is set per deployed app (hosting | email).
'product' => env('AFIA_PRODUCT', 'hosting'),
'enabled' => (bool) env('AFIA_ENABLED', true),
'provider' => env('AFIA_PROVIDER', 'openai'), // openai | anthropic
'model' => env('AFIA_MODEL', 'gpt-4o-mini'),