DNN Platform vs. Laravel PHP Framework

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
DNN Platform
Score 9.0 out of 10
N/A
The DNN Platform (formerly DotNetNuke) is a free web content management systems (CMS) from DNN Corporation headquartered in San Mateo, California.N/A
Laravel PHP Framework
Score 8.8 out of 10
N/A
Laravel is a free, open source web application PHP framework.N/A
Pricing
DNN PlatformLaravel PHP Framework
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
DNN PlatformLaravel PHP Framework
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
DNN PlatformLaravel PHP Framework
Features
DNN PlatformLaravel PHP Framework
Security
Comparison of Security features of Product A and Product B
DNN Platform
10.0
4 Ratings
20% above category average
Laravel PHP Framework
-
Ratings
Role-based user permissions10.04 Ratings00 Ratings
Platform & Infrastructure
Comparison of Platform & Infrastructure features of Product A and Product B
DNN Platform
9.5
3 Ratings
20% above category average
Laravel PHP Framework
-
Ratings
API10.03 Ratings00 Ratings
Internationalization / multi-language9.02 Ratings00 Ratings
Web Content Creation
Comparison of Web Content Creation features of Product A and Product B
DNN Platform
8.6
4 Ratings
10% above category average
Laravel PHP Framework
-
Ratings
WYSIWYG editor10.04 Ratings00 Ratings
Code quality / cleanliness9.04 Ratings00 Ratings
Admin section8.04 Ratings00 Ratings
Page templates9.04 Ratings00 Ratings
Library of website themes8.02 Ratings00 Ratings
Mobile optimization / responsive design10.03 Ratings00 Ratings
Publishing workflow8.04 Ratings00 Ratings
Form generator7.04 Ratings00 Ratings
Web Content Management
Comparison of Web Content Management features of Product A and Product B
DNN Platform
8.6
4 Ratings
15% above category average
Laravel PHP Framework
-
Ratings
Content taxonomy9.03 Ratings00 Ratings
SEO support8.04 Ratings00 Ratings
Bulk management7.03 Ratings00 Ratings
Availability / breadth of extensions9.04 Ratings00 Ratings
Community / comment management10.03 Ratings00 Ratings
Best Alternatives
DNN PlatformLaravel PHP Framework
Small Businesses
ManageWP
ManageWP
Score 10.0 out of 10
CodeIgniter
CodeIgniter
Score 9.9 out of 10
Medium-sized Companies
RWS Tridion Sites
RWS Tridion Sites
Score 9.0 out of 10
Symfony
Symfony
Score 10.0 out of 10
Enterprises
RWS Tridion Sites
RWS Tridion Sites
Score 9.0 out of 10

No answers on this topic

All AlternativesView all alternativesView all alternatives
User Ratings
DNN PlatformLaravel PHP Framework
Likelihood to Recommend
9.0
(4 ratings)
7.7
(17 ratings)
Likelihood to Renew
-
(0 ratings)
8.0
(1 ratings)
User Testimonials
DNN PlatformLaravel PHP Framework
Likelihood to Recommend
DNN
DNN [Platform] is great for organizations of any size who wish to have a robust CMS to manage their site. DNN is not ideal for a small site that is better suited to a super easy to user interface such as Wix. DNN [Platform] is plenty strong enough for enterprises and large entities.
Read full review
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
Pros
DNN
  • Very easy to use CMS - Ease of use is paramount with CMS products to minimise on support calls. Also the template structure of pages ensures that content editors cannot inadvertently corrupt the layout of the page.
  • Powerful application framework - The existence of APIs for all functionality within the CMS provides limitless scope in terms of developing bespoke applications which sit within the CMS.
  • Commercially supported option available - For larger clients, the comfort factor of having a direct line to the developers of the application is a big selling point.
Read full review
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
Cons
DNN
  • Out of the box, it has some modules, but not enough unless you do a paid version.
  • The support is a bit slow.
  • The menuing can be confusing and terms used a bit strange. which makes training difficult.
Read full review
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
Alternatives Considered
DNN
My experience with Joomla! was over six years ago so a lot could have changed. However, I prefer DNN over Joomla because DNN offers more modules and a better administration user interface.
Read full review
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
Return on Investment
DNN
  • DNN helps us win bids on projects through the improvements the community has done over the past few years; we were ready to scrap it all together but it has made great strides
  • DNN's community has come back and is actively working to improve and expand the capabilities of the cms
  • on a negative note, the confusion between evoq and dnn has caused us headaches
Read full review
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
ScreenShots