From 267213cff71c344ccd0352325438831aa21f7c9e Mon Sep 17 00:00:00 2001 From: A1Gard Date: Fri, 13 Sep 2024 06:49:05 +0330 Subject: [PATCH] added online demo fixed menu link bug --- README.md | 4 ++++ app/Models/Item.php | 2 +- config/app.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c5f7ef..c6811d8 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,10 @@ php artisan client - PartName.js: your theme part javascript - screenshot.png: screenshot preview of theme part +## Demo + +> Online demo available here: https://xshop.xstack.ir/ + ### Screenshots ![1](https://raw.githubusercontent.com/A1Gard/xshop-installer-assets/master/screenshots/xshop-screenshot1.png) diff --git a/app/Models/Item.php b/app/Models/Item.php index 6dc382f..62d292c 100644 --- a/app/Models/Item.php +++ b/app/Models/Item.php @@ -46,7 +46,7 @@ class Item extends Model } return $this->meta; }else{ - $this->dest()->webUrl(); + return $this->dest->webUrl(); } } } diff --git a/config/app.php b/config/app.php index 802bd5f..8d6dbb6 100644 --- a/config/app.php +++ b/config/app.php @@ -16,7 +16,7 @@ return [ */ 'name' => env('APP_NAME', 'Laravel'), - 'version' => env('APP_VERSION', '2.0.0-beta-2'), + 'version' => env('APP_VERSION', '2.0.0-beta-3'), 'demo' => env('APP_DEMO', false), /* |--------------------------------------------------------------------------