This is the repository of https://larastreamers.com.
It shows you who is live coding next in the Laravel world.
prerequisite: PHP > 8.0
- clone repository
composer install
- Create DB
larastreamers composer installcomposer setup(copiesenvfile, generates key, and migrates DB)
- copy
.env.exampleto.env - run
./vendor/bin/sail up -d - run
./vendor/bin/sail composer setup(generates key, and migrates DB)
In order to import videos from YouTube you need:
- Fill
YOUTUBE_API_KEYin your.envfile - Visit
/and login with a user fromUserTableSeederor create your own one - Import a stream by providing the video
id - The video needs to be a scheduled live stream in the future
Currently, there are no big updates planned.
We welcome everyone to contribute to this project. Just make sure to suggest bigger features first in the issues, before you spend a lot of time. Please also make sure to write tests for what you implement. I only merge PRs with tests :-)
