Guidevera

Application Settings

All Guidevera settings are configured in config/app.php under the Manual key. Environment-specific overrides (database credentials, security salt) go in config/app_local.php.

General

KeyDefaultDescription
appName'Guidevera'Application title shown in header and browser tab
appLanguage'en'HTML lang attribute
textDirection'ltr''ltr' or 'rtl'
baseUri'/'Base URL path if installed in a subdirectory
editorLanguage'en-US'Summernote editor locale
notifyEmail''Email address for admin notifications (empty = disabled)
maxUploadSize10485760Maximum file upload size in bytes (default 10 MB)

UI & Navigation

KeyDefaultDescription
showAuthorDetailstrueShow creator/modifier name and timestamps on pages
showLinkButtontrueShow "Copy link" button for guests
showLoginButtontrueShow login button in header for guests
showNavigationIconsfalseShow folder/document icons in page tree
showNavigationNumberingfalseShow chapter numbers (1.2.3) in page tree
showNavigationRootfalseShow root page in navigation, breadcrumbs and sitemap
showTopNavigationtrueShow Pages / Index / Search tabs in sidebar
useLogofalseShow a logo image instead of the app name text
logoPath''Path to logo file relative to webroot
enableDarkModetrueShow dark mode toggle in header
enableFontSizetrueShow A- / A+ font size buttons in header
enableCookieConsenttrueShow GDPR cookie consent banner on first visit
enableBreadcrumbstrueShow breadcrumb path above page content
enablePrevNexttrueShow previous/next page navigation links

Features

KeyDefaultDescription
enablePrintfalseShow print button on pages
enableFeedbacktrueShow thumbs up/down feedback widget on active pages
enableRevisionstrueSave page revision history on every save
enableCommentsfalseEnable internal page comments
enableMentionsfalseEnable @username autocomplete in comments
enableImportfalseEnable import from Markdown/HTML files
enableMarkdownExporttrueShow Markdown export button on pages
enablePdfExportfalseShow PDF export button on pages
enableSmartLinkstrueEnable page autocomplete in editor link dialog
enableMediaLibrarytrueEnable the media library at /media
enableSubscriptionstrueEnable page change subscriptions
enableAcknowledgementsfalseEnable read acknowledgement confirmations
enableInlineCommentsfalseEnable paragraph-level inline review comments
enableAuditLogfalseEnable audit logging of all actions
enableContentAnalyticstrueEnable content analytics view for admins
enableWebhooksfalseEnable webhook delivery on page events

Workflow & Content Lifecycle

KeyDefaultDescription
enableReviewProcessfalseEnable four-stage review workflow (Draft → Review → Published → Archived)
enableScheduledPublishingfalseEnable automatic publish/expire by date (requires cron)
trashRetentionDays30Auto-purge trash items older than this many days
staleContentMonths12Flag pages as stale after this many months without an update

Translations

KeyDefaultDescription
enableTranslationsfalseEnable multilingual content translations
contentLocales['en']List of available content language codes
defaultLocale'en'Primary language code — stored directly on the page
Configuring Webhooks Reference
admin app-config configuration feature-flags settings