Search found 10 matches

by WarisAli
26 Dec 2022, 14:38
Forum: Laravel package
Topic: graphQl Api
Replies: 1
Views: 2375

graphQl Api

PHP: 8.0.4,
Composer: 2.2.9,
System: Windows 10,
Laravel Version: 9.2,
Aimeos: 2022.10,
ai-elasticsearch: 2022.10.x-dev,
"aimeos/ai-admin-graphql": "2022.10.*"
How can I get graphQl Api for frontend in laravel aimeos.
It's Already install as I can see. Please Help me out.
by WarisAli
22 Dec 2022, 07:40
Forum: Laravel package
Topic: Vue storefront
Replies: 12
Views: 17350

Re: Vue storefront

How can I use Laravel Jsonapi in Vuestore-theme and where I have to kept the base url of laravel Aimeos in vuestore theme ?
aimeos wrote: 19 Dec 2022, 14:16 Got the new repo URL from Skynet :-)
https://github.com/skynetindia/vuestore-theme
by WarisAli
21 Nov 2022, 14:26
Forum: Laravel package
Topic: Vue storefront
Replies: 12
Views: 17350

Vue storefront

PHP: 8.0.4,
Composer: 2.2.9,
System: Windows 10,
Laravel Version: 9.2,
Aimeos: 2022.10,
ai-elasticsearch: 2022.10.x-dev,
ai-cache: 2022.10
How can I integrate Vue storefrontend in laravel Aimeos. Please help me out.
by WarisAli
18 Nov 2022, 10:21
Forum: Laravel package
Topic: Admin side error
Replies: 5
Views: 10523

Re: php artisan aimeos:setup


When I run this command php artisan aimeos:setup.
Then it show me the error. Error mention below.



Elasticsearch\Common\Exceptions\ServerErrorResponseException

{"error":{"root_cause":[{"type":"mapper_exception","reason":"the [enabled] parameter can't be updated for the object mapping ...
by WarisAli
18 Nov 2022, 09:31
Forum: Laravel package
Topic: Admin side error
Replies: 5
Views: 10523

Re: Admin side error


aimeos/ai-admin-graphql 2022.10.3 Aimeos Admin GraphQL API extension
aimeos/ai-admin-jqadm 2022.10.3 Aimeos VueJS+Bootstrap admin backend
aimeos/ai-admin-jsonadm 2022.10.1 Aimeos JSON admin API for backend
aimeos/ai-cache 2022.10.1 Cache extension for Aimeos e-commerce solutions
aimeos/ai-client ...
by WarisAli
18 Nov 2022, 06:10
Forum: Laravel package
Topic: Admin side error
Replies: 5
Views: 10523

Admin side error

php version : 8.0.18,
Windows : 10,
composer version : 2.2.9,
Laravel Aimeos version : ~2022.10
Elasticsearch 2022.10.x-dev,
ai-site 2022.10.x-dev


I'm getting the below error when I click on product edit button in admin side. Please help me out!

Class Aimeos\MShop\Product\Manager\Site ...
by WarisAli
27 Sep 2022, 12:44
Forum: Laravel package
Topic: I want to add images to the product
Replies: 3
Views: 5050

Re: I want to add images to the product

I'm Getting this error when I'm trying to upload image. The Image is in storage/upload folder of my project

TypeError: Aimeos\Controller\Common\Media\Standard::add(): Argument #2 ($file) must be of type Psr\Http\Message\UploadedFileInterface, Symfony\Component\HttpFoundation\File\UploadedFile ...
by WarisAli
26 Sep 2022, 09:41
Forum: Laravel package
Topic: I want to add images to the product
Replies: 3
Views: 5050

I want to add images to the product

I'm using aimeos managers to add new product but not able to add image can you plz help me out.

public function productArray($key){
$product = [
"product" => [
"product.id" =>'',
"product.siteid" => "32.",
"product.ctime" => "2022-09-21 05:57:00",
"product.mtime" => "2022-09-22 11:39:49 ...
by WarisAli
13 Sep 2022, 12:35
Forum: Laravel package
Topic: differentiate the port of redis and session for caches
Replies: 1
Views: 2073

differentiate the port of redis and session for caches

Laravel Version => ^9.2
php => ^8.0.10


I have installed ai-cache => "aimeos/ai-cache": "2022.07.x-dev",
How can we make differentiate the port of redis 6379 session and 6380 for caches ?
by WarisAli
13 Sep 2022, 06:58
Forum: Laravel package
Topic: ai-cache error
Replies: 1
Views: 2086

ai-cache error

Hello
Below configuration I have done in config/shop.php


'resource' => [
.....
'cache' => [
'redis' => [
'scheme' => 'tcp',
'host' => '10.0.0.1',
'port' => 6379,
]
]
.....
],
'madmin' => [
.....
'cache' => [
'manager' => [
'name' => 'redis',
],
],
.....
]

mshop ...