@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Upload New APK

APK Upload Form

@if ($errors->any()) @endif
@csrf
Maximum file size: 100MB. Only .apk files are allowed. @error('apk_file')
{{ $message }}
@enderror
File Information

Filename: -

File Size: -

Last Modified: -

Upload Progress:

0%
Version name as displayed to users (e.g., 1.0.0, 2.1.3, etc.) @error('version_name')
{{ $message }}
@enderror
Optional description of changes, new features, or bug fixes in this version. @error('description')
{{ $message }}
@enderror
Back

Upload Guidelines

Best Practices
  • Use semantic versioning (e.g., 1.2.3)
  • Provide clear description of changes
  • Test APK thoroughly before uploading
  • Keep APK file size optimized
  • Ensure APK is properly signed
File Requirements
  • File must have .apk extension
  • Maximum file size: 100MB
  • File must be a valid Android APK
  • Avoid special characters in filename
  • Version name is required
@endsection