Stars: 215
Forks: 51
Pull Requests: 219
Issues: 68
Watchers: 6
Last Updated: 2023-09-13 06:53:47
There is no better way to learn than by watching other developers code live. Find out who is streaming next in the Laravel world.
License:
Languages: Shell, PHP, Blade
This is the repository of https://larastreamers.com.
It shows you who is live coding next in the Laravel world.
prerequisite: PHP > 8.0
composer install
larastreamers
composer install
composer setup
(copies env
file, generates key, and migrates DB).env.example
to .env
./vendor/bin/sail up -d
./vendor/bin/sail composer setup
(generates key, and migrates DB)In order to import videos from YouTube you need:
YOUTUBE_API_KEY
in your .env
file/
and login with a user from UserTableSeeder
or create your own oneid
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 :-)