How to confgigure base.blade.php in new theme extension
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
- AleksandarJovanovic
- Posts: 53
- Joined: 01 Jun 2022, 21:26
How to confgigure base.blade.php in new theme extension
Php 8.2
Linux
Version 2024.07.
Hello everyone, I could use a little help.
I installed the theme extension according to the instructions, and everything is fine. However, the <base.blade.php> file located in resources/view/vendor/shop controls the settings for both the default theme and this new one. How can I create a new base.blade.php file that will be called and control things in the new theme I want to assign to a new vendor in the multishop?
Thanks in advance,
Alex
Linux
Version 2024.07.
Hello everyone, I could use a little help.
I installed the theme extension according to the instructions, and everything is fine. However, the <base.blade.php> file located in resources/view/vendor/shop controls the settings for both the default theme and this new one. How can I create a new base.blade.php file that will be called and control things in the new theme I want to assign to a new vendor in the multishop?
Thanks in advance,
Alex
Re: How to confgigure base.blade.php in new theme extension
Place the base.blade.php file for the new theme in ./resources/view/vendor/<custom extension name>/base.blade.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
- AleksandarJovanovic
- Posts: 53
- Joined: 01 Jun 2022, 21:26
Re: How to confgigure base.blade.php in new theme extension
Hm. I try that first but not working for me. I try to clear cache both for aimeos and laravel but nothing happen.
- AleksandarJovanovic
- Posts: 53
- Joined: 01 Jun 2022, 21:26
Re: How to confgigure base.blade.php in new theme extension
The mistake was mine, thank you for your patience
I didn’t extend the new base.blade in the template. Maybe this will help someone else too.
Best regards.
I didn’t extend the new base.blade in the template. Maybe this will help someone else too.
Best regards.