stellenmarkt / karriere24
This module provides the layout and special functionality for the karriere24 yawik instance
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 7
Language:HTML
Type:yawik-module
Requires
- yawik/applications: ^0.32 || >0.32@dev
- yawik/auth: ^0.32 || >0.32@dev
- yawik/composer-plugin: ^0.32 || >0.32@dev
- yawik/core: ^0.32 || >0.32@dev
- yawik/cv: ^0.32 || >0.32@dev
- yawik/geo: ^0.32 || >0.32@dev
- yawik/jobs: ^0.32 || >0.32@dev
- yawik/organizations: ^0.32 || >0.32@dev
- yawik/settings: ^0.32 || >0.32@dev
Requires (Dev)
- phpunit/phpunit: ^5.7
- yawik/behat: ^0.32@dev
- dev-master
- 0.1
- dev-dependabot/npm_and_yarn/qs-6.11.0
- dev-dependabot/npm_and_yarn/grunt-1.5.3
- dev-dependabot/npm_and_yarn/minimist-1.2.6
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-196-geocodierung-erzeugt-exception
- dev-168-deaktivierung-solr-modul-auf-karriere24
- dev-deploy-staging
- dev-159-impressum-andern-2
- dev-159-impressum-andern
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-migrate-laminas
- dev-57-geocoder-wegen-caching-upgraden
This package is auto-updated.
Last update: 2024-11-09 22:43:07 UTC
README
This module provides the layout and special functionality for the yawik instance running on karriere24.com
Requirements
running YAWIK >= 0.33
Installation
Require a dependency via composer.
composer require stellenmarkt/karriere24
You should have been asked by the zf-component-installer to add the module to the configuration. If - for whatever reason - this did not happen, you need to manually add the module name to the file config/modules.php
Development
- Clone project
$ git clone git@github.com:stellenmarkt/karriere24.git /path/to/karriere24
- Install dependencies:
$ composer install
- Run PHPUnit Tests
$ ./vendor/bin/phpunit
- Run Behat Tests
# start selenium $ composer run start-selenium --timeout=0 # start php server $ composer run serve --timeout=0 # run behat $ ./vendor/bin/behat
Licence
MIT