Skip to content

clom/yu-streaming

Repository files navigation

Yu Stream

Light Video LiveStreaming Service for Amazon IVS

requirement

  • PHP7
  • composer
  • mysql or sqlite

install

  1. clone this repository
$ git clone [email protected]:clom/yu-streaming.git
  1. install library for composer
$ composer intall
  1. copy .env file and settings
$ cp .env.example .env
  1. migration
$ php artisan migrate