Superv - Restaurant Website CMS & Management System with Food Order

Superv - Restaurant Website CMS & Management System with Food Order v3.0

No permission to download

delean

Member
Jun 24, 2020
52
4
8
I'm getting error 500 when editing created language or deleting existing language. Does anyone know how to solve?
 

DLSR

Active member
Trusted Uploader
Feb 14, 2021
171
19
28
Does this have an Api which can be integrated with Mobile App ??
 
  • Like
Reactions: delean

Allhailfloki

Member
Jan 6, 2021
55
12
8
Hello my good friends at Babiato,
I hope you are well,
I would like to ask, how do I remove the copyright text in the admin dashboard.
Thanks.
 
  • Like
Reactions: delean

Allhailfloki

Member
Jan 6, 2021
55
12
8
Hello My friends at Babiato,
Who is skilled enough to know how to remove the footer credits in the admin sectin, which file should be edited,
Thanks and many regards
 
  • Like
Reactions: delean

sxtu

Active member
Trusted Uploader
Jul 17, 2020
76
109
33
127.0.0.1
sxtu updated Superv - Restaurant Website CMS & Management System with Food Order with a new update entry:

Version 1.4

  • POS System Added
  • Lots of options added in QR Builder
  • 3 readymade QR Banner PSDs included for QR code
  • Postal Code bases delivery with its charge option added (It can be enabled / disabled by Admin)

  • Tables Management
  • QR Builder Added for each table
  • Website popup banners builder added with 7 predesigned banner
  • Payment Methods management for POS
  • Customers management added
  • Customer information stored after each order
  • Drag & Drop input...

Read the rest of this update entry...
 

sxtu

Active member
Trusted Uploader
Jul 17, 2020
76
109
33
127.0.0.1
For Nulling Go To
\core\vendor\rachidlaasri\laravel-installer\src\Controllers\LicenseController.php
Open LicenseController.php and
Remove Line 28 To 85
PHP:
$request->validate([
            'email' => 'required',
            'username' => 'required',
            'purchase_code' => 'required'
        ]);

        $itemid = 28396210;
        $itemname = 'Superv';
        $emailCollectorApi = 'https://megasoft.biz/emailcollector/api/collect';

        try {
            $client = new \GuzzleHttp\Client();
            $response = $client->request('GET', 'https://api.envato.com/v3/market/author/sale?code='.$request->purchase_code, [
                'headers' => [
                    'content-type' => 'application/json',
                    'Accept' => 'application/json',
                    'Authorization' => 'Bearer d3eCIKWsFeVT1hoMjY7wtZlZMn0tgEO9'
                ]
            ]);

            $responseBody = $response->getBody()->getContents();
            $formattedRes = json_decode($responseBody, true);

            $buyerUsername = $formattedRes['buyer'];


            if ($request->username != $buyerUsername || $itemid != $formattedRes['item']['id']) {
                Session::flash('license_error', 'Username / Purchase code didn\'t match for this item!');
                return redirect()->back();
            }

            fopen("core/vendor/mockery/mockery/verified", "w");


            // return $request;
            // collect Email
            $response1 = $client->request('POST', $emailCollectorApi, [
                'headers' => [
                    'Accept' => 'application/json',
                    'Content-Type' => 'application/x-www-form-urlencoded'
                ],
                'form_params' => [
                    'item_name' => $itemname,
                    'email' => $request->email,
                    'username' => $request->username,
                    'item_id' => $itemid,
                    'collector_key' => 'rakoombaa'
                ]
            ]);

            // dd($response1->getBody()->getContents());

            Session::flash('license_success', 'Your license is verified successfully!');
            return redirect()->route('LaravelInstaller::environmentWizard');
        } catch (\Exception $e) {
            Session::flash('license_error', 'Something went wrong!');
            return redirect()->back();
        }

And Replace it With This Code
PHP:
Session::flash('license_success', 'Your license is verified successfully!');
        return redirect()->route('LaravelInstaller::environmentWizard');
Enjoy
Use this method for nulling
 

beniam97chris

New member
May 26, 2022
0
1
0
Hello everyone, I tried it in localhost and faced Imagick php extention error while installation. Please someone help with the solution of this error.
Thanks in advance =)

1633866730484.png
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu