How to add my HTML theme to Aimeos Laravel Application
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 2
- Joined: 26 May 2023, 05:24
How to add my HTML theme to Aimeos Laravel Application
I want to use my HTML theme to Aimeos Laravel Application.
What is the steps to use my own html template with Aimeos Laravel Application.
Specially how can i change html or view of body componetns.
My Aimeos Laravel Application configuration is as below :
aimeos-laravel : 2023.04.
Laravel Framework 10.11.0
PHP 8.2.2.
Many Thanks.
What is the steps to use my own html template with Aimeos Laravel Application.
Specially how can i change html or view of body componetns.
My Aimeos Laravel Application configuration is as below :
aimeos-laravel : 2023.04.
Laravel Framework 10.11.0
PHP 8.2.2.
Many Thanks.
Re: How to add my HTML theme to Aimeos Laravel Application
Please read this article, it contains all information for creating a new frontend theme:
https://aimeos.org/docs/latest/frontend ... te-themes/
Using own HTML templates is described here in detail:
https://aimeos.org/docs/latest/frontend ... templates/
https://aimeos.org/docs/latest/frontend ... te-themes/
Using own HTML templates is described here in detail:
https://aimeos.org/docs/latest/frontend ... templates/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

-
- Posts: 2
- Joined: 26 May 2023, 05:24
Re: How to add my HTML theme to Aimeos Laravel Application
I have created extension ( Laravel theme 2023.x extension ) and unzip it in packages directory and processed below command.
composer req aimeos-themes/<mytheme>
There are two directories for templates to update component structures
1) packages/<mytheme>/templates/client/catalog/detail
2) vendor/aimeos-themes/<mytheme>/templates/client/catalog/detail
I have changed html structure in both places but not get my changes in home page.
Can you please help me and advice as i want to replace home page with my own theme home page.
Many Thanks
composer req aimeos-themes/<mytheme>
There are two directories for templates to update component structures
1) packages/<mytheme>/templates/client/catalog/detail
2) vendor/aimeos-themes/<mytheme>/templates/client/catalog/detail
I have changed html structure in both places but not get my changes in home page.
Can you please help me and advice as i want to replace home page with my own theme home page.
Many Thanks