Skip to content

yawik/DemoSkin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

91a861f · May 25, 2021
Dec 18, 2020
Sep 6, 2019
Nov 5, 2018
May 18, 2021
Oct 30, 2018
May 2, 2021
Feb 19, 2021
Dec 20, 2020
May 19, 2021
May 25, 2021
Nov 27, 2018
Jul 21, 2020
Dec 18, 2020
Dec 13, 2020
Dec 18, 2020
Nov 16, 2018
Sep 19, 2019
Dec 13, 2020
Dec 18, 2020
May 20, 2021
May 21, 2021
Sep 17, 2019
May 10, 2021
Dec 18, 2020
Dec 13, 2020

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