Bagisto Forum

    Bagisto

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

    Blade File Changes are not reflecting

    Bug Report
    2
    7
    352
    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.
    • C
      codebase last edited by

      I have made the changes in product view blade file. I am using different theme name "ThemeName" with below code in themes.php.

      'sps' => [
      'views_path' => 'resources/themes/sps/views',
      'assets_path' => 'public/themes/sps/assets',
      'name' => 'ThemeName',
      'parent' => 'velocity'
      ],

      I have applied all the codes like vendor:publish --force, optimize, route clear, config clear etc etc. But still not showing.

      Note: If I select velocity theme from the admin panel, it is working but not in the "ThemeName" theme.

      Please help. Because it won't work for my all the changes, I will make in this theme.

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

        Hi there,
        Please run the given command, and if still getting the same issue then please let me know.

        php artisan vendor:publish --all --force
        1 Reply Last reply Reply Quote 0
        • sanjay-webkul
          sanjay-webkul last edited by

          or you can press the number of new theme while publishing the code.

          php artisan vendor:publish --force 
          > press the number of new  theme
          1 Reply Last reply Reply Quote 0
          • C
            codebase last edited by

            @sanjay-webkul : Thank you for your response. All the steps have been done but still no luck

            1 Reply Last reply Reply Quote 0
            • C
              codebase last edited by

              @sanjay-webkul : Waiting for your response.

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

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • sanjay-webkul
                  sanjay-webkul last edited by

                  Hi there,
                  Please follow this doc. i guess you skiped some steps.

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