Kaustubh's avatar

Laravel Magento

I am making ecommerce website and i want to know can i integret magento in laravel. If yes then how can i use magento in laravel.

0 likes
1 reply
troongizmo's avatar

If you are using Magento 2 then it is easy enough to use the Magento 2 REST API's or if needed create some custom ones. This would allow you to use the Magento frameworks as a PIM/OMS/CART but use Laravel as the glass of the site. Often referred to as headless.

If you are using Magento 1 then it would take far more work to use the SOAP API's. I would recommend using M2 for this setup. Keep in mind the your M2 installation should still utilise the Varnish FPC to keep performance at an optimal level.

1 like

Please or to participate in this conversation.