Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 526 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 526 Bytes

Radio Cast

Installation

  1. cp .env.example .env

  2. 🔧 Configure .env file

  3. php artisan key:generate

  4. php artisan migrate

  5. (Optional) cp radio.example.xml ./storage/app/public/radio.xml. Ajdust your XML API provider in CheckForNewSong.php instead.

Starting

  1. php artisan check:newsong
  2. php artisan serve

✒️ License

RadioCast is a small open-sourced software licensed under the GNU (GPL-3.0) license.