Blade template files not reflecting
-
i wanted to change footer text and links
on this location
packages/Webkul/Velocity/src/Resources/views/shop/layouts -
@Ashishaxaat
you can update footer links and text from Velocity->meta data as shown here https://prnt.sc/u60df2 -
@Vaishali-Agarwal thank you but i want to customize footer , like adding one more line
"powered by Axat" and stuff like that how do i do that ?sometimes other files doesn't reflect changes
-
@Ashishaxaat
If you just want to add a single line in footer then you could add this from here https://prnt.sc/u60ing
I hope this is the answer to your query? -
@Vaishali-Agarwal yes Thankyou
i have another query regarding changes in some files it doesnot reflect i have to run the command
php artisan vendor:publish --force
for every changesany suggestion on this ?
-
@Ashishaxaat
Yes if you are doing changes inside velocity package then you need to publish all the files again by running vendor: publish , but if you're doing changes in resources then you don't need to run this command. -
ok got it thank you
-
This post is deleted!