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

v1.2.1 2020-12-20 10:42 UTC

README

Gitpod ready-to-code

DemoSkin

Skin for the Yawik Demo at https://yawik.org/demo/

Build status: Build Status Latest Stable Version Total Downloads License

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'];