All Projects → christophrumpel → larastreamers

christophrumpel / larastreamers

Licence: other
There is no better way to learn than by watching other developers code live. Find out who is streaming next in the Laravel world.

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
shell
77523 projects

Projects that are alternatives of or similar to larastreamers

Enfer
Alicef Synth Sampler
Stars: ✭ 78 (-57.61%)
Mutual labels:  livecoding
livecore
A hardcore livecoding system for realtime audio synth.
Stars: ✭ 25 (-86.41%)
Mutual labels:  livecoding
perl-live
perl live coding
Stars: ✭ 13 (-92.93%)
Mutual labels:  livecoding
Tidal
Pattern language
Stars: ✭ 1,304 (+608.7%)
Mutual labels:  livecoding
Cells
Live coding environment. Use SuperCollider, Python, TidalCycles, Node.js etc. in the same project.
Stars: ✭ 133 (-27.72%)
Mutual labels:  livecoding
orca
Lua port of @neauoire orca for monome norns
Stars: ✭ 75 (-59.24%)
Mutual labels:  livecoding
Sonic Pi
Code. Music. Live.
Stars: ✭ 8,736 (+4647.83%)
Mutual labels:  livecoding
hydra-antlia
A collection of functions for Hydra
Stars: ✭ 45 (-75.54%)
Mutual labels:  livecoding
Live Py Plugin
Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
Stars: ✭ 222 (+20.65%)
Mutual labels:  livecoding
radiant-voices
SunVox file format tools (create, modify, read, write)
Stars: ✭ 36 (-80.43%)
Mutual labels:  livecoding
Cracked
Mac app for noise making - built w/ "I Dropped My Phone The Screen Cracked"
Stars: ✭ 98 (-46.74%)
Mutual labels:  livecoding
Flok
Web-based P2P collaborative editor for live coding sounds and images
Stars: ✭ 119 (-35.33%)
Mutual labels:  livecoding
tilt
Live coding bytebeat-style language for the web
Stars: ✭ 30 (-83.7%)
Mutual labels:  livecoding
Petal
A small language on Sonic Pi with similar syntax to TidalCycles
Stars: ✭ 83 (-54.89%)
Mutual labels:  livecoding
improviz
A live-coded visual performance tool
Stars: ✭ 85 (-53.8%)
Mutual labels:  livecoding
Slang
🎤 a simple audio programming language implemented in JS
Stars: ✭ 1,095 (+495.11%)
Mutual labels:  livecoding
tinyspec-cling
tiny spectral synthesizer with livecoding support
Stars: ✭ 31 (-83.15%)
Mutual labels:  livecoding
liveprinter
Livecoding for 3D printers
Stars: ✭ 30 (-83.7%)
Mutual labels:  livecoding
desktop-duplication-cpp
Windows Desktop Duplication Tool for live coding presentations in C++2a
Stars: ✭ 51 (-72.28%)
Mutual labels:  livecoding
sonic-pi.el
Emacs running SonicPi
Stars: ✭ 79 (-57.07%)
Mutual labels:  livecoding

larastreamers_social_small

Larastreamers

This is the repository of https://larastreamers.com.

It shows you who is live coding next in the Laravel world.

Installation Steps

prerequisite: PHP > 8.0

  • clone repository
  • composer install

Local installation

  • Create DB larastreamers
  • composer install
  • composer setup (copies env file, generates key, and migrates DB)

Laravel Sail

  • copy .env.example to .env
  • run ./vendor/bin/sail up -d
  • run ./vendor/bin/sail composer setup (generates key, and migrates DB)

Setup

In order to import videos from YouTube you need:

  • Fill YOUTUBE_API_KEY in your .env file
  • Visit / and login with a user from UserTableSeeder or create your own one
  • Import a stream by providing the video id
  • The video needs to be a scheduled live stream in the future

Roadmap

Currently, there are no big updates planned.

Contribute

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 :-)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].