Light Video LiveStreaming Service for Amazon IVS
- PHP7
- composer
- mysql or sqlite
- clone this repository
$ git clone [email protected]:clom/yu-streaming.git
- install library for composer
$ composer intall
- copy .env file and settings
$ cp .env.example .env
- migration
$ php artisan migrate