• 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
Can anyone provide the procedure for nulling the same .
 
anyone experiencing the same problem when generating a text type qr code, only loading it ? and how to solve this problem

 
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
Thank you @slvrsteele
 
Kindly update version 2.0 thanks a lot

Version 2.0 – Released on 2nd June, 2022​

 
sxtu updated Superv - Restaurant Website CMS & Management System with Food Order with a new update entry:

Version 2.0

Upgraded to Laravel 9
PWA Support for website
Whatsapp Order Notification, Order status notification
Unlimited Variations for Item
Subcategories for Items
Admin can setup minimum amount for free delivery for each postal code
Table Reservation Form in Admin Panel
Phone code dropdown added everywhere
fixed issue in image validation of Edit Profile
Customer details page issue fixed
Plus/Minus button issue fixed
fixed "add to cart" visibility in mobile
Update cart issue fixed
Orders searching...

Read the rest of this update entry...
 
Fatal error: Uncaught TypeError: Return value of Illuminate\Container\Container::eek:ffsetGet() must be an instance of Illuminate\Container\mixed, instance of Illuminate\Events\Dispatcher
 
  • Like
Reactions: subjoel
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