Setup Videos & Documentation

Watch guided setup videos and follow written documentation to correctly install, configure, and launch DevBase.

Laravel Web Panel Setup

Overview

This video provides a complete walkthrough for setting up the Laravel-based web admin panel on your server, including configuration, database connection, and initial system verification.

What you will learn

  • Server requirements (PHP version, extensions, permissions)
  • Uploading project files and environment configuration
  • Database creation, migration, and seeding
  • Admin login setup and role-based access
  • Common hosting errors and their solutions

Recommended before watching

  • Basic understanding of Laravel framework
  • Access to hosting panel or VPS
  • Database credentials ready
Open Full Laravel Documentation

Android App Setup

Overview

This guide explains how to properly configure the Android application using Android Studio, connect it with backend APIs, and generate a production-ready build.

What you will learn

  • Importing the project into Android Studio
  • Base URL, API keys, and environment setup
  • Firebase configuration (FCM, Analytics, Auth)
  • Debugging common build and Gradle issues
  • Generating signed APK and AAB files

Recommended before watching

  • Latest Android Studio installed
  • Java / Kotlin basic knowledge
  • Firebase project created
Open Full Android Documentation

Final Go-Live Checklist

Overview

This video ensures your application is fully production-ready before launching it for real users.

What you will verify

  • API security and environment separation
  • Payment gateway live mode testing
  • Notification and background services
  • Performance optimization and crash checks
  • Final production deployment checklist

Best practice

  • Test everything on a staging environment first
  • Keep backups before going live
  • Monitor logs after launch
View Version Changelog