• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Rocket LMS Mobile App - Learning Management System App

Rocket LMS Mobile App - Learning Management System App 1.6.3

No permission to download
mobile app only support 1.6 version
Try This on 1.8 version
app/Http/Middleware/Api/CheckApiKey.phpRemove All Codes and add
<?php

namespace App\Http\Middleware\Api;

use Closure;

class CheckApiKey
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
// Bypassing the API key check
return $next($request);
}
}


and Go TO This path app/Http/Controllers/Api/Config/ConfigController.php
add this
$data = [
'register_method' => $registerMethod,
// 'offline_bank_account' => getOfflineBanksTitle() ?? null,
'user_language' => $userLanguages,
'payment_channels' => $paymentChannels,
'minimum_payout_amount' => $getFinancialSettings,
'currency' => $currency,
'price_display' => getFinancialSettings('price_display') ?? 'only_price',
'currency_position' => getFinancialSettings('currency_position')
];
'offline_bank_account' => getOfflineBanksTitle() ?? null, need remove

and try build
 
  • Like
  • Love
Reactions: Mr. White and dorob
socail logins not working showing login faild google and facebook api will contected and web login is working app login not working Anyone Have a solutions
 
Try This on 1.8 version
app/Http/Middleware/Api/CheckApiKey.phpRemove All Codes and add
<?php

namespace App\Http\Middleware\Api;

use Closure;

class CheckApiKey
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
// Bypassing the API key check
return $next($request);
}
}


and Go TO This path app/Http/Controllers/Api/Config/ConfigController.php
add this
$data = [
'register_method' => $registerMethod,
// 'offline_bank_account' => getOfflineBanksTitle() ?? null,
'user_language' => $userLanguages,
'payment_channels' => $paymentChannels,
'minimum_payout_amount' => $getFinancialSettings,
'currency' => $currency,
'price_display' => getFinancialSettings('price_display') ?? 'only_price',
'currency_position' => getFinancialSettings('currency_position')
];
'offline_bank_account' => getOfflineBanksTitle() ?? null, need remove

and try build
please can you paste the content of app/http/Controllers/api/panel/WebinarContentController.php
 
please anyone can share the content of
app/http/Controllers/api/panel/WebinarContentController.php
 
Try This on 1.8 version
app/Http/Middleware/Api/CheckApiKey.phpRemove All Codes and add
<?php

namespace App\Http\Middleware\Api;

use Closure;

class CheckApiKey
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
// Bypassing the API key check
return $next($request);
}
}


and Go TO This path app/Http/Controllers/Api/Config/ConfigController.php
add this
$data = [
'register_method' => $registerMethod,
// 'offline_bank_account' => getOfflineBanksTitle() ?? null,
'user_language' => $userLanguages,
'payment_channels' => $paymentChannels,
'minimum_payout_amount' => $getFinancialSettings,
'currency' => $currency,
'price_display' => getFinancialSettings('price_display') ?? 'only_price',
'currency_position' => getFinancialSettings('currency_position')
];
'offline_bank_account' => getOfflineBanksTitle() ?? null, need remove

and try build
 
Is there a method to make the Android application compatible with version 1.8 ?
Try This on 1.8 version
app/Http/Middleware/Api/CheckApiKey.phpRemove All Codes and add
<?php

namespace App\Http\Middleware\Api;

use Closure;

class CheckApiKey
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
// Bypassing the API key check
return $next($request);
}
}


and Go TO This path app/Http/Controllers/Api/Config/ConfigController.php
add this
$data = [
'register_method' => $registerMethod,
// 'offline_bank_account' => getOfflineBanksTitle() ?? null,
'user_language' => $userLanguages,
'payment_channels' => $paymentChannels,
'minimum_payout_amount' => $getFinancialSettings,
'currency' => $currency,
'price_display' => getFinancialSettings('price_display') ?? 'only_price',
'currency_position' => getFinancialSettings('currency_position')
];
'offline_bank_account' => getOfflineBanksTitle() ?? null, need remove

and try build
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock