Skip to content

Commit

Permalink
added online demo
Browse files Browse the repository at this point in the history
fixed menu link bug
  • Loading branch information
A1Gard committed Sep 13, 2024
1 parent 8c2724a commit 267213c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <a href="https://xshop.xstack.ir/#">https://xshop.xstack.ir/</a>

### Screenshots

![1](https://raw.githubusercontent.com/A1Gard/xshop-installer-assets/master/screenshots/xshop-screenshot1.png)
Expand Down
2 changes: 1 addition & 1 deletion app/Models/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function webUrl(){
}
return $this->meta;
}else{
$this->dest()->webUrl();
return $this->dest->webUrl();
}
}
}
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

'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),
/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 267213c

Please # to comment.