How to make changes in front-end

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
ArthurHenrique
Posts: 18
Joined: 28 Jan 2021, 18:30

How to make changes in front-end

Post by ArthurHenrique » 03 Feb 2021, 18:07

I need to make some changes in front-end, change the logo, color of the backgrounds, etc. I found the css arquives but I dont understand how modifier the html structure.

Enviroment:
Windows 10
PHP = 7.2
Laravel = 6.0
Aimeos = 2020.10

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

Re: How to make changes in front-end

Post by aimeos » 05 Feb 2021, 09:18

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

willy
Posts: 4
Joined: 20 Apr 2021, 22:27

Re: How to make changes in front-end

Post by willy » 22 Apr 2021, 10:05

aimeos wrote: 05 Feb 2021, 09:18 Have you read this article?
https://aimeos.org/docs/latest/frontend ... te-themes/
yes but I still don't understand how to change the default logo. I tried to change the following path:

<img src = "https://aimeos.org/fileadmin/template/icons/logo.png" height = "30" title = "Aimeos Logo">

But it does not work.

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

Re: How to make changes in front-end

Post by aimeos » 24 Apr 2021, 09:26

The logo is defined in the ./resources/views/app.blade.php template.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Rogahnd

Re: How to make changes in front-end

Post by Rogahnd » 12 Aug 2021, 04:20

I'm always wondering if there's a checklist of steps to complete in building a full website using Laravel.

I always feel like there's a ton to do (backend, frontend, languages, views, packages, models, controllers, you get the point).

Where do you start? Do you follow a method? or go random between all of the above, I go randomly, and would love to change to a better method, one where I can measure progress and check off items on a todo list. Looking forward to your responses.
Last edited by Rogahnd on 13 Aug 2021, 05:36, edited 1 time in total.

User avatar
ArthurHenrique
Posts: 18
Joined: 28 Jan 2021, 18:30

Re: How to make changes in front-end

Post by ArthurHenrique » 12 Aug 2021, 13:43

I'm learning how to use PHP and Laravel for a job in the company where I work, honestly I'm not interested in web development , so I cant help you with my opinion, but there are many developers that can help you with this point at stack overflow for example. Good luck!

Post Reply