1. Home
  2. Docs
  3. Product Question Answer for Bagisto
  4. Installation Process of the Extension
Download PDF

Installation Process of the Extension

1. Download the zip folder.

2. Unzip the folder and go to your bagisto application path ‘packages’ and create a folder named ‘SunArc/’ upload `ProductQuestionAnwer` folder inside this path.

3. Now open ‘config/app.php’ and register the ProductALert provider.

‘providers’ => [

        // Product Question Answer provider

       SunArc\ProductQuestionAnswer\Providers\ProductQuestionAnswerServiceProvider::class,

]

4. Now open composer.json and go to autoload psr-4.

“autoload”: {

        “psr-4”: {

    “SunArc\\ProductQuestionAnswer\\”: “packages/SunArc/ProductQuestionAnswer/src”,

        }

    }

5. Now open the command prompt and run composer dump-autoload

6. Now run php artisan migrate

7. Now run php artisan config:cache

8. Now run php artisan optimize

9. Now run php artisan vendor:publish –force 

  Then press 0 (zero) and enter

10. Now go to your Bagisto admin section ‘admin/configuration/poduct_question_answer/general` you will see the new Configuration setting. Please make it enabled.

Download Guide
Was this article helpful to you? Yes No

How can we help?