• 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"

Superv - Restaurant Website CMS & Management System with Food Order

Superv - Restaurant Website CMS & Management System with Food Order Version 2.2

No permission to download

sxtu

Active member
Trusted Uploader
Jul 17, 2020
136
178
43
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...
 
H. Thank you for it. is there any solution for license ? @Babak @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
 
Actually is what @Babak 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
 
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
Hi @Babak I'm getting a 500 error when trying to use the payment getaway at admin/gateways do you know how to fix it? thanks!
 
Hí, in just moment is:
Version 1.3 – Released on 3rd January, 2020

Someone already has v 1.3?

thx
 
  • Like
Reactions: delean
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
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
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