Skip to content

dynamic/silverstripe-jobs

Repository files navigation

Silverstripe Jobs

Post open positions and receive online application submissions.

CI codecov

Latest Stable Version Total Downloads Latest Unstable Version License

Requirements

  • SilverStripe 4.x

Installation

composer require dynamic/silverstripe-jobs

Example usage

Two new page types will be available - Job Collection and Job. Create a Job Collection page, and create new Jobs from the Child Pages tab.

Each job has an action to apply, which will save the submission to the database and send an email notification to specified email addresses.