From 59a1ebbaf31d435dea75e0306b41722e72f39f15 Mon Sep 17 00:00:00 2001 From: A1Gard Date: Thu, 29 Jun 2023 20:36:51 +0330 Subject: [PATCH] updated readme --- README-fa.md | 12 +++++++++++- README.md | 14 +++++++++++--- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/README-fa.md b/README-fa.md index e6c6654..8b5643a 100755 --- a/README-fa.md +++ b/README-fa.md @@ -122,7 +122,7 @@ crontab -e ```bash * * * * * cd /home/[yourusername]/[your-public-html-project-root] && php artisan schedule:run >> /dev/null 2>&1 ``` -## contribute & support +## همکاری و پشتیبانی ما خیلی خوشحال می‌شویم از شما را کمک کنیم و یا شما ما رو کمک کنید، در صورت توسعه سورس حتما از pull request شما اتسقبال می‌کنیم و اگر مشکلی داشتید، حتما آن را برطرف می‌کنیم، فقط کافی است یک موضوع در لینک زیر ایجاد کنید: @@ -130,6 +130,16 @@ crontab -e https://github.com/4xmen/xshop/issues ``` + +## تست پروژه + +نکته: تست را حتماً برای نسخه توسعه استفاده کنید نه روی وبسایت زیر بار دستور تست از قرار ذیل است: + +```bash +php artisan test +``` + + ## Screen shots ![1](./media/shopscreenshot1.png) diff --git a/README.md b/README.md index 5c354ca..92e6114 100755 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ php artisan serv now login to admin panel `http://localhost:8000/dashboard` default admin email is : `admin@example.com` and default password is: `password` -# Deploy guide +## Deploy guide We recommend deploy xshop on VPS, so create databse and run this commands @@ -108,7 +108,7 @@ php key:generate composer install --optimize-autoloader --no-dev ``` -### add cron job +### Add cron job You must add crontab for your project: @@ -121,7 +121,7 @@ Add this line: * * * * * cd /home/[yourusername]/[your-public-html-project-root] && php artisan schedule:run >> /dev/null 2>&1 ``` -## contribute & support +## Contribute & support We are so pleased to your help and help you, If you wanna develop xshop, Congrats or if you have problem, don't worry create an issue here: @@ -130,6 +130,14 @@ if you have problem, don't worry create an issue here: https://github.com/4xmen/xshop/issues ``` +## Test + +Note: The test must be run on development version, and test command is: + +```bash +php artisan test +``` + ## Screen shots ![1](./media/shopscreenshot1.png)