Bagisto blade file changes not reflecting and error on vendor publish --force
-
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 optimizenpm run dev
npm run watch.After using vendor publish --force we are getting route issues.
Error image (https://prnt.sc/h36qn21wHdS2)
-
Hi there,
Have you run this command?compose update
-
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
-
Hi there.
We will update all the dependency in our major version
-
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'
],