This is a template / example laravel app for the OpenOverlay package with websocket. You can use this to start with your overlay.
OpenOverlay give you the possibility to easy connection your service with Twitch EventSub. Find out more here.
-
Clone OpenOverlay Standalone
-
Run composer install
composer install
-
Copy
.env.example
to.env
Add a custom passwort for
DB_PASSWORD
andDB_ROOT_PASSWORD
cp .env.example .env
-
Start docker/sail
./vendor/bin/sail up
-
Generate APP Key
./vendor/bin/sail artisan key:generate
-
Migrate Database
./vendor/bin/sail artisan migrate
-
Create your account
http://localhost/register