Laboratory Tour

"A Tour of the Laboratory!"

Dr. Von Frankenstein

"Come, come! Let me show you every glorious mechanism of my creation!"

Igor

"Please don't touch the beakers. Last visitor cost us three months of work."

The Cerebral Cortex

Posts, Pages & More

Dr. Von Frankenstein

"The brain of our magnificent creature! Here is where all thoughts—I mean, content—is managed with surgical precision!"

Igor

"It's actually quite user-friendly, Master. Very intuitive."

  • Rich text editor with image support
  • Hierarchical page structure (like a family tree, but for pages)
  • Draft, scheduled, and published states
  • Revision history (for when experiments go wrong)
Screenshot: Post editor with rich content editing
page-home.blade.php

<section class="hero">
    <h1>
        @frankenText('hero.title', [
            'label' => 'Hero Title',
            'default' => 'Welcome'
        ])
    </h1>

    @frankenRepeater('hero.features', [
        'schema' => [
            ['name' => 'icon'],
            ['name' => 'title'],
        ]
    ])
        <div>{{ $franken->title }}</div>
    @endFrankenRepeater
</section>
The Nervous System

Define Fields in Templates

Dr. Von Frankenstein

"THIS is where the true genius lies! Why configure fields in some distant file when you can define them RIGHT WHERE THEY'RE USED?! It's REVOLUTIONARY!"

Igor

"It is quite clever, Master. The admin panel automatically picks up the fields."

  • Text, textarea, rich editor fields
  • Repeater fields for dynamic content
  • Image and file uploads
  • Smart caching (it knows when to regenerate!)
The Filing System

Taxonomies & Categories

Dr. Von Frankenstein

"A proper laboratory must be ORGANIZED! Every specimen catalogued, every content piece in its place!"

Igor

"Master is very particular about labeling. You should see the refrigerator."

Categories

Hierarchical categories for organizing content. Like genus and species, but for blog posts!

Tags

Flat tags for cross-cutting topics. Stick them on anything! "Master loves his label maker."

Custom Taxonomies

Create your own classification systems! Because sometimes "categories" just isn't specific enough.

The Voice Box

Built-in SEO Tools

Dr. Von Frankenstein

"What good is creating life if the WORLD CANNOT FIND IT?! My creature shall be DISCOVERABLE across all search engines!"

Igor

"He means it's good for Google rankings, Master. Very practical."

  • Custom meta titles and descriptions
  • Open Graph & Twitter Cards
  • Automatic XML sitemaps (maps to your creation!)
  • Configurable robots.txt
  • Canonical URL management
Screenshot: SEO settings panel
Screenshot: CMS Settings page
The Control Panel

Dynamic Settings System

Dr. Von Frankenstein

"Every great laboratory needs a control panel! Dials, switches, levers—well, actually, it's a nice web interface. But equally powerful!"

Igor

"External packages can even add their own tabs. It's quite extensible."

  • Type-safe settings with spatie/laravel-settings
  • Extensible tab architecture
  • Namespaced to prevent conflicts
  • Access settings anywhere with helpers

"But Wait, There's More!"

Dr. Von Frankenstein

"Additional organs—I mean, features—to supercharge your creation!"

Igor

"Master stayed up many nights adding these."

Media Library

The eyes! Spatie Media Library with focal point cropping.

Authorization

Gates, policies, and panel access control!

Menu Builder

Drag-and-drop. Even Igor can do it!

AI Integration

A brain that writes its own thoughts!

RSS & Atom Feeds

Broadcasting to the masses!

Breadcrumbs

So visitors don't get lost in the castle!

Author Bios

Credit where credit is due!

Plugin System

Add new limbs—I mean, features!

"Ready to Begin Your Experiment?"

Dr. Von Frankenstein

"The laboratory awaits! All the tools are prepared, the lightning rod is charged, and victory is within grasp!"

Igor

"It really is just a 'composer require' away. Very anticlimactic, but effective."