Default jqadm view (index.blade.php)

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!
User avatar
peter69
Posts: 95
Joined: 09 Jun 2022, 19:31

Default jqadm view (index.blade.php)

Post by peter69 » 21 Jun 2022, 21:47

Hello!

I have created a theme (which I have generated with the online tool to generate aimeos themes for laravel).

I have modified the file "index.blade.php" which is located in /packages/my-theme/views/jqadm/ however it is not overwriting/applying the changes.

I did a test by creating the file in /resources/views/vendor/shop/jqadm/ and the changes work there!

How can I get the changes I make in /packages/my-theme/views/jqadm/index.blade.php applied?


Regards,

laravel: 9.2
aimeos-laravel: ~2022.04
PHP: 8.1.6
Environment: Ubuntu 20.04.4 LTS

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

Re: Default jqadm view (index.blade.php)

Post by aimeos » 24 Jun 2022, 09:54

Views from Laravel theme extensions are only applied if the theme is selected for the current site but the backend doesn't use themes per site yet so there's only the master theme available which you can overwrite by storing the files in ./resources/views/vendor/shop/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply