Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The extension jqadm's index.blade.php is not taken into consideration #500

Closed
merouanekhalili opened this issue Oct 27, 2023 · 1 comment

Comments

@merouanekhalili
Copy link

merouanekhalili commented Oct 27, 2023

Environment

  1. Version : 2023.10
  2. Operating system : Windows

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 :

return View::make( 'shop::jqadm.index', [

@merouanekhalili 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
@aimeos
Copy link
Owner

aimeos commented 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.

@aimeos aimeos closed this as completed Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants