Frontend changes not showing

Help for integrating the Laravel package
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!
dugz1611
Posts: 6
Joined: 17 Mar 2023, 16:35

Frontend changes not showing

Post by dugz1611 » 09 Jun 2025, 15:09

Good Day

I made minor customizations to my frontend within my own shop extension in C:\Users\dugz1\myshop\packages\getpriceza\views\base.blade.php, I made changes to the labels on the footer and also some text changes and links, however when I refresh localhost:8000 it still shows the default Aimeos which is in this view - C:\Users\dugz1\myshop\vendor\aimeos\aimeos-laravel\views\base.blade.php, please assist in pointing me in the right direction As I am sure that I should be able to overwrite using my own shop ext, kind regards.

Windows
Aimeos Version - ~2023.10
PhP Version - 8.1.12

User avatar
aimeos
Administrator
Posts: 8616
Joined: 01 Jan 1970, 00:00

Re: Frontend changes not showing

Post by aimeos » 10 Jun 2025, 07:00

To overwrite the base.blade.php template of the Aimeos extension, you have to place your copy in vendor\aimeos\aimeos-laravel\views\vendor\shop\base.blade.php. See: https://aimeos.org/docs/latest/laravel/ ... -templates
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

dugz1611
Posts: 6
Joined: 17 Mar 2023, 16:35

Re: Frontend changes not showing

Post by dugz1611 » 12 Jun 2025, 07:51

Good Day

See in the image my screenshot no /shop folder exists when I have installed, should I create my own shop folder with my base.blade.php inside? The default base.blade.php exists here: C:\Users\dugz1\myshop\vendor\aimeos\aimeos-laravel\views\base.blade.php
Attachments
Screenshot of issue
Screenshot of issue
aimeos_screenshot.png (28.65 KiB) Viewed 51160 times

dugz1611
Posts: 6
Joined: 17 Mar 2023, 16:35

Re: Frontend changes not showing

Post by dugz1611 » 12 Jun 2025, 08:23

Also I have done changes to my copy here C:\Users\dugz1\myshop\vendor\aimeos\aimeos-laravel\views\shop\base.blade.php and ran php artisan view:clear to clear the cache but still loads the default Aimeos template

dugz1611
Posts: 6
Joined: 17 Mar 2023, 16:35

Re: Frontend changes not showing

Post by dugz1611 » 12 Jun 2025, 08:53

Ahh I realised my issue and pasted my template here C:\Users\dugz1\myshop\resources\views\vendor it is loading correctly now!

Post Reply