Bagisto Forum

    Bagisto

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

    Bagisto blade file changes not reflecting and error on vendor publish --force

    General Discussion
    3
    5
    1084
    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.
    • S
      smrithi last edited by

      Hello,

      We are making changes in the blade files of the velocity theme package but the changes are not being reflected on the browser. We have already tried using the following commands but the changes are still not reflecting.

      Commands:
      php artisan config:cache
      php artisan config:clear
      php artisan cache:clear
      php artisan route:clear
      php artisan view:clear
      php artisan optimize

      npm run dev
      npm run watch.

      After using vendor publish --force we are getting route issues.

      Error image (https://prnt.sc/h36qn21wHdS2)

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

        Hi there,
        Have you run this command?

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

          Hi there,
          For now, you can add this line on your composer.json file and then run the below command

          "laravel/framework": "9.35.1",
             
          composer update
          

          Because the issue is in db blade compiler dependency of laravel

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

            Hi there.

            We will update all the dependency in our major version

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

              It is still not working. 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'
              ],

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