Laravel PHP Framework vs. WordPress

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
WordPress
Score 8.5 out of 10
N/A
Wordpress is an open-source publishing platform popular with bloggers, and a content management system, known for its simplicity and modifiability. Websites may host their own blogging communities, controlling and moderating content from a single dashboard.N/A
Pricing
Laravel PHP FrameworkWordPress
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Laravel PHP FrameworkWordPress
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
Community Pulse
Laravel PHP FrameworkWordPress
Considered Both Products
Laravel PHP Framework

No answer on this topic

WordPress
Chose WordPress
WordPress is WAY easier to get into than Drupal. Despite a lot of initial complaints about their editor, Gutenberg, I loved it. The auto-updates can actually work, unlike Drupal that often have more issues probably because Drupal requires a lot more custom work and it's …
Top Pros
Top Cons
Features
Laravel PHP FrameworkWordPress
Security
Comparison of Security features of Product A and Product B
Laravel PHP Framework
-
Ratings
WordPress
8.2
127 Ratings
2% above category average
Role-based user permissions00 Ratings8.2127 Ratings
Platform & Infrastructure
Comparison of Platform & Infrastructure features of Product A and Product B
Laravel PHP Framework
-
Ratings
WordPress
6.4
104 Ratings
18% below category average
API00 Ratings6.394 Ratings
Internationalization / multi-language00 Ratings6.579 Ratings
Web Content Creation
Comparison of Web Content Creation features of Product A and Product B
Laravel PHP Framework
-
Ratings
WordPress
8.0
133 Ratings
5% above category average
WYSIWYG editor00 Ratings8.3120 Ratings
Code quality / cleanliness00 Ratings7.3121 Ratings
Admin section00 Ratings8.6131 Ratings
Page templates00 Ratings8.2128 Ratings
Library of website themes00 Ratings8.4130 Ratings
Mobile optimization / responsive design00 Ratings8.5129 Ratings
Publishing workflow00 Ratings8.5125 Ratings
Form generator00 Ratings6.3104 Ratings
Web Content Management
Comparison of Web Content Management features of Product A and Product B
Laravel PHP Framework
-
Ratings
WordPress
7.9
131 Ratings
8% above category average
Content taxonomy00 Ratings6.9113 Ratings
SEO support00 Ratings8.2118 Ratings
Bulk management00 Ratings7.5100 Ratings
Availability / breadth of extensions00 Ratings8.5121 Ratings
Community / comment management00 Ratings8.5120 Ratings
Best Alternatives
Laravel PHP FrameworkWordPress
Small Businesses
CodeIgniter
CodeIgniter
Score 8.1 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 FrameworkWordPress
Likelihood to Recommend
8.0
(17 ratings)
8.9
(169 ratings)
Likelihood to Renew
8.0
(1 ratings)
9.4
(36 ratings)
Usability
-
(0 ratings)
9.6
(16 ratings)
Availability
-
(0 ratings)
9.5
(3 ratings)
Performance
-
(0 ratings)
8.6
(2 ratings)
Support Rating
-
(0 ratings)
10.0
(10 ratings)
In-Person Training
-
(0 ratings)
7.0
(1 ratings)
Online Training
-
(0 ratings)
10.0
(1 ratings)
Implementation Rating
-
(0 ratings)
9.0
(9 ratings)
Configurability
-
(0 ratings)
10.0
(1 ratings)
Ease of integration
-
(0 ratings)
8.0
(1 ratings)
Product Scalability
-
(0 ratings)
10.0
(1 ratings)
Vendor post-sale
-
(0 ratings)
10.0
(1 ratings)
Vendor pre-sale
-
(0 ratings)
10.0
(1 ratings)
User Testimonials
Laravel PHP FrameworkWordPress
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
Automattic
If your business relies heavily on content creation, and particularly on blog posts, then WordPress is really the best option you have. But if you don't have a blog, you only need static pages, or you want to build an eCommerce site, then you might want to explore other alternatives.
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
Automattic
  • WordPress is incredibly easy to set up and get running with little to no technical knowledge. Most web hosts will do it for you, since it's so easy.
  • With thousands of themes available for free and for low cost, WordPress can accommodate any design you can imagine.
  • The community behind WordPress is generous, and there are loads of educational opportunities both online and in person to learn and connect with other users.
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
Automattic
  • WordPress breaks often so you need to have someone who understands how to troubleshoot, which can take time and money.
  • Some plugins are easier to customize than others, for example, some don't require any coding knowledge while others do. This can limit your project if you are not a coder.
  • WordPress can be easily hacked, so you also need someone who can ensure your sites are secure.
Read full review
Likelihood to Renew
Open Source
No answers on this topic
Automattic
My rating is based on the knowledge I have of the community that WordPress has had built around it for years now. It's as solid as it comes when you talk about community involvement and expansion. There's no other CMS out there that can match-up with it, hands down.
Read full review
Usability
Open Source
No answers on this topic
Automattic
It's a sophisticated but easy to use piece of software. Many of the content addition pieces are familiar from other pieces of software so there isn't a huge learning curve. And for new areas, there is a lot of info on WordPress.org as well as other WordPress help sites.
Read full review
Reliability and Availability
Open Source
No answers on this topic
Automattic
Anyone can visit WordPress.org and download a fully functional copy of WordPress free of charge. Additionally, WordPress is offered to users as open-source software, which means that anyone can customize the code to create new applications and make these available to other WordPress users.
Read full review
Performance
Open Source
No answers on this topic
Automattic
Mostly, any performance issues have to do with using too many plugins and these can sometimes slow down the overall performance of your site. It is very tempting to start adding lots of plugins to your WordPress site, however, as there are thousands of great plugins to choose from and so many of them help you do amazing things on your site. If you begin to notice performance issues with your WordPress site (e.g. pages being slow to load), there are ways to optimize the performance of your site, but this requires learning the process. WordPress users can learn how to optimize their WordPress sites by downloading the WPTrainMe WordPress training plugin (WPTrainMe.com) and going through the detailed step-by-step WordPress optimization tutorials.
Read full review
Support Rating
Open Source
No answers on this topic
Automattic
WordPress itself only has community service so your experience will depend on where you turn. Online, through forums and community boards, support is rudimentary but effective. You can easily turn to your local community and find exceptional individuals who know and use WordPress regularly for more advanced, inexpensive, support. I'm rating this less than 10 because of the lack of any formal support provided by a company.
Read full review
In-Person Training
Open Source
No answers on this topic
Automattic
Varies by the person providing training. High marks as it's incredibly easy to find experienced individuals in your community to provide training on any aspect of WordPress from content marketing, SEO, plugin development, theme design, etc. Less than 10 though as the training is community based and expectations for a session you find may fall short.
Read full review
Online Training
Open Source
No answers on this topic
Automattic
It is very easy to find online resources to learn how to do just about anything with WordPress.
Read full review
Implementation Rating
Open Source
No answers on this topic
Automattic
WordPress is not a great solution if you have: 1) A larger site with performance / availability requirements. 2) Multiple types of content you want to share - each with its own underlying data structure. 3) Multiple sites you need to manage. For very small sites where these needs are not paramount, WordPress is a decent solution
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
Automattic
We have considered and operated within Shopify and Squarespace. Both serve their purpose for niche clients, but we do recommend WordPress as being the superior option. We find that WordPress is easier to use and offers maximum scalability while the others are more challenging to design, code, configure and launch.
Read full review
Scalability
Open Source
No answers on this topic
Automattic
WordPress is completely scalable. You can get started immediately with a very simple "out-of-the box" WordPress installation and then add whatever functionality you need as and when you need it, and continue expanding. Often we will create various WordPress sites on the same domain to handle different aspects of our strategy (e.g. one site for the sales pages, product information and/or a marketing blog, another for delivering products securely through a private membership site, and another for running an affiliate program or other application), and then ties all of these sites together using a common theme and links on each of the site's menus. Additionally, WordPress offers a multisite function that allows organizations and institutions to manage networks of sites managed by separate individual site owners, but centrally administered by the parent organization. You can also expand WordPress into a social networking or community site, forums, etc. The same scalability applies to web design. You can start with a simple design and then scale things up to display sites with amazing visual features, including animations and video effects, sliding images and animated product image galleries, elements that appear and fade from visitor browsers, etc. The scaling possibilities of WordPress are truly endless.
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
Automattic
  • WordPress helps us reduce website management costs because we can oversee updates in-house.
  • WordPress is easy to use, reducing the amount of time we spend on website management.
  • The ease of use enables us to offer website management for clients, helping us grow our capabilities/business.
Read full review
ScreenShots