Skip to content

Installation

License

Renick.Content is commercial, source-available software: production use requires a paid license per installation — local, non-production evaluation is free. The block content format (spec + JSON Schema) is MIT-licensed. See LICENSE.md in the plugin.

Requirements

  • October CMS 4.x
  • PHP 8.2 or newer

Install from the Marketplace

The plugin is delivered through the October CMS Marketplace and requires a purchased licence. There is no public Packagist package and no public repository to install from.

  1. Buy the plugin on its Marketplace page and add it to one of your Projects.

  2. Attach that project to your installation, using the project ID from your October account:

    bash
    php artisan project:set <your-project-id>
  3. Install the plugin and run its migrations:

    bash
    php artisan plugin:install Renick.Content
    php artisan october:migrate

The migration step creates the plugin's tables (versions, templates, media usage, AI usage) and registers the plugin. Verify it is active:

bash
php artisan plugin:list   # shows: Renick.Content

In the backend, the same thing is available under Settings → System Updates → Check for updates once the project is attached. Updates arrive through that channel, or via php artisan project:sync.

No build step required

The backend editor ships as a pre-built bundle in assets/dist — you never need Node.js, pnpm or a frontend build to install or use the plugin.

Next step

Continue with the quickstart to add your first content field and render it on the frontend.