Laravel is good for almost anything you can think of. There are lots of packages out there that will speed up your development.
Is Laravel good solution for E-commerce?
Hello friends,
I would like to know your opinion/tricks about creating an e-commerce marketplace as is for example “https://aukro.cz/“ with Laravel as a backend. The main point is users could sell and buy tangible products.
I was thinking of using on the frontend Nuxt/Vue and Laravel as an API, but I'm not sure if Laravel is recommended for this kind of project. As I have scraped the internet for the right answers many developers were advised not to use PHP/Laravel and use a nonRational database, which I think is not a good idea for e-commerce, where you need many relationships.
Do I need Redis and Caching for e-commerce? If I would like to sell intangible products (pdf, doc etc..) should I be storing data in Laravel or use AWS solution?
Thank you very much
Please or to participate in this conversation.