Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

spacedog4's avatar

Recommend me a Laravel E-commerce package

Should I use a package for building simple e-commerces? Or It's better to do all from scratch?

And if you know and tied any package, which one do you recommend me?

0 likes
5 replies
automica's avatar

The same question was asked last week - https://laracasts.com/discuss/channels/laravel/ecommerce-from-scratch

Assess why you want ecommerce first. If the motivation is to sell products as soon as possible, building an ecommerce solution (and maintaining it) in laravel isn’t the quickest way.

Start with something off the shelf (like shopify) and build up when you’ve got some commercial reason to do so.

1 like
pardeepkumar's avatar

@SPACEDOG4 Laravel Aimeos is the open source package for Laravel 5+, allowing the developers to setup a fully functional ecommerce store that supports 100000+ products. Developers could further customize the store to the unique specifications of the user. So let’s give it a try! I suggest you to follow this article steps to create eCommerce application easily

https://www.cloudways.com/blog/laravel-ecommerce-website-with-aimeos-package/

1 like

Please or to participate in this conversation.