ofthewildfire/academyusers

Extends the OctoberCMS Users plugin with additional fields for academy members

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:october-plugin

v1.0.4 2025-05-30 10:25 UTC

This package is auto-updated.

Last update: 2025-05-30 10:36:24 UTC


README

Extends the OctoberCMS Users plugin with additional fields for academy members.

Features

  • Adds custom fields for academy members:
    • Organization
    • City/State
    • Reason for Joining
  • Provides a user-friendly profile form component
  • Enhances backend Users list view with new columns

Installation

  1. Install the plugin via Composer:
composer require ofthewildfire/academyusers
  1. Important: After installation, run the database migration:
php artisan october:migrate

Note: If you get a SQL error about missing columns, this step was missed! The migration is required to add the necessary database columns.

Usage

The plugin automatically extends the user profile with additional fields. To display the profile form on your frontend, use the included component:

{% component 'profileForm' %}