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

StackFood - React User Website

StackFood - React User Website 2.5

No permission to download

tarek110

Active member
Trusted Uploader
Aug 24, 2020
133
110
43
digitalfriend submitted a new resource:

StackFood - React User Website - React and Next.js version of StackFood User Website

Introducing the React and Next.js version of StackFood User Website- a powerful and versatile web platform that allows you to easily set up and manage your own online food ordering business website. Built using the latest technologies such as React, and Next.js, this version of the StackFood is fast, responsive, SEO Friendly, and easy to use.

Important Note: This website is only compatible with the SatckFood Multi restaurant food delivery system if you don’t purchase yet, purchase StackFood...

Read more about this resource...
 
Hello @Business365, I kindly request you to update the StackFood React source code to the most recent and up-to-date version available. It is essential to ensure that our project stays current with the latest enhancements, bug fixes, and security patches provided by the StackFood React framework. By updating to the latest version, we can take advantage of new features, optimize performance, and maintain compatibility with future updates. Your prompt attention to this matter is greatly appreciated, and please let me know if you require any further information or assistance. Thank you for your dedication and commitment to keeping our codebase current and robust.
 
Hello @NulledMaster ,
Has anyone knows now to null it.
Thanks
Navigate to /app/Http/Middleware

Edit ReactValid.php

class ReactValid
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle(Request $request, Closure $next)
{
if ($request->hasHeader('X-software-id')) {
$react_status = 1;
$react_domain = 'YOUR_FRONTEND_WEBSITE_URL';
if ($react_status == 1 && $react_domain) {
$url = str_ireplace('www.', '', parse_url(request()->headers->get('origin'), PHP_URL_HOST));
if (str_ireplace('www.', '', parse_url($react_domain, PHP_URL_HOST)) == $url) {
return $next($request);
}
}
return response()->json([],404);
}
// continue request
return $next($request);
}
}
 
getting 400 issue can any one help me
please null using provided method above
Navigate to /app/Http/Middleware

Edit ReactValid.php

class ReactValid
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle(Request $request, Closure $next)
{
if ($request->hasHeader('X-software-id')) {
$react_status = 1;
$react_domain = 'YOUR_FRONTEND_WEBSITE_URL';
if ($react_status == 1 && $react_domain) {
$url = str_ireplace('www.', '', parse_url(request()->headers->get('origin'), PHP_URL_HOST));
if (str_ireplace('www.', '', parse_url($react_domain, PHP_URL_HOST)) == $url) {
return $next($request);
}
}
return response()->json([],404);
}
// continue request
return $next($request);
}
}
 
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