Laravel PHP Framework vs. Plone

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Laravel PHP Framework
Score 8.6 out of 10
N/A
Laravel is a free, open source web application PHP framework.N/A
Plone
Score 9.0 out of 10
N/A
Plone is a free and open source content management system built on top of the Zope application server. Plone can be used for any kind of website, including blogs, internet sites, webshops, and internal websites.N/A
Pricing
Laravel PHP FrameworkPlone
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Laravel PHP FrameworkPlone
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details——
More Pricing Information
Features
Laravel PHP FrameworkPlone
Security
Comparison of Security features of Product A and Product B
Laravel PHP Framework
-
Ratings
Plone
8.0
5 Ratings
0% below category average
Role-based user permissions00 Ratings8.05 Ratings
Platform & Infrastructure
Comparison of Platform & Infrastructure features of Product A and Product B
Laravel PHP Framework
-
Ratings
Plone
8.5
5 Ratings
10% above category average
API00 Ratings9.05 Ratings
Internationalization / multi-language00 Ratings8.05 Ratings
Web Content Creation
Comparison of Web Content Creation features of Product A and Product B
Laravel PHP Framework
-
Ratings
Plone
8.0
6 Ratings
5% above category average
WYSIWYG editor00 Ratings8.06 Ratings
Code quality / cleanliness00 Ratings8.05 Ratings
Admin section00 Ratings7.05 Ratings
Page templates00 Ratings10.05 Ratings
Library of website themes00 Ratings8.05 Ratings
Mobile optimization / responsive design00 Ratings7.05 Ratings
Publishing workflow00 Ratings8.05 Ratings
Form generator00 Ratings8.05 Ratings
Web Content Management
Comparison of Web Content Management features of Product A and Product B
Laravel PHP Framework
-
Ratings
Plone
7.8
5 Ratings
6% above category average
Content taxonomy00 Ratings7.05 Ratings
SEO support00 Ratings10.04 Ratings
Bulk management00 Ratings5.05 Ratings
Availability / breadth of extensions00 Ratings8.05 Ratings
Community / comment management00 Ratings9.05 Ratings
Best Alternatives
Laravel PHP FrameworkPlone
Small Businesses
CodeIgniter
CodeIgniter
Score 8.2 out of 10
Divi
Divi
Score 9.8 out of 10
Medium-sized Companies
Symfony
Symfony
Score 9.3 out of 10
Image Relay
Image Relay
Score 9.5 out of 10
Enterprises

No answers on this topic

Tridion
Tridion
Score 9.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Laravel PHP FrameworkPlone
Likelihood to Recommend
7.9
(17 ratings)
9.0
(13 ratings)
Likelihood to Renew
8.0
(1 ratings)
8.3
(10 ratings)
Usability
-
(0 ratings)
10.0
(1 ratings)
Performance
-
(0 ratings)
9.0
(1 ratings)
User Testimonials
Laravel PHP FrameworkPlone
Likelihood to Recommend
Open Source
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.
Read full review
Plone
The larger your organization, the more appropriate Plone will be. This is not to say that Plone is a worse choice for small websites, only that the minimum investment for a Plone site is certainly higher than for other platforms. If you already use Plone for your site and are looking for a redesign or an overhaul, I would only advise switching to a different platform such as WordPress or Drupal if your organization is downsizing. For any other situation, Plone is the natural choice for your growth.
Read full review
Pros
Open Source
  • Many libraries available which simplify integration of SaaS APIs within your application (eg, MailChimp, Mandrill, Stripe, Authorize.net)
  • Pre-packaged tools to facilitate common tasks when building applications (eg, User Authentication and Authorization, Background Jobs, Queues, etc)
  • Support for a broad set of technologies out of the box (eg, PostgreSQL, MySQL/MariaDB, MemcacheD, BeanstalkD, Redis, etc)
Read full review
Plone
  • Plone is a folder-based system, organising content in a similar way desktop-users are doing for the last two decades. No need to teach non-tech customers some relational-database like paradigm for content management.
  • Plone is secure. It is the most secure CMS you can get your hands on.
  • Plone is flexible, and makes fast development easy.
Read full review
Cons
Open Source
  • 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.
Read full review
Plone
  • Not everything is configurable or editable by Plone, and when you need to adjust or add custom pieces in, you need to deal with Zope. Zope has an ugly, confusing and difficult UI and structure as a backend.
  • Using 3rd party products is difficult to do - there are a few different ways to get them installed, all of which take a bit of luck to get right.
  • Building custom products for Plone is not fun. You've got to deal with an archaic framework to tie in that is not well documented (there is documentation about many things, but not great documentation and there are a lot of holes in the documentation).
Read full review
Likelihood to Renew
Open Source
No answers on this topic
Plone
I no longer use Plone because I got an internship in the web development field and my current place of employment uses their own content management system that they created. After getting to know other CMS's and similar software and comparing them to Plone, I would enjoy using Plone again in the future, but there are more complicated software that I'd like to learn as I progress in my field of study.
Read full review
Usability
Open Source
No answers on this topic
Plone
Compared to the amount of Plone sites, users and customizations we have in our organization, the amount of support requests and training needed is really small
Read full review
Performance
Open Source
No answers on this topic
Plone
Plone is very intensive in its operations, and if not configured well it can be slow. However it is designed and built with speed in mind and with proper use of coding, templates and caching can perform extremely well under high loads. It is capable of scaling to very high load availability environments with no specific coding requirements.
Read full review
Alternatives Considered
Open Source
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.
Read full review
Plone
Drupal: Plone is cheaper, so with Drupal is more complex to reach the required ROI. However, Drupal has a lower learning curve WordPress: For our necessities it has a more expensive learning curve than plone. Joomla, is easier to use. However, it have some issues on security and web content where Plone is much better
Read full review
Return on Investment
Open Source
  • 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.
Read full review
Plone
  • As a development company Plone allows us to provide complex web applications in a short amount of time.
  • Plone is quite robust and reliable so when you customize some parts you do not risk to damage other parts. This is quite positive for a web development framework,
  • Plone allows our clients to spread their activities among different employees improving the efficiency of content generation and management.
Read full review
ScreenShots