Product Inquiry Extension For Bagisto

How To Install Extension –

Copy the extension files inside packages folder.

  • Add below text to composer.json in root of Bagisto installation :

“Mega\\ProductInquiry\\” :”packages/Mega/ProductInquiry/src”

  • Now navigate to config.php inside config folder and add below code to providers array Mega\ProductInquiry\Providers\ProductInquiryServiceProvider::class
  • Run below commands

composer dump-autoload

php artisan migrate

php artisan vendor:publish

Add a Comment

Your email address will not be published.