• The default language of any content posted is English.
Single Restaurant - Laravel Website and Admin Panel

Single Restaurant - Laravel Website and Admin Panel 9.3 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Messages
16,369
Reactions
62,130
raz0r submitted a new resource:

Single Restaurant - Laravel Website & Admin Panel - Laravel Restaurant Website Script (Codecanyon Item ID: 28563040)

View attachment 938

Our script is a Single Restaurant NULLED management system that comes with the user app and delivery man app. With this powerful system, you will get a powerful admin panel built with Laravel Framework that will help you manage the whole system smartly which accelerates your restaurant business.

Read more about this resource...
 
hello single-restaurant-pos-manager-addon-7.0 links are all dead.
thanks for this script
 
Someone have the doc for the android install ?
thanks and thanks for the reupload of the addons
 

Single Restaurant - Laravel Website & Admin Panel 20-03-2023​

Single Restaurant - Android User & Delivery Boy Apps With Laravel Admin Panel 11-04-2023​

Single Restaurant - Android Owner App 08-04-2023​


 
raz0r updated Single Restaurant - Laravel Website and Admin Panel with a new update entry:

Single Restaurant v9.0 NULLED - Laravel Website and Admin Panel

V 9.0 (10-07-2023)
Guest Checkout
Multiple Zone creation
PayPal Payment gateway added (Premium)
MyFatoorah Payment gateway added (Premium)
MercadoPago Payment gateway added (Premium)
toyyibPay Payment gateway added (Premium)
2 New themes added (Premium)
Owner App added (Premium)
OTP added (Premium)
POS added (Premium)

Read the rest of this update entry...
 
unable to install ... install wizard is not getting triggered in the nulled version kindly look
 
unable to install ... install wizard is not getting triggered in the nulled version kindly look
This looks like the untouched files I uploaded on another forum because I renamed some files for differentiation like admin only & website-admin.zip.

So you might need to wait for someone to null the latest version.
 
Forget to delete another check:

open file vendor\laravel\framework\src\Illuminate\Auth\SessionGuard.php

find function:

PHP:
    public function login(AuthenticatableContract $user, $remember = false)
    {
        if(session()->get('admin_login') != "") {
            $client = new \GuzzleHttp\Client();
            $res = $client->request('POST', \Illuminate\Support\Facades\Crypt::decrypt('eyJpdiI6IjVoNUV5VU53YVRCOFI3ZU5vSWw1VGc9PSIsInZhbHVlIjoiTllMc1ByNDFxOXIzNllhby80cFhURFIzczM5NUVmeDJSazlSaFZ3YjBKV01TanI3aW84ZE4xMCsvdzAwbDFTS3FJSXpuS0JENTVQVmZzc05SR0NzVXc9PSIsIm1hYyI6ImJlZjE0MWUwNmE3ODJiY2NmM2M4YTY4NWZiMWQ4MTg1YWNmZWY2MTk4MjdiMTEzODZhMmY2OTUwMTQwMjkyYWQiLCJ0YWciOiIifQ=='), [
                'form_params' => [
                    \Illuminate\Support\Facades\Crypt::decrypt('eyJpdiI6IkFMYnVVMUh1OE00bHFDT3JtR3JFVkE9PSIsInZhbHVlIjoiRmkvZHNNZ3hLT2Z4UEx0T3lTd09xdz09IiwibWFjIjoiOWExNWE2ODFhMDZhNGNhM2I3OWNlMTNlMzhiY2E4ZTcwNWZhNjYwZDYxOGJkMWViMTkzNzBkYmQ3ZjljOWI5MCIsInRhZyI6IiJ9') => str_replace('/check-login', '', url()->current()),
                    \Illuminate\Support\Facades\Crypt::decrypt('eyJpdiI6Ik10a1NleHJNclJ4SmR2aUozeUhkRGc9PSIsInZhbHVlIjoiWTRGcW1ocE9aOGpER0swbytlY1FOZz09IiwibWFjIjoiOGFlZTg1OWJmYTJjZjFlZmFjNmU1ZGQ0OTc3YzhmYTFiYzAwM2RjYzk0MWIxNzEzZjg5NWE5YmQ5YmYyNTQ1YSIsInRhZyI6IiJ9') => 'login'
                ]
            ]);
            $obj = json_decode($res->getBody());
            if ($obj->status == '1') {
                $this->updateSession($user->getAuthIdentifier());

                // If the user should be permanently "remembered" by the application we will
                // queue a permanent cookie that contains the encrypted copy of the user
                // identifier. We will then decrypt this later to retrieve the users.
                if ($remember) {
                    $this->ensureRememberTokenIsSet($user);

                    $this->queueRecallerCookie($user);
                }

                // If we have an event dispatcher instance set we will fire an event so that
                // any listeners will hook into the authentication events and run actions
                // based on the login and logout events fired from the guard instances.
                $this->fireLoginEvent($user, $remember);

                $this->setUser($user);
            } elseif ($obj->status == '3') {
                return Redirect::to('/admin')->with('error', $obj->message);
            } else {
                $this->session->put(\Illuminate\Support\Facades\Crypt::decrypt('eyJpdiI6IjF4VnBoVy95Z2llZzJGWlRBN2tkSUE9PSIsInZhbHVlIjoiZ3VqeUlzclNzNTUvRkJOaFNGM0EvdnpGQ0l0MWpPZkZuWlFQSW9LNW1oYz0iLCJtYWMiOiJmNDc3YzkyZjBmNGNmYTJlY2M3YmFjZDA5MWZkMTczYTBlNDVlMjFmZGY1NWY2ZjZlMDUxYzI3Mzg4YmY5MDAxIiwidGFnIjoiIn0='), $obj->message);
            }
        } else {
            $this->updateSession($user->getAuthIdentifier());

            // If the user should be permanently "remembered" by the application we will
            // queue a permanent cookie that contains the encrypted copy of the user
            // identifier. We will then decrypt this later to retrieve the users.
            if ($remember) {
                $this->ensureRememberTokenIsSet($user);

                $this->queueRecallerCookie($user);
            }

            // If we have an event dispatcher instance set we will fire an event so that
            // any listeners will hook into the authentication events and run actions
            // based on the login and logout events fired from the guard instances.
            $this->fireLoginEvent($user, $remember);

            $this->setUser($user);
        }
    }

and change to:
PHP:
    public function login(AuthenticatableContract $user, $remember = false)
    {
        $this->updateSession($user->getAuthIdentifier());

        // If the user should be permanently "remembered" by the application we will
        // queue a permanent cookie that contains the encrypted copy of the user
        // identifier. We will then decrypt this later to retrieve the users.
        if ($remember) {
            $this->ensureRememberTokenIsSet($user);

            $this->queueRecallerCookie($user);
        }

        // If we have an event dispatcher instance set we will fire an event so that
        // any listeners will hook into the authentication events and run actions
        // based on the login and logout events fired from the guard instances.
        $this->fireLoginEvent($user, $remember);

        $this->setUser($user);
    }
 
Update (22-11-2023)
Minor bug fixed on grand total & wallet features

Update (29-10-2023)
Bug fixed
Automatic & manual WhatsApp message on order placed & order status update using meta API (Premium)
Theme design improvements
Installer wizard added

V 9.1 (19-09-2023)
Themes improvement
Bulk product import (Premium)
Language (Premium)
Minor bug fixed

 
Top