PPOB LARAVEL + ANDROID — FULL PACKAGE
========================================

CARA PAKAI:

1. Upload semua file & folder ke /home/fourflaz/ppob.fourflaz.my.id/
2. SSH / cPanel Terminal → cd /home/fourflaz/ppob.fourflaz.my.id
3. bash setup.sh   ← ini akan download Laravel + setup semua
4. Upload topup_final.html & update_topup.php ke folder yg sama
5. Buka https://ppob.fourflaz.my.id/update_topup.php  (update DB)
6. Buka admin → Pembayaran → isi slug & API key Pakasir
7. Set webhook di dashboard Pakasir

IS FOLDER:
  setup.sh          → Script instalasi (download Laravel + copy file custom)
  topup_final.html  → Halaman topup untuk di-DB-kan via update_topup.php
  akun.html         → Halaman akun
  update_topup.php  → Script update HTML ke DB
  android/          → Project Android Studio (WebView app)

Kalo ga bisa SSH, minta hosting buat jalanin:
  bash setup.sh

Atau lakukan manual:
  composer create-project laravel/laravel:^10.0 tmp
  lalu copy file custom dari folder ini ke tmp/
  lalu pindahin tmp/* ke root web
