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 3mo 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 1mo ago

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

20

—

LowBetter than 14% of packages

Maintenance57

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

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://www.gravatar.com/avatar/34dbbb79cb4e93c895e224b8a6fa6f2d1de35d9962192d568b42fc365546cfb1?d=identicon)[marceli-to](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M120](/packages/cakephp-chronos)

PHPackages © 2026

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