Pimcore Jobs API

v3.0.0 2023-08-30 14:15 UTC

This package is auto-updated.

Last update: 2024-09-24 19:24:19 UTC


README

Software License Latest Release Tests PhpStan

此包允许您将职位空缺与各种连接器同步,例如Facebook职位Google for Jobs

image

发布计划

安装

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

将包添加到 bundles.php

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

升级

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

使用

此包需要一些准备。请首先查看设置指南

更多信息

版权和许可证

版权:DACHCOM.DIGITAL
有关许可详情,请访问LICENSE.md

升级信息

在更新之前,请查看我们的升级说明!