"A Tour of the Laboratory!"
"Come, come! Let me show you every glorious mechanism of my creation!"
"Please don't touch the beakers. Last visitor cost us three months of work."
Posts, Pages & More
"The brain of our magnificent creature! Here is where all thoughts—I mean, content—is managed with surgical precision!"
"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)
<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>
Define Fields in Templates
"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!"
"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!)
Taxonomies & Categories
"A proper laboratory must be ORGANIZED! Every specimen catalogued, every content piece in its place!"
"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.
Built-in SEO Tools
"What good is creating life if the WORLD CANNOT FIND IT?! My creature shall be DISCOVERABLE across all search engines!"
"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
Dynamic Settings System
"Every great laboratory needs a control panel! Dials, switches, levers—well, actually, it's a nice web interface. But equally powerful!"
"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!"
"Additional organs—I mean, features—to supercharge your creation!"
"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?"
"The laboratory awaits! All the tools are prepared, the lightning rod is charged, and victory is within grasp!"
"It really is just a 'composer require' away. Very anticlimactic, but effective."