wip: article AI polish, category SEO fields, cover generator, membership plan seeder
CI / PHPUnit (PHP 8.3) (push) Failing after 4s
CI / PHPUnit (PHP 8.2) (push) Failing after 1m9s
CI / Deploy (manual gate) (push) Skipped

This commit is contained in:
2026-09-07 18:48:37 +00:00
parent 263b98b218
commit 3cec4c5e18
121 changed files with 4701 additions and 313 deletions
+8 -3
View File
@@ -88,9 +88,14 @@ LARABLOG_DEFAULT_CONTENT_FORMAT=markdown
LARABLOG_IMPORT_CONTENT_FORMAT=html
# AI provider: stub | openai_compatible
AI_PROVIDER=stub
AI_API_BASE_URL=https://api.openai.com/v1
# After first migrate, run: php artisan db:seed --class=AiSettingsSeeder
# to copy these into Spatie settings (Filament Site Settings → AI).
AI_PROVIDER=openai_compatible
AI_API_BASE_URL=https://apihub.agnes-ai.com/v1
AI_API_KEY=
AI_MODEL=gpt-4o-mini
AI_MODEL=agnes-2.0-flash
# Optional TTF/OTF for template cover text (Chinese-capable recommended)
# LARABLOG_COVER_FONT=/path/to/NotoSansSC-Regular.otf
VITE_APP_NAME="${APP_NAME}"