Ecwid allows customers the ability to create an online store to any webpage or social media profile. Boasting hundreds of thousands of merchants in 175 countries as users, Ecwid aims to provide everything needed to reach customers wherever they are: in-person, through a website, Instagram, Facebook, Amazon, or Google Shopping. In addition, Ecwid’s point-of-sale integrations, email marketing integrations, and dedicated mobile app allow sellers to manage marketing merchandising, and sales - any…
$0
Laravel PHP Framework
Score 8.7 out of 10
N/A
Laravel is a free, open source web application PHP framework.
Ecwid is absolutely perfect for any business that is looking to start out with online sales and mobile point-of-sale. Many times, business owners may have limited experience in setting up a website or point-of-sale. Having to spend on this expertise with a limited budget can be frustrating. Ecwid allows you to have great results even if you are a novice.
Laravel is ideally suited for fluent PHP developers who want a framework that can be used to both rapidly prototype web applications as well as support scalable, enterprise-level solutions. I think where it is less ideal is where the client has an expectation of using a certain CMS, or of having a certain experience on the admin side that would perhaps be better suited to a full CMS such as Drupal or WordPress. Additionally, for developers who don't want to write PHP code, Laravel may not be the best solution.
Clarity - there has been very little confusion and need to reach out to Customer Support for help
Consistency - no big, crazy updates or changes have been made to the format of Ecwid during my time using it, so I know when I log in to preform my business tasks I can always locate what I need and accomplish what is at hand easily
Simplicity - everything is so clear and straightforward. It's like e-commerce for dummies.
Significant learning curve. You cannot be an expert in a week. It takes many experimentations to properly understand the underlying concept. We ourselves learned it by using it on the job.
Too much to soak in. Laravel is in everything. Any part of backend development you wish to do, Laravel has a way to do that. It is great, but also overwhelming at the same time.
Vendor lock in. Once you are in Laravel, it would not be easy to switch to something else.
Laracasts (their online video tutorials) are paid :( I understand the logic behind it, but I secretly wish it would be free.
The eloquent ORM is not my recommendation. Let's say you want to write a join, and based on the result you wish to create two objects. If you use Laravel to do automatic joins for you, Laravel internally actually makes two calls to database and creates your two object rather than making one join call and figuring out the results. This makes your queries slow. For this reason, I use everything except eloquent from Laravel. I rather write my own native queries and control the creation of objects then rely on Laravel to do it. But I am sure with time Laravel will make fewer calls to DB.
The value given by Ecwid is unmatched. When combined with the ease of use of the product, it is a no-brainer to continue to use the product. The only thing that could cause us to switch is if some feature we needed which is not available which is unlikely based on the feature list we reviewed when making the decision to go with them.
I gave a 9 instead of a 10 only because I haven't figured out a function or two. I believe it has less to do with Ecwid's overall usability and more to do with my own understanding and skill level, but regardless, it may also have something to do with the limits of Ecwid's functions.
I have always received the support I need in a timely manner. I enjoy receiving emails every week on trending business topics and new suggestions. They often serve as a reminder for me to include new e-commerce tools into our strategy. And I've always had great experiences with reaching out to the support team with specific questions.
We sell a product that requires certain controls to sell and most of the companies we researched had specific policies preventing us from selling on their platform. We aren't selling anything dangerous, they are parts of ammunition (the shell casings) and not entire ammunition rounds. Most other vendors restrict the sales of firearms and ammunition, but even when just selling a part used to create ammunition, we were still restricted. I'm not really sure why they restrict sales of products like ours from different vendors. Ecwid had no such restrictions and were happy to confirm that for us.
Supporting unit testing is bigger plus point in Laravel than any other framework. Developing with Laravel is much easier. Other frameworks have value in market, but Laravel has taken the lead in popularity among PHP developers in recent years. The large community supports you if you have problems. Using Laravel, integration became easy with third-party libraries, but it was costly too.
Laravel allows us to rapidly prototype and build complete, scalable applications internally, which saves us time and allows us to have internal tools that fit out precise needs. We use Symfony for a similar purpose, but Laravel is an even higher-level framework that we find saves us substantially more time when building many types of web applications.
Laravel solves many of the underlying concerns of building a large application (such as authentication, authorization, secure input handling) in the right ways. It saves us from handling those low-level concerns ourselves, potentially in a way that could take a lot of time or sets us up for issues in the future. It's tough to assign an ROI to this, but I'm sure it has prevented issues and saved time, which both have an impact on our financial situation.