stellenmarkt / karriere24
This module provides the layout and special functionality for the karriere24 yawik instance
Package info
github.com/stellenmarkt/karriere24
Language:HTML
Type:yawik-module
pkg:composer/stellenmarkt/karriere24
0.1
2019-01-16 16:20 UTC
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
This package is auto-updated.
Last update: 2026-06-10 01:57:18 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