stuymedova / kirby-plyr

[DEMO] Kirby CMS + Plyr (video player for HTML5, YouTube, and Vimeo)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kirby Plyr

Kirby CMS + Plyr video player (HTML5/YouTube/Vimeo). Uses the kirby-embed plugin.

Overview

.
├── site
│   ├── blueprints
│   │   └── pages
│   │       └── home.yml
│   ├── plugins
│   │   └── embed
│   └── templates
│       └── home.php
├── src
│   ├── js
│   │   └── main.js
│   └── scss
│       ├── main.scss
│       └── plyr
│           └── plyr-custom.scss
└── rollup.config.js

Prerequisites

Setup

  1. Run in terminal:
composer install
valet link # for valet users, otherwise an alternative

npm install
npm run watch # or npm run build
  1. Go to {url}/panel and create a new Panel user
  2. Then go to {url}/panel/pages/home, enter video URL and hit "Save"

Result

Site: kirby-plyr

Panel: kirby-plyr-panel

About

[DEMO] Kirby CMS + Plyr (video player for HTML5, YouTube, and Vimeo)


Languages

Language:PHP 96.5%Language:SCSS 2.9%Language:Vue 0.3%Language:JavaScript 0.2%Language:CSS 0.1%Language:Hack 0.0%