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

Any chance yo get this script please upload Khana - Multi Resturant Food Ordering, Restaurant Management With Saas

Complete routes for installation

replace the file in the path : files/script/routes
 

Attachments

  • web-routes.zip
    490 bytes · Views: 61
  • Like
Reactions: NostraDamus
This version is a mess, it's need to be updated. A lot of bugs, the files structure is also a big mess. I advise anyone to not using it. It gives me a headache trying to make it work.
 
  • Like
Reactions: Mr G
The database, I haven't the users account.

Now you are on your own, try to make it work.

I haven't time to loose with this mess.
 

Attachments

  • khana.sql.zip
    7.2 KB · Views: 48
Is it working guys? btw if not then I will purchase the script tonight, waiting for version 3 is coming tonight. anyone wants to share the price? thanks
 
  • Like
Reactions: NostraDamus
I purchased the latest version 3.... Anyone wants to split the cost? But i don't know 1 license gonna work on multiple domains or not.
 
  • Like
Reactions: mucxer
Hi all,

When checking the source code, I see that the routes web.php will be retrieved from the api server of lpress after the installation check. I think the only way to have this routes file is copying from an installed site.

PHP:
namespace Lpress\Verify;
use Illuminate\Support\Facades\Http;
use Amcoders\Lpress\Lphelper;
class Everify
{
    public static $massage;
    
    public static function Check($key)
    {
        $url= url('/');
        $response = Http::post('http://api.lpress.xyz/api/verify', [
                'p' => $key,
                't' => 'i',
                'u' => $url,
                'i' => '28041734',

            ]);
        $data= $response->json();
        if ($response->ok()) {
            $token=Lphelper::decode($data['token']);
            put($token,base_path().'/routes/web.php');
            return true;
        }
        else{
            Everify::$massage=$data['error'];
            return false;
        }
        
    }

}
 
Hi all,

When checking the source code, I see that the routes web.php will be retrieved from the api server of lpress after the installation check. I think the only way to have this routes file is copying from an installed site.

PHP:
namespace Lpress\Verify;
use Illuminate\Support\Facades\Http;
use Amcoders\Lpress\Lphelper;
class Everify
{
    public static $massage;
   
    public static function Check($key)
    {
        $url= url('/');
        $response = Http::post('http://api.lpress.xyz/api/verify', [
                'p' => $key,
                't' => 'i',
                'u' => $url,
                'i' => '28041734',

            ]);
        $data= $response->json();
        if ($response->ok()) {
            $token=Lphelper::decode($data['token']);
            put($token,base_path().'/routes/web.php');
            return true;
        }
        else{
            Everify::$massage=$data['error'];
            return false;
        }
       
    }

}
In short, you need a dump! Otherwise you won't be able to launch it
 
I can reinit the data with 2 commands artisan, you can see my website here

I cannot get all working like the login route, etc...

To get the demo data, here are 2 commands to execute:
php artisan migrate:fresh
php artisan db:seed
 
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