承接 tahiryasin/bagisto-reports 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

tahiryasin/bagisto-reports

最新稳定版本:1.0.1

Composer 安装命令:

composer require tahiryasin/bagisto-reports

包简介

Sales, Inventory, Shipping, Refunds and Inventory reports for Bagisto opensource.

README 文档

README

Sales, Inventory, Shipping, Refunds and Inventory reports for Bagisto opensource.

Automatic Installation

  1. Use command prompt to run this package composer require tahiryasin/bagisto-reports
  2. Now open config/app.php and register reports provider.
'providers' => [
        // Reports provider
        Tahiryasin\Reports\Providers\ReportsServiceProvider::class,
]
  1. Now run php artisan config:cache

Manual Installation

  1. Download the zip folder from the github repository.
  2. Unzip the folder and go to your bagisto application path package and create a folder name Tahiryasin/Reports/ upload src folder inside this path.
  3. Now open config/app.php and register Reports provider.
'providers' => [
        // Reports provider
        Tahiryasin\Reports\Providers\ReportsServiceProvider::class,
]
  1. Now open composer.json and go to autoload psr-4.
"autoload": {
        "psr-4": {
        "Tahiryasin\\Reports\\": "packages/Tahiryasin/Reports/src"
        }
    }
  1. Now open the command prompt and run composer dump-autoload.
  2. Now run php artisan config:cache
  3. Now go to your bagisto super admin, you will find the Reports/States link under Settings menu.

Troubleshooting

  1. if anybody facing after placing a order you are not redirecting to payment gateway and getting a route error then simply go to bootstrap/cache and delete all the cache files.

For any help or customisation https://scriptbaker.com or email us scriptbaker@gmail.com

统计信息

  • 总下载量: 25
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-07