Search found 2 matches

by Alexey
24 Jul 2023, 08:47
Forum: Laravel package
Topic: Cache issue
Replies: 3
Views: 11968

Re: Cache issue

It seems that with this approach, all products from all categories are displayed in one category, and there is also caching on the 1st access.
by Alexey
19 Jul 2023, 10:39
Forum: Laravel package
Topic: Cache issue
Replies: 3
Views: 11968

Cache issue

Hi, I'm using a version of it: Laravel Framework 8.83.27 "aimeos/aimeos-laravel": "~2020.10" PHP 7.4.30 I have added a root for category output: Route::get('category/{category_name?}', '\Aimeos\Shop\Controller\CatalogController@listAction')->name('aimeos_shop_list_category'); I'm...