PHPackages                             marceli-to/aicms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. marceli-to/aicms

ActiveLibrary[Framework](/categories/framework)

marceli-to/aicms
================

AI-powered CMS for Laravel - Edit static content via chat

016PHP

Since Feb 1Pushed 5mo agoCompare

[ Source](https://github.com/marceli-to/aicms)[ Packagist](https://packagist.org/packages/marceli-to/aicms)[ RSS](/packages/marceli-to-aicms/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

AICMS
=====

[](#aicms)

AI-powered CMS for Laravel — Edit static content via chat.

Installation
------------

[](#installation)

```
composer require marceli-to/aicms
```

Configuration
-------------

[](#configuration)

Publish the config file:

```
php artisan vendor:publish --tag=aicms-config
```

Add your Anthropic API key to `.env`:

```
AICMS_ANTHROPIC_KEY=sk-ant-...
AICMS_MODEL=claude-sonnet-4-20250514
```

Edit `config/aicms.php` to define which files are editable:

```
'editable_paths' => [
    'resources/views/pages/*.blade.php',
    'content/**/*.md',
],
```

Usage
-----

[](#usage)

1. Make sure you have authentication set up in your Laravel app
2. Visit `/aicms` (or your configured route prefix)
3. Start chatting to edit content

### Example prompts

[](#example-prompts)

- "Change the homepage title to 'Welcome to Our Site'"
- "Update the contact email to "
- "List all editable files"
- "Show me the about page content"

Middleware
----------

[](#middleware)

By default, AICMS uses `['web', 'auth']` middleware. Customize in config:

```
'middleware' => ['web', 'auth', 'admin'],
```

Customizing Views
-----------------

[](#customizing-views)

Publish views to customize the UI:

```
php artisan vendor:publish --tag=aicms-views
```

Views will be copied to `resources/views/vendor/aicms/`.

Security
--------

[](#security)

- Only files matching `editable_paths` patterns can be read/modified
- Uses your existing Laravel authentication
- API key is stored server-side, never exposed to client

License
-------

[](#license)

MIT

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance50

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/52077649?v=4)[marceli.to](/maintainers/marceli-to)[@marceli-to](https://github.com/marceli-to)

---

Top Contributors

[![marceli-to](https://avatars.githubusercontent.com/u/52077649?v=4)](https://github.com/marceli-to "marceli-to (13 commits)")

### Embed Badge

![Health badge](/badges/marceli-to-aicms/health.svg)

```
[![Health](https://phpackages.com/badges/marceli-to-aicms/health.svg)](https://phpackages.com/packages/marceli-to-aicms)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M298](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
