Page 1 of 1

Default jqadm view (index.blade.php)

Posted: 21 Jun 2022, 21:47
by peter69
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

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

Posted: 24 Jun 2022, 09:54
by aimeos
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/