You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<strong>Important Notice:</strong> This repository is no longer actively maintained by the Alokai team.
18
+
</div>
19
+
<br />
20
+
The official development of the Magento 2 Integration is now part of the Alokai Enterprise offering and has been moved to a private repository.
16
21
17
-
**This repository contains integration for Magento 2 and Alokai Middleware.**
18
-
This integration is framework-agnostic and may be consumed in the framework of your choice.
22
+
From now on, this repository will be maintained by the community.
23
+
No further updates or new features will be provided here by the Alokai team.
24
+
25
+
For more information, please refer to the [Alokai Enterprise](https://docs.alokai.com/enterprise) documentation.
26
+
27
+
Thank you for your support and contributions!
19
28
20
29
## Magento 2 integration for Alokai
21
30
22
-
This project is a Magento 2 integration for Alokai.
31
+
**This repository contains integration for Magento 2 and Alokai Middleware.**
32
+
This integration is framework-agnostic and may be consumed in the framework of your choice.
23
33
24
-
### Check out [the docs](https://docs.vuestorefront.io/sdk-magento2/)
34
+
### Check out [the docs](https://docs.vuestorefront.io/sdk-magento2/)
25
35
26
36
# Quick start
27
37
28
38
Your Alokai application has two parts:
29
39
30
40
1.**Server Middleware** - an Express.js application that can connect to your various third-party services (like Magento).
31
41
32
-
33
42
2.**Front-end application** - any application using JavaScript or TypeScript that can connect to the server middleware. Popular choices include [Nuxt](https://nuxt.com/) and [Next.js](https://nextjs.org/).
34
43
35
44
In this section, we will explain in a step-by-step guide how to use Magento 2 integration in each part of your Alokai application.
36
45
37
-
38
46
## Prerequisites
39
47
40
48
- Magento configured - you need a Magento 2 configured
41
49
- Install Node.js version >=16.0
42
50
43
-
44
51
## Server Middleware
45
52
46
53
The first step to setup your integration is to create and configure your server middleware layer to connect to your Magento 2 backend.
47
54
48
55
Already have the server middleware configured?
49
56
If you have the server middleware configured, you can move directly to the sdk preparation section.
50
57
51
-
52
-
53
58
1. Install the dependencies needed to create your server middleware and to create a server-to-server connection with the Magento 2 backend and the server middleware.
5. Your middleware is ready. You can start it by running `node middleware.js`. Most likely, you'll want to setup this command as a script in your `package.json` file.
Want to contribute? Ping us on `magento2` channel on [our Discord](http://discord.vuestorefront.io)!
233
238
234
239
### Requirements:
240
+
235
241
- NodeJS v16 or later
236
242
- Yarn (npm is not supprted yet)
237
243
- Magento >= v2.4.3 instance for GraphQL endpoint
238
244
- Change Magento GraphQL Query Complexity and Depth values
239
245
240
246
> Don't forget to change the Magento GraphQL Query Complexity and Depth values
241
-
Magento 2 by default has a lower value for the complexity of 300, and a higher value for the depth of 20. [Magento 2 - Issue #32427](https://github.com/magento/magento2/issues/32427#issuecomment-860478483)
242
-
243
-
>The changes are required, due to the size of the queries and mutations in the `api-client` implementation.
247
+
> Magento 2 by default has a lower value for the complexity of 300, and a higher value for the depth of 20. [Magento 2 - Issue #32427](https://github.com/magento/magento2/issues/32427#issuecomment-860478483)
244
248
245
-
>To do this changes, you can use the [Magento 2 module](https://github.com/caravelx/module-graphql-config), which adds a configuration panel to your admin, or do this changes manually.
249
+
> The changes are required, due to the size of the queries and mutations in the `api-client` implementation.
246
250
251
+
> To do this changes, you can use the [Magento 2 module](https://github.com/caravelx/module-graphql-config), which adds a configuration panel to your admin, or do this changes manually.
247
252
248
253
To install the Magento 2 GraphQL Config module, on your Magento installation execute:
@@ -278,11 +285,12 @@ Find more information about the module [GraphQl Custom Config](https://github.co
278
285
279
286
## Support
280
287
281
-
If you have any questions about this integration we will be happy to answer them on `magento2-alokai` channel on [our Discord](http://discord.vuestorefront.io).
288
+
If you have any questions about this integration we will be happy to answer them on `magento2-alokai` channel on [our Discord](http://discord.vuestorefront.io).
282
289
283
290
## Contributors ✨
284
291
285
292
### Honorable Mentions
293
+
286
294
- [Caravel x](https://www.caravelx.com/)
287
295
- [Cyberfuze](https://cyberfuze.com/)
288
296
- [Leonex](https://www.leonex.de/)
@@ -339,4 +347,3 @@ Thanks go to these wonderful people 🙌:
339
347
<!-- ALL-CONTRIBUTORS-LIST:END -->
340
348
341
349
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
0 commit comments