

Koel (also stylized as koel, with a lowercase k) is a simple web-based personal audio streaming service written in Vue on the client-side and Laravel on the server-side. Targeting web developers, Koel embraces some of the more modern web technologies – CSS grid, audio, and drag-and-drop API to name a few – to do its job.
WebSite : koel.dev
Demo Server : demo.koel.phanan.net
Project Repository
GitHub : github.com/koel/koel

📥 Install Koel
git clone --recurse-submodules https://github.com/phanan/koel
cd koel
composer install
php artisan koel:init
php artisan serve
Server started on http://localhost:8000/