PagibleAI is a standard Composer package. Add it to any Laravel 11, 12 or 13 application and run the migrations — no separate services, no external dependencies.
composer require aimeos/pagible
php artisan cms:install
php artisan migrate
The AI-powered CMS package built for Laravel developers. Install with Composer, customize with Blade, deliver content via GraphQL and JSON:API — all within your existing Laravel application.
Get Started
PagibleAI is a standard Composer package. Add it to any Laravel 11, 12 or 13 application and run the migrations — no separate services, no external dependencies.
composer require aimeos/pagible
php artisan cms:install
php artisan migrate
Full-featured admin API powered by Lighthouse. Manage pages, elements, files, users, and permissions programmatically.
Read-only REST API for lightning-fast content delivery. Fetch complete pages with all related data in a single optimized request.
Customize every aspect of the frontend using familiar Blade templates. Override views, add components, and build pixel-perfect layouts.
All CMS models use Eloquent with UUIDs, soft deletes, and standard relationship methods — query and extend them like any Laravel model.
Auto-discovery out of the box. No manual registration, no boilerplate — just install the package and it works.
Integrates with Laravel’s routing and authentication. Configurable catch-all routes and middleware for complete control.
PagibleAI gives you three ways to deliver content — choose what fits your project, or combine them:
GraphQL Admin API — Powered by Lighthouse, the admin API provides complete control over pages, elements, files, versions, and user permissions. It’s the backbone of the Vue.js admin panel and can be used to build custom admin interfaces or automate content workflows.
JSON:API for Content Delivery — A read-only, JSON:API-compliant REST endpoint optimized for frontend consumption. Delivers all page data, nested elements, and file references in a single request — ideal for SPAs, mobile apps, and static site generators.
Blade Templates with Themes — The fastest way to build a complete website. PagibleAI ships with a theme engine that renders pages using Laravel’s Blade templates. Publish and customize the views, create your own themes, or assign different themes per page. Perfect for server-rendered sites where you want full control over the HTML without building a separate frontend.
Features
PagibleAI
OctoberCMS
Statamic
AI-powered content
WYSIWYG
Version Control
GraphQL API
JSON:API
Scalability
Customization
Full-text Search
Roles & permissions
Multi-language
Multi-domain
Multi-tenancy
CMS Import
Open Source
Create drafts, rewrite text, adjust tone, and expand outlines using LLMs — directly from the admin panel.
Resize, crop, and optimize images with AI-assisted processing. No external image editing tools needed.
Convert audio and video files into searchable text content automatically using speech-to-text AI.
Translate pages and content elements across 9+ languages with a single action via Prism PHP.
33 ready-to-use tools that let AI assistants like Claude manage your entire CMS programmatically.
AI-generated meta descriptions, titles, and keyword suggestions to improve search engine visibility for every page.
PagibleAI grows with your application — from a simple blog to a high-traffic enterprise platform:
Every change creates an immutable snapshot. Full audit trail of who changed what and when, with complete rollback.
Editors work on drafts while the public sees the last published version. Edit freely without affecting the live site.
Set pages to go live at a specific date and time. Plan content launches ahead without manual intervention.
PagibleAI takes security seriously so you don’t have to worry about common vulnerabilities:
Define new content element types with your own fields and Blade templates. Extend the CMS without modifying core code.
Create reusable content blocks once and reference them across multiple pages. Update once, reflect everywhere.
Migrate from WordPress with a built-in Artisan command. Import posts, pages, media, and metadata seamlessly.
Full i18n support with 9+ locales. Manage translations per page with linked language versions.
Serve different page trees based on the request domain. Run multiple sites from a single Laravel application.
Use freely in commercial projects without licensing restrictions. No per-site fees, no vendor lock-in.
Yes. PagibleAI is a standard Composer package with auto-discovery. Run composer require, publish the config, and migrate — your existing routes, models, and middleware remain untouched.
PagibleAI supports Laravel 11, 12, and 13. It follows Laravel’s release cycle and is tested against all supported versions.
SQLite, MySQL, PostgreSQL, and SQL Server are all fully supported — including full-text search on each platform using native database features.
Yes. All static state is designed to be safe in long-running Octane environments. No special configuration is needed.
Absolutely. The JSON:API and GraphQL endpoints let you use PagibleAI as a pure headless CMS, delivering content to React, Vue, mobile apps, or any other frontend.
Every model is automatically scoped by a tenant_id via a global Eloquent scope. You configure the tenant resolver once, and all queries are isolated automatically.
Yes. PagibleAI is released under the LGPL-3.0 license, which allows free use in both open-source and commercial applications.
Three commands. Zero configuration. PagibleAI integrates seamlessly with your existing Laravel application — install it now and start managing content in minutes.
Get Started