ofthewildfire / customuserfields-plugin
Extends the OctoberCMS Users plugin with additional fields for academy members
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:october-plugin
Requires
- php: >=7.2
- composer/installers: ~1.0
- rainlab/user-plugin: >=1.6.0
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
To install this plugin, run the following command:
composer require ofthewildfire/customuserfields-plugin
- 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' %}