Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Extension "Hide Shop for Guest"

    Knowledge Base
    2
    3
    312
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      William Hatanaka last edited by

      Hello,
      I've installed the extension "hide shop for guest" successfully on my local, but after deploy on web server production it is not working.
      I've executed the following commands:
      "composer dump-autoload -d bagisto",
      "php artisan vendor:publish --force"<- with option 0(zero),
      docker-compose down and up -d.
      But the option "Hide Shop for guest" does not appear on the administration page (configure option)...
      And this extension is not on the table "core_config". But in my local database there are 2 rows of records (at the column "code" there are "hideshopforguest.settings.settings.hide-shop-before-login" and "hideshopforguest.settings.settings.hide-shop-before-login.notification"), and those records does not present on production server database (tabel core_config).
      What I can do to solve this issue?
      Thank you very much

      1 Reply Last reply Reply Quote 0
      • P
        prateek-webkul last edited by

        @William-Hatanaka ,

        You need to add migrate command in your docker file, so when you run the up command for docker then it executes and creates respective tables.

        W 1 Reply Last reply Reply Quote 0
        • W
          William Hatanaka @prateek-webkul last edited by

          Hello @prateek-webkul ,
          I"ve executed the command php artisan cache:config.
          Thank you very much

          1 Reply Last reply Reply Quote 0
          • First post
            Last post