Blade File Changes are not reflecting
-
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.
-
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
-
or you can press the number of new theme while publishing the code.
php artisan vendor:publish --force > press the number of new theme
-
@sanjay-webkul : Thank you for your response. All the steps have been done but still no luck
-
@sanjay-webkul : Waiting for your response.
-
This post is deleted! -
Hi there,
Please follow this doc. i guess you skiped some steps.