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

FoodKing - Restaurant Food Delivery System with Admin Panel & Delivery Man App | Restaurant POS

FoodKing - Restaurant Food Delivery System with Admin Panel & Delivery Man App | Restaurant POS 2.0

No permission to download
To Anyone Facing error in Phonepay Payment gateway
replace code in : /app/Http/PaymentGateways/Gateways/Phonepe.php On Line NO. 44
PHP:
 // amount, phone number, callback url, unique merchant transaction id
            $url = $phonepe->makePayment(
                floatval($order->total),
                $order->user?->phone,
                route('payment.success', ['order' => $order, 'paymentGateway' => 'phonepe']),
                '1' // Unique merchant transaction ID, adjust accordingly
            );
 
anybody has solution to this, a, trying to install this on local host.


Not Found​

The requested URL was not found on this server.


Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.0.30 Server at localhost Port 80
 
Quick tutorial to use this feature...

1. Extract the files to your server.

2. Set .env with your database credentials.

3. Use this command in your prompt

Code:
composer install
php artisan key:generate
php artisan migrate

4. Go to app/Http/Middleware/ApiKeyMiddleware.php and replace
PHP:
return response()->json(trans('all.message.invalid_api_key'), 400);
for this
PHP:
return $next($request);

Lastly, just configure your .env file and in the control panel your common settings...

Captura de tela 2024-04-16 122603.png
 
  • Like
Reactions: avibe
I have resolve the activation however, I am unable to go ahead in data base setup step. Any one know to pass the database step while installation?
 
Last edited:

Forum statistics

Threads
79,514
Messages
1,144,076
Members
249,411
Latest member
affan_53
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