You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I generated a new theme extention and update my-theme\views\jqadm\index.blade.php file, but the the application still use the default one from the framework.
I think that this line, which is responsible for this :
The text was updated successfully, but these errors were encountered:
merouanekhalili
changed the title
The extension's index.blade.php is not taken into consideration
The extension jqadm's index.blade.php is not taken into consideration
Oct 27, 2023
The laravel theme extensions are for the frontend only. Using a different backend theme is only supported by overwriting the styles in the themes/admin/jqadm/custom.css file and placing a copy of the jqadm/index.blade.php in the ./resources/views/vendor/shop/jqadm/ directory.
Environment
Describe the bug
I generated a new theme extention and update my-theme\views\jqadm\index.blade.php file, but the the application still use the default one from the framework.
I think that this line, which is responsible for this :
aimeos-laravel/src/Controller/JqadmController.php
Line 282 in 0a9179a
The text was updated successfully, but these errors were encountered: