Superv - Restaurant Website CMS & Management System with Food Order

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

No permission to download

sxtu

Active member
Trusted Uploader
Jul 17, 2020
76
109
33
127.0.0.1
norvec submitted a new resource:

Superv - Restaurant Website CMS & Management System with Food Order - bakery, burger shop, catering, chef, coffee shop, food cart, food menu, online food order system

“Superv” is a restaurant website CMS & Management System which offers almost all the features a Restaurant has to offer. This system can be used for any food shop / restaurant business like – fast food shop, coffee shop, pastry shop, bakery shop etc… The website has very stylish design which will attract your customers. The design is done based on the look & feel of a Restaurant. Business owner can show their food menus, foods & can change all the contents of the website. Customers...

Read more about this resource...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
74,523
111,570
120
H. Thank you for it. is there any solution for license ? @Tomz @norvec Thank you. Have a nice day.
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
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
22,052
25,864
120
Actually is what @Tomz said but with one more line so all that code from there it will be replaced with:

PHP:
fopen("core/vendor/mockery/mockery/verified", "w");
Session::flash('license_success', 'Your license is verified successfully!');
return redirect()->route('LaravelInstaller::environmentWizard');

And this should get you trough complete install

This is the complete licenseCheck function:

PHP:
    public function licenseCheck(Request $request) {
        fopen("core/vendor/mockery/mockery/verified", "w");
        Session::flash('license_success', 'Your license is verified successfully!');
        return redirect()->route('LaravelInstaller::environmentWizard');
    }

Or the complete file"

PHP:
<?php

namespace RachidLaasri\LaravelInstaller\Controllers;

use Illuminate\Routing\Controller;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Session;

class LicenseController extends Controller
{

    public function __construct()
    {

    }

    /**
     * Display the permissions check page.
     *
     * @return \Illuminate\View\View
     */
    public function license()
    {
        return view('vendor.installer.license');
    }

    public function licenseCheck(Request $request) {
        fopen("core/vendor/mockery/mockery/verified", "w");
        Session::flash('license_success', 'Your license is verified successfully!');
        return redirect()->route('LaravelInstaller::environmentWizard');
    }
}

Now copy/paste what fits you best
 

wp assign

Member
Banned User
Dec 27, 2019
126
24
18
Dhaka, Bangladesh
Full File Here

<?php

namespace RachidLaasri\LaravelInstaller\Controllers;

use Illuminate\Routing\Controller;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Session;

class LicenseController extends Controller
{

public function __construct()
{

}

/**
* Display the permissions check page.
*
* @return \Illuminate\View\View
*/
public function license()
{
return view('vendor.installer.license');
}

public function licenseCheck(Request $request) {
fopen("core/vendor/mockery/mockery/verified", "w");
Session::flash('license_success', 'Your license is verified successfully!');
return redirect()->route('LaravelInstaller::environmentWizard');
}
}
 
  • Like
Reactions: delean

lostrag

Active member
Aug 26, 2020
101
60
28
Hi @Tomz I'm getting a 500 error when trying to use the payment getaway at admin/gateways do you know how to fix it? thanks!
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
74,523
111,570
120
amirashraf9919 updated Superv - Restaurant Website CMS & Management System with Food Order with a new update entry:

Superv v1.3

Download Superv v1.3 - Restaurant Website CMS & Management System with Food Order Nulled Free
v1.3 – Released on 3rd January, 2020

Added QR Menu Food Ordering System
Added 10 Payment Gateways for QR Menu Food Order
Added Push Notification
Added Pickup, On Table Methods along side Home Delivery
Added Food categorized Tax Option
Added Coupon
Added Order Time Management. Admin can setup order times depending on weekdays (Saturday, Sunday etc...). Customer can only order between those...

Read the rest of this update entry...
 
  • Like
Reactions: delean

hugo_luis

Member
May 10, 2020
120
13
18
error at the time of installation, Imagick error has red sclamation, but I don't know how to solve it because I don't give any more information, could someone help me please! install localhost!
 
  • Like
Reactions: delean

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