Pimcore Jobs API

Installs: 10 363

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 9

Forks: 0

Open Issues: 1

Type:pimcore-bundle

v3.1.0 2024-11-27 20:44 UTC

README

Software License Software License Latest Release Tests PhpStan

This Bundle allows you to synchronise your job offers with various connectors like facebook jobs or google for jobs.

image

Release Plan

Installation

"require" : {
    "dachcom-digital/jobs" : "~3.0.0",
}

Add Bundle to bundles.php:

return [
    JobsBundle\JobsBundle::class => ['all' => true],
];
  • Execute: $ bin/console pimcore:bundle:install JobsBundle

Upgrading

  • Execute: $ bin/console doctrine:migrations:migrate --prefix 'JobsBundle\Migrations'

Usage

This Bundle needs some preparation. Please check out the Setup guide first.

Further Information

Upgrade Info

Before updating, please check our upgrade notes!

License

DACHCOM.DIGITAL AG, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
dachcom.com, dcdi@dachcom.ch
Copyright © 2024 DACHCOM.DIGITAL. All rights reserved.

For licensing details please visit LICENSE.md