load different cms if I'm made login or not

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!
User avatar
DavideBrocca
Posts: 2
Joined: 30 Jun 2023, 08:23

load different cms if I'm made login or not

Post by DavideBrocca » 30 Jun 2023, 08:29

hi everyone, in my application if i dont login, i see an old cms that i dont have in the cms list. when i log in or go on admin area, that one disappear. how can i delate it? thanks

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

Re: load different cms if I'm made login or not

Post by aimeos » 30 Jun 2023, 08:38

The output of the components is cached (browser and database). To clear the database cache execute:

Code: Select all

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

Post Reply