How to add my HTML theme to Aimeos Laravel Application

How to configure and adapt Aimeos based shops as developer
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!
aimeo.alpesh
Posts: 2
Joined: 26 May 2023, 05:24

How to add my HTML theme to Aimeos Laravel Application

Post by aimeo.alpesh » 26 May 2023, 05:59

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.

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

Re: How to add my HTML theme to Aimeos Laravel Application

Post by aimeos » 27 May 2023, 08:29

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/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

aimeo.alpesh
Posts: 2
Joined: 26 May 2023, 05:24

Re: How to add my HTML theme to Aimeos Laravel Application

Post by aimeo.alpesh » 29 May 2023, 06:27

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

Post Reply