2017 © Pedro Peláez
 

library how-to-videos

Display a collection of how to videos.

image

portonefive/how-to-videos

Display a collection of how to videos.

  • Tuesday, July 24, 2018
  • by jeffberry
  • Repository
  • 3 Watchers
  • 0 Stars
  • 647 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

How To Videos

Display an admin page in the backend of LaraPress, with a grid of videos from a Wistia Project., (*1)

Installation

composer require portonefive/how-to-videos, (*2)

Publishing Configuration Files

In your console you'll run the following command to publish the config, view and css files;, (*3)

php artisan vendor:publish, (*4)

Setting Required Config Values

In order to access the Wistia account, you'll to define the HTV_WISTIA_API_KEY in your config or env file., (*5)

This can be found under wistia.com > Account > Advanced > API Access., (*6)

  1. Click New Token
  2. Input the project name for Token nickname
  3. Check Read all data
  4. Click Create Token

Next, you'll to define the HTV_WISITIA_PROJECT_ID, which is the project we want to pull videos from. This can be found by navigating to the project you want and copying the id from the url., (*7)

For this url, https://portonefive.wistia.com/projects/5jihj33txi we want 5jihj33txi., (*8)

You can also set the WordPress menu position weight in your config or env files with the HTV_ADMIN_MENU_POSITION key., (*9)

The Versions

24/07 2018

dev-master

9999999-dev

Display a collection of how to videos.

  Sources   Download

The Requires

 

24/07 2018

5.5.0

5.5.0.0

Display a collection of how to videos.

  Sources   Download

The Requires

 

24/07 2018

5.5.x-dev

5.5.9999999.9999999-dev

Display a collection of how to videos.

  Sources   Download

The Requires