Skip to content

streamlab-io/realtime-notification

Repository files navigation

Realtime-notification

How to build realtime notification system video form Video

Download the files

download all files

Requirements

PHP >= 5.6.4 , PHP Curl extension

Install The Dependencies

now type this line on your console

composer install
php artisan key:generate

migrate

  php artisan migrate

Add App key

go to streamlab website http://streamlab.io/ then open application get the key and token add them to config/stream_lab.php

  return[
      'app_id'=>'',
      'token'=>''
  ];

Create Cahnnel

make sure you create public channel to your application call test

Start

 php artisan serve

and enjoy

About

How to build realtime notification system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages