yawik / demo-skin
demo-skin modifies the startpage of a yawik installation.
Installs: 289
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 7
Open Issues: 6
Language:HTML
Type:yawik-module
Requires
- yawik/core: ^0.35
- yawik/geo: ^1.1
- yawik/jobs-by-mail: ^0.3
- yawik/orders: ^0.5
- yawik/pdf: ^0.35
- yawik/sentry: ^0.2
- yawik/solr: ^2.0
Requires (Dev)
- enm1989/chromedriver: ^84.0
- phpstan/extension-installer: ^1.1
- phpunit/phpunit: ^5.7
- yawik/application-pack: ^1.1
- yawik/behat: ^0.34
This package is auto-updated.
Last update: 2024-11-07 03:18:09 UTC
README
DemoSkin
Skin for the Yawik Demo at https://yawik.org/demo/
Installation
You can install this skin into your running YAWIK by:
$ composer --no-dev create-project yawik/standard:dev-master MyYawik
$ cd MyYawik
$ composer require yawik/demo-skin
To activate the module, create a file in you YAWIK/config/autoload
directory
<?php
return ['YawikDemoSkin'];