Pimcore Jobs API

Installs: 10 138

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 9

Forks: 0

Open Issues: 1

Type:pimcore-bundle

v3.0.1 2024-11-14 09:11 UTC

This package is auto-updated.

Last update: 2024-11-15 06:57:09 UTC


README

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

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

Upgrade Info

Before updating, please check our upgrade notes!