Implement academy analytics, billing, and web stories updates

This commit is contained in:
2026-05-26 07:27:29 +02:00
parent 456c3d6bb0
commit 0b33a1b074
177 changed files with 27360 additions and 2685 deletions

View File

@@ -24,6 +24,10 @@ class AcademyPromptTemplate extends Model
'negative_prompt',
'usage_notes',
'workflow_notes',
'documentation',
'placeholders',
'helper_prompts',
'prompt_variants',
'difficulty',
'access_level',
'aspect_ratio',
@@ -41,6 +45,10 @@ class AcademyPromptTemplate extends Model
protected $casts = [
'tags' => 'array',
'tool_notes' => 'array',
'documentation' => 'array',
'placeholders' => 'array',
'helper_prompts' => 'array',
'prompt_variants' => 'array',
'featured' => 'boolean',
'prompt_of_week' => 'boolean',
'active' => 'boolean',