Lofi Framework

A WordPress-like CMS framework for Laravel - Low Friction, High Productivity

Settings (28)

.user.1.admin_theme classic
.cms.blog.enable_comments 0
.cms.faq.enable_schema 1
.cms.routes.blog_enabled 1
.cms.routes.faq_enabled 1
.cms.routes.pages_enabled 1
.cms.contact.enabled 1
.cms.date_format F j, Y
.cms.ssg.multisite 1
.swarm.debug 1
.swarm.rag.enabled 1
.swarm.mcp.enabled 1
.swarm.memory.enabled 1
.swarm.orchestrator.enable_tools 1
.swarm.orchestrator.parallel_tool_calls 1
.swarm.workflows.async 0
.swarm.outputs.enabled 1
.swarm.outputs.async 1
.swarm.api.auth_required 1
.swarm.oauth.enabled 1
.swarm.oauth.allow_registration 1
.ai.debug 0
.ai.mcp.enabled 1
.ai.outputs.enabled 1
.ai.outputs.async 1
.ai.oauth.enabled 1
.ai.oauth.allow_registration 1
.ai.api.auth_required 0

Themes (0)

Analytics

Page Views Tracked 0

Analytics data collected from demo seeder with various pages, devices, and browsers.

Webhooks (0)

Swarm AI Agents (0)

Admin Panel

Access the Lofi admin panel to manage your content, settings, and more.

Go to Admin →

Lofi Core Features

  • Settings Management
  • Theme Engine
  • Webhooks System
  • Analytics & Tracking
  • SEO Testing
  • Swarm AI Agents
  • Media Library
  • User Management
  • Hook System (WordPress-like)
  • Revisions Tracking

Installation

# Add to your Laravel project
composer require lofi/core

# Run migrations
php artisan migrate

# Publish assets (optional)
php artisan vendor:publish --tag=lofi-assets