• The default language of any content posted is English.
eFood - Food Delivery App with Laravel Admin Panel and Delivery Man App

eFood - Food Delivery App with Laravel Admin Panel and Delivery Man App 10.2 NULLED

raz0r

owner
Staff member
Administrator
Messages
15,975
Reactions
58,064
raz0r submitted a new resource:

eFood - Food Delivery App with Laravel Admin Panel + Delivery Man App - Food Delivery App with Laravel Admin Panel (Codecanyon Item ID: 30320338)

View attachment 1247

eFood NULLED is a Multi Branch supported food delivery restaurant management system that comes with the user app, website 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.

FEATURES...

Read more about this resource...
 
raz0r updated eFood - Food Delivery App with Laravel Admin Panel + Delivery Man App with a new update entry:

eFood v9.0 NULLED - Food Delivery App with Laravel Admin Panel + Delivery Man App

Download eFood v9.0 NULLED - Food Delivery App with Laravel Admin Panel + Delivery Man App​

Version 9.0 – 28 October 2022​

- Make compatible with Table/Waiter and Kitchen app
- Veg/No-veg option in food and filters
- Map location data improvements
- Compatible with flutter 3.3.5
- Fixed some issues
- Performance improvements

Read the rest of this update entry...
 
raz0r updated eFood - Food Delivery App with Laravel Admin Panel + Delivery Man App with a new update entry:

eFood v9.1 NULLED - Food Delivery App with Laravel Admin Panel + Delivery Man App

Version 9.1 – 04 January 2023​

- Complete redesigned the Admin & branch panel
- Users (Customer, Deliveryman, Employee) blocking from admin
- Product visibility option added
- Employee role reorganized
- Google and Facebook social login for user web & app
- Push notification for user web
- Road, house, and floor number in the address
- Bug fixed and improvements
- Compatible with flutter version 3.3.10

Read the rest of this update entry...
 

saME ISSUE addons are not nulled are these addon app working
replace this file app\Http\Controllers\Admin\SystemController.php with data:

PHP:
<?php

namespace App\Http\Controllers\Admin;

use App\CentralLogics\Helpers;
use App\Http\Controllers\Controller;
use App\Model\Admin;
use App\Model\BusinessSetting;
use Brian2694\Toastr\Facades\Toastr;
use Illuminate\Http\Request;
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Storage;
use Intervention\Image\Facades\Image;

class SystemController extends Controller
{
    public function restaurant_data()
    {
        $new_order = DB::table('orders')->where(['checked' => 0])->count();
        return response()->json([
            'success' => 1,
            'data' => ['new_order' => $new_order]
        ]);
    }

    public function settings()
    {
        return view('admin-views.settings');
    }

    public function settings_update(Request $request)
    {
        $request->validate([
            'f_name' => 'required',
            'email' => ['required', 'unique:admins,email,' . auth('admin')->id() . ',id'],
            'phone' => 'required',
        ], [
            'f_name.required' => translate('First name is required!'),
        ]);

        $admin = Admin::find(auth('admin')->id());
        $admin->f_name = $request->f_name;
        $admin->l_name = $request->l_name;
        $admin->email = $request->email;
        $admin->phone = $request->phone;
        $admin->image = $request->has('image') ? Helpers::update('admin/', $admin->image, 'png', $request->file('image')) : $admin->image;
        $admin->save();
        Toastr::success(translate('Admin updated successfully!'));
        return back();
    }

    public function settings_password_update(Request $request)
    {
        $request->validate([
            'password' => 'required|min:8',
            'confirm_password' => 'required|same:password',
        ]);
        $admin = Admin::find(auth('admin')->id());
        $admin->password = bcrypt($request['password']);
        $admin->save();
        Toastr::success(translate('Admin password updated successfully!'));
        return back();
    }

    public function app_activate(Request $request, $app_id)
    {
        $app_name = 'default';
        $app_link = 'default';
        foreach (APPS as $app) {
            if ($app['software_id'] == $app_id) {
                $app_name = $app['app_name'];
                $app_link = $app['buy_now_link'];
            }
        }

        return view('admin-views.app-activation', compact('app_id', 'app_name','app_link'));
    }

    public function activation_submit(Request $request, $app_id): \Illuminate\Http\RedirectResponse
    {
        $post = [
            'purchase_key' => $request['purchase_key']
        ];
        foreach (APPS as $app) {
            if ($app['software_id'] = 40488202) {
                $app_id = '40488202';
            }
            if ($app['software_id'] = 40488338) {
                $app_id = '40488338';
            }
        }
        
        $previous_active = json_decode(BusinessSetting::where('key', 'app_activation')->first()->value ?? '[]');
        $found = 0;
        foreach ($previous_active as $key => $item) {
            if ($item->software_id == $app_id) {
                $found = 1;
            }
        }
        if (!$found) {
            $previous_active[] = [
                'software_id' => $app_id,
                'is_active' => 1
            ];
            DB::table('business_settings')->updateOrInsert(['key' => 'app_activation'], [
                'value' => json_encode($previous_active)
            ]);
        }

        Toastr::success('succesfully activated');
        return back();
    }
}
After enter any data in purchase key field.
 
replace this file app\Http\Controllers\Admin\SystemController.php with data:

PHP:
<?php

namespace App\Http\Controllers\Admin;

use App\CentralLogics\Helpers;
use App\Http\Controllers\Controller;
use App\Model\Admin;
use App\Model\BusinessSetting;
use Brian2694\Toastr\Facades\Toastr;
use Illuminate\Http\Request;
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Storage;
use Intervention\Image\Facades\Image;

class SystemController extends Controller
{
    public function restaurant_data()
    {
        $new_order = DB::table('orders')->where(['checked' => 0])->count();
        return response()->json([
            'success' => 1,
            'data' => ['new_order' => $new_order]
        ]);
    }

    public function settings()
    {
        return view('admin-views.settings');
    }

    public function settings_update(Request $request)
    {
        $request->validate([
            'f_name' => 'required',
            'email' => ['required', 'unique:admins,email,' . auth('admin')->id() . ',id'],
            'phone' => 'required',
        ], [
            'f_name.required' => translate('First name is required!'),
        ]);

        $admin = Admin::find(auth('admin')->id());
        $admin->f_name = $request->f_name;
        $admin->l_name = $request->l_name;
        $admin->email = $request->email;
        $admin->phone = $request->phone;
        $admin->image = $request->has('image') ? Helpers::update('admin/', $admin->image, 'png', $request->file('image')) : $admin->image;
        $admin->save();
        Toastr::success(translate('Admin updated successfully!'));
        return back();
    }

    public function settings_password_update(Request $request)
    {
        $request->validate([
            'password' => 'required|min:8',
            'confirm_password' => 'required|same:password',
        ]);
        $admin = Admin::find(auth('admin')->id());
        $admin->password = bcrypt($request['password']);
        $admin->save();
        Toastr::success(translate('Admin password updated successfully!'));
        return back();
    }

    public function app_activate(Request $request, $app_id)
    {
        $app_name = 'default';
        $app_link = 'default';
        foreach (APPS as $app) {
            if ($app['software_id'] == $app_id) {
                $app_name = $app['app_name'];
                $app_link = $app['buy_now_link'];
            }
        }

        return view('admin-views.app-activation', compact('app_id', 'app_name','app_link'));
    }

    public function activation_submit(Request $request, $app_id): \Illuminate\Http\RedirectResponse
    {
        $post = [
            'purchase_key' => $request['purchase_key']
        ];
        foreach (APPS as $app) {
            if ($app['software_id'] = 40488202) {
                $app_id = '40488202';
            }
            if ($app['software_id'] = 40488338) {
                $app_id = '40488338';
            }
        }
       
        $previous_active = json_decode(BusinessSetting::where('key', 'app_activation')->first()->value ?? '[]');
        $found = 0;
        foreach ($previous_active as $key => $item) {
            if ($item->software_id == $app_id) {
                $found = 1;
            }
        }
        if (!$found) {
            $previous_active[] = [
                'software_id' => $app_id,
                'is_active' => 1
            ];
            DB::table('business_settings')->updateOrInsert(['key' => 'app_activation'], [
                'value' => json_encode($previous_active)
            ]);
        }

        Toastr::success('succesfully activated');
        return back();
    }
}
After enter any data in purchase key field.
after testing this raz0r it opens the chef addon but the tables nd table order still not nulled only chef thank u
 
after testing this raz0r it opens the chef addon but the tables nd table order still not nulled only chef thank u
Add this SQL command in phpmyadmin

SQL:
UPDATE
  `business_settings`
SET
  `value` = '[{\"software_id\":\"40488202\",\"is_active\":1},{\"software_id\":\"40488338\",\"is_active\":1}]',
  `created_at` = NULL,
  `updated_at` = NULL
WHERE
  `business_settings`.`id` = 72;
 
Add this SQL command in phpmyadmin

SQL:
UPDATE
  `business_settings`
SET
  `value` = '[{\"software_id\":\"40488202\",\"is_active\":1},{\"software_id\":\"40488338\",\"is_active\":1}]',
  `created_at` = NULL,
  `updated_at` = NULL
WHERE
  `business_settings`.`id` = 72;
Raz0r buddy you are amazing you beautiful beautiful man we love you .
 
raz0r updated eFood - Food Delivery App with Laravel Admin Panel + Delivery Man App with a new update entry:

eFood v9.2 NULLED - Food Delivery App with Laravel Admin Panel + Delivery Man App

Version 9.2 – 13 March 2023​

- Branch-wise product price and availability management
- Branch selection and switching and selection management
- Complete the new food variation system and managed all related features
- Added search tags in food for improving the search experience
- Loyalty points for order
- Refer and Earn
- Whatsapp chat option from the user website and app
- Cookie accept/ignore managed in the user website
- Update some payment gateways
- Payment...

Read the rest of this update entry...
 
Top