Dont forget to backup it!
In app/Http/Controllers/ModuleController.php
find
Code:
if (!$check['success']) {
there will be this code and uncomment it, with double slash // and will be look like this
Code:
//return response()->json($check, 401)
below it put this code
Code:
$moduleFile = base_path('tmp/UPLOAD-THIS-MODULE.zip');
$checkIfExists = File::get($moduleFile);
$zipper = new Zipper;
$zipper = Zipper::make($moduleFile);
$zipper->extractTo(base_path('Modules'));
Artisan::call('cache:clear');
return response()->json(['success' => true, 'message' => 'Module Installation Done'], 200);
exactly before } else {
After install it, it will 401, try to
Force Clear Cache and try to disabled double click and enabled again, once or twice.
there you go.. good luck!
Note: Try it with your own risk!
PS: Sorry, I dont want to feed you with a file. My mission to give you all understand how to track and bypass. Babiato will be happy place if everyone can bypass or nulling.