Skip to content

yawik/DemoSkin

Repository files navigation

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