Quick Installation Guide
Set up your AdRadio live radio streaming platform in 6 simple steps.
AdRadio Deployment Steps
- 1Download the latest AdRadio package from your CodeCanyon account and upload the backend files to your production server, confirming it meets the server requirements first.
- 2Create a database and database user, then run composer install to fetch all PHP dependencies for the Laravel backend.
- 3Copy the environment file (cp .env.example .env), generate an app key (php artisan key:generate), and configure your database, mail, and app URL credentials.
- 4Run php artisan migrate --seed to build the database tables and seed AdRadio with its default stations, shows, and settings.
- 5Run php artisan storage:link to publish uploaded media, then configure SMTP email, basic web settings, SEO, languages, and push notifications to brand your platform.
- 6Update the API Base URL and build/install the Android and iOS apps to launch the AdRadio listener experience across all devices.
Fresh Database Recommended
AdRadio installs cleanly on a fresh, empty database. Always back up any existing data before running migrations, and make sure your.envdatabase credentials are correct before running php artisan migrate --seed.