Superv - Restaurant Website CMS & Management System with Food Order

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

No permission to download

DLSR

Active member
Trusted Uploader
Feb 14, 2021
171
19
28
Can anyone provide the procedure for nulling the same .
 

gunjack

New member
Mar 25, 2021
11
4
3
anyone experiencing the same problem when generating a text type qr code, only loading it ? and how to solve this problem

 

markleon

Member
Jan 27, 2021
69
21
8
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
Thank you @slvrsteele
 

anwarh

New member
Jun 3, 2022
2
0
1
Kindly update version 2.0 thanks a lot

Version 2.0 – Released on 2nd June, 2022​

 

sxtu

Active member
Trusted Uploader
Jul 17, 2020
76
112
33
127.0.0.1
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...
 

Azzab

Member
Dec 23, 2020
43
20
8
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

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