PHPackages                             october/boost - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. october/boost

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

october/boost
=============

October CMS Boost provides AI agents with the essential context, guidelines, skills, and tools needed to write high-quality October CMS code.

v1.0.3(1mo ago)7585↓78.3%2MITPHPPHP ^8.1

Since Apr 9Pushed 2w ago2 watchersCompare

[ Source](https://github.com/octobercms/boost)[ Packagist](https://packagist.org/packages/october/boost)[ Docs](https://github.com/octobercms/boost)[ RSS](/packages/october-boost/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

[![October CMS](https://camo.githubusercontent.com/b87a70cc229dfef3a76b6716617a49dc3e6b55cee504440c97f537a910950789/68747470733a2f2f6f63746f626572636d732e636f6d2f7468656d65732f776562736974652f6173736574732f696d616765732f6f63746f6265722d636f6c6f722d6c6f676f2e737667)](https://camo.githubusercontent.com/b87a70cc229dfef3a76b6716617a49dc3e6b55cee504440c97f537a910950789/68747470733a2f2f6f63746f626572636d732e636f6d2f7468656d65732f776562736974652f6173736574732f696d616765732f6f63746f6265722d636f6c6f722d6c6f676f2e737667)

Introduction
------------

[](#introduction)

October CMS Boost extends [Laravel Boost](https://github.com/laravel/boost) with October CMS-specific guidelines, skills, and tools that teach AI agents how to write idiomatic October CMS code.

While Laravel Boost provides the foundation (database tools, log inspection, documentation search), October CMS Boost adds the layer that understands plugins, Tailor blueprints, backend controllers, CMS themes, the AJAX framework, and October's model conventions.

Requirements
------------

[](#requirements)

- October CMS 4.x
- PHP 8.1+
- [Laravel Boost](https://github.com/laravel/boost) ^1.0 or ^2.0

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

[](#installation)

```
composer require october/boost --dev
```

Then run the Boost installer to configure your AI agent:

```
php artisan boost:install
```

During installation, select **october/boost** when prompted to include third-party guidelines.

MCP tools are registered automatically - no manual configuration needed.

What's Included
---------------

[](#whats-included)

### Guidelines

[](#guidelines)

A core guideline file loaded into every AI conversation that covers:

- Critical differences from Laravel (don't suggest Livewire, Inertia, Blade, etc.)
- Architecture overview (plugins, themes, backend, Tailor, AJAX)
- Model conventions (array-based relationships, Validation trait)
- Event system and settings model patterns
- Artisan commands and naming conventions

### Skills

[](#skills)

On-demand knowledge modules that AI agents activate when working in specific domains:

SkillCovers`octobercms-plugin-development`Plugin.php, registration, migrations, settings models, events, console commands, localization, mail templates`octobercms-tailor-development`Blueprints, content fields, entry records, multisite, navigation, columns`octobercms-backend-controllers`Form/List/Relation/Import-Export/Reorder controllers, behavior overrides, filter scopes, YAML configs`octobercms-theme-development`Pages, layouts, partials, Twig, components, theme.yaml customization, error pages, asset compilation`octobercms-ajax-framework`Data attributes, jax API, handlers, partial updates, file uploads, validation, turbo router`octobercms-model-development`Relationships, validation, traits, events, accessors/mutators, deferred bindings, eager loading, extending models### MCP Tools

[](#mcp-tools)

Custom tools that give AI agents real-time access to your October CMS application:

ToolPurpose`SearchOctoberDocs`Search official documentation for Laravel, October CMS, Larajax, and Meloncart`GetBlueprints`List and inspect Tailor blueprint definitions`GetPluginRegistration`List plugins with their components, permissions, navigation`GetThemeStructure`Inspect the active theme's pages, layouts, and partialsHow It Works
------------

[](#how-it-works)

October CMS Boost uses Laravel Boost's extension system:

- **Guidelines** are auto-discovered from `resources/boost/guidelines/` - no configuration needed.
- **Skills** are auto-discovered from `resources/boost/skills/` - AI agents activate them on-demand when the task matches.
- **MCP Tools** are auto-registered via the service provider - they appear alongside Laravel Boost's built-in tools.

License
-------

[](#license)

October CMS Boost is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance94

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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.

###  Release Activity

Cadence

Every ~3 days

Total

4

Last Release

51d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/106532?v=4)[october](/maintainers/october)[@october](https://github.com/october)

---

Top Contributors

[![daftspunk](https://avatars.githubusercontent.com/u/1392869?v=4)](https://github.com/daftspunk "daftspunk (12 commits)")[![FlusherDock1](https://avatars.githubusercontent.com/u/20070837?v=4)](https://github.com/FlusherDock1 "FlusherDock1 (1 commits)")

---

Tags

devaiboostoctobercms

### Embed Badge

![Health badge](/badges/october-boost/health.svg)

```
[![Health](https://phpackages.com/badges/october-boost/health.svg)](https://phpackages.com/packages/october-boost)
```

###  Alternatives

[gonetone/laravel-boost-windsurf-extension

Laravel Boost extension package that provides Windsurf editor and Windsurf JetBrains plugin integration.

2512.5k](/packages/gonetone-laravel-boost-windsurf-extension)[spatie/guidelines-skills

Spatie's coding guidelines as AI skills for Laravel Boost and skills.sh

8538.4k1](/packages/spatie-guidelines-skills)[mischasigtermans/laravel-altitude

Claude Code agents for the TALL stack, powered by Laravel Boost

12113.7k](/packages/mischasigtermans-laravel-altitude)[llm/skills

AI skills discovery and management system for LLM agents

212.8k3](/packages/llm-skills)

PHPackages © 2026

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