StackFood Multi Restaurant - Food Delivery App with Laravel Admin and Restaurant Panels

StackFood Multi Restaurant - Food Delivery App with Laravel Admin and Restaurant Panels v.7.6.1

No permission to download

disetec21

Member
Jun 24, 2020
69
12
8
Someone can help me, I have a search box on a site made in wordpress, but, I want the results to be displayed on the same page of the web stackfood (my own site), I have only managed to enter the text in the search box to send me to the search page and not the result of the text entered.
this is the example: https://yapide.online
 

eklipz90

New member
Jan 20, 2023
1
1
3
To null the activation check all you have to do is replace lines 21-28 in ActivationCheckMiddleware.php under App/http/middleware

Original

public function handle($request, Closure $next)
{
if (!$this->actch()) {

return Redirect::away(base64_decode('aHR0cHM6Ly82YW10ZWNoLmNvbS9zb2Z0d2FyZS1hY3RpdmF0aW9u'))->send();
}
return $next($request);

}




Replaced:

public function handle($request, Closure $next)
{
if ($this->actch()) {

return null;
}
return $next($request);

}


This will always make the platform think it is activated & allow you to get past the step during a update or new install to enter your purchase code info.

Now when it asks you for that information just enter what ever you want

sfsdffas
fasfsdf
will be sufficient.
 
Last edited:
  • Like
Reactions: Syntaxbyte

Syntaxbyte

Active member
Jan 7, 2021
254
94
28
Nigeria
stackhubs.com
Having this: reCAPTCHA while trying to login Admin Panel.
I have create google reCAPTCHA v2, used the site key and secret key's inside the database and set the status = 1, but still having the same issue
 

dendiyoelito

Member
Oct 3, 2022
34
14
8
Someone help me with the compilation of the web, it compiles everything but it keeps loading so I leave images.
 

Attachments

  • 24.JPG
    24.JPG
    51.4 KB · Views: 9
  • 12.JPG
    12.JPG
    155.6 KB · Views: 9
  • Haha
Reactions: div.tilt2

dendiyoelito

Member
Oct 3, 2022
34
14
8
and following the documentation guide, everything is ok, but when the web is compiled correctly, I upload it to a subdomain as suggested in the documentation and nothing stays loading...
 

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