Laravel is a free, open source web application PHP framework.
N/A
Magento Open Source
Score 8.6 out of 10
N/A
Magento Open Source is an ecommerce content management solution originally developed by Varien Inc and presently supported by Adobe. The Open Source product is for developers and merchants that is available as a free download, and supported with free upgrades from the Magento Community.
N/A
Pricing
Laravel PHP Framework
Magento Open Source
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Laravel PHP Framework
Magento Open Source
Free Trial
No
No
Free/Freemium Version
No
No
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
Pricing for Magento will vary greatly depending on outsourcing support and maintenance services.
Laravel is much better than CodeIgniter in many aspects, First of all it is more secure and robust. It has a great troubleshooting mechanism. They have added more libraries, themes and plug-ins for different purposes. The MVC model helped the developers to get rid of writing …
Magento vs PrestaShop Magento is good for big-scale projects that require a lot of features or a lot of custom development. PrestaShop is a good, lightweight platform that can handle most e-commerce use cases. When it comes to which is easier to use, especially for non-tech …
In Drupal, you have to add on the commerce plugin in order to add on the features. OroCRM is the same way. Magento provides the out of the box functionality as opposed to building out additional plugins and more coding.
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.
Magento Open Source is an excellent choice for businesses that need a highly customizable and scalable solution and (most of all) have the technical resources to support it. It's ideal for mid-to-large-sized businesses with complex product catalogs that require complete ownership and control, particularly those with complexities such as multi-country/multi-currency stores.
It is very good when it comes to search engine optimization as it makes a good use of keywords and tags to improve the SEO score. It increases the chances of ranking up of the eCommerce store in the search engine rankings.
It makes the store in a very optimized way and despite being a very advanced system it is still very lightweight when it comes to website speed. The pages have a comparatively low loading time and a good speed.
It provides a lot more advance reporting features which are very helpful for businesses to do their planning.
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.
It's the dominant force in the SMB open source market. With the continued support of eBay/PayPal, Magento will continue to evolve and should be a market leader for some time.
Magento has a relly step learning curve. This means that you need to find experienced developers who can lead junior ones, otherwise the overall development process can be a disaster. However, once you are comfortable in developing on the platform, the customization capability are basically limitless and you can adapt the platform to any use case you can imagine. Also, there are many alredy developed marketplace modules that can solve, out of the box, many problems you may face.
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.
In looking at a different platform to migrate to from Magento 1, we looked primarily at Big Commerce, Shopify and Shopify Plus. Our host was very negative about Magento 2, but we determined after a couple years it was due to the fact it had even more complexity (and very different) than Magento 1. Shopify Plus was attractive, but the cost factor for two sites led us back to Magento 2.
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.
Better Total Cost of Ownership than bespoke e-commerce solutions due to being open source and the wide range of free/commercial extensions available to extend the platform.
Often more extensive to set up and maintain than other open source alternatives, such as WooCommerce.