cache issue

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
KhushalWebroot
Posts: 11
Joined: 29 May 2023, 11:29

cache issue

Post by KhushalWebroot » 01 Jun 2023, 10:19

Hi

All files are being cached. I believe it is being stored in the root storage folder.Would you be able to tell me how to clear the cache for all full applications by cmd or in any other manner.

php artisan cache:clear
php artisan aimeos:clear
php artisan config:cache


these dosn't help.

Thanks

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

Re: cache issue

Post by aimeos » 03 Jun 2023, 11:22

To clear all caches in Laravel use:

Code: Select all

php artisan optimize:clear
For Aimeos use:

Code: Select all

php artisan aimeos:clear
For development, you can disable caching completely changing these config settings:
- https://github.com/aimeos/aimeos/blob/m ... p.php#L196
- https://github.com/aimeos/aimeos/blob/m ... p.php#L152
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply