I have used your files and i get this error, if you have correctly installed it, can you send me a dump of database?
I have used your files and i get this error, if you have correctly installed it, can you send me a dump of database?
Share the code without license, we null it for all the membersI 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.
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 itHi 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; } } }
Sure, I will give it to you as soon as you have reached 1.000.000 posts here.Any chance yo get this script please upload
Khana - Multi Resturant Food Ordering, Restaurant Management With Saas
codecanyon link: https://codecanyon.net/item/khana-m...ring-restaurant-management-with-saas/28041734