How to update mini cart?



  • I modified the mini cart layout at packages\Webkul\Velocity\src\Resources\assets\js\UI\components\mini-cart.vue

    However I found that, it did not reflect at the frontend. Can I know how modify it properly?



  • @jc
    you have to run the below command inside velocity package

    npm i
    
    npm run prod
    

    After performing above step you have to publish all assets and file by running the " php artisan vendor:publish " command and press 0.


Log in to reply