How can I include multiple css files

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
parmonov98
Posts: 33
Joined: 24 Sep 2020, 12:12

How can I include multiple css files

Post by parmonov98 » 07 Oct 2020, 03:57

How can I include multiple css files?

https://i.imgur.com/ckoHUMa.png - I see there is a @aimeos_styles layout component. where is it implemented, I mean I wanna add custom css files like in the screenshot https://i.imgur.com/R6CawNK.png

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

Re: How can I include multiple css files

Post by aimeos » 07 Oct 2020, 16:51

The "@aimeos_styles" is populated here:
https://github.com/aimeos/aimeos-larave ... .blade.php

You can overwrite the file if you copy it to ./resources/views/vendor/shop/ like described in the Laravel documentation:
https://laravel.com/docs/master/packages#views
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply