Laravel PHP Framework vs. PhpStorm

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Laravel PHP Framework
Score 9.3 out of 10
N/A
Laravel is a free, open source web application PHP framework.N/A
PhpStorm
Score 9.5 out of 10
N/A
JetBrains supports PhpStorm, an integrated development environment (IDE).
$9.90
per month per user
Pricing
Laravel PHP FrameworkPhpStorm
Editions & Modules
No answers on this topic
For Individuals
$99
per year per user
For Organizations
$249
per year per user
Offerings
Pricing Offerings
Laravel PHP FrameworkPhpStorm
Free Trial
NoYes
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 FrameworkPhpStorm
Considered Both Products
Laravel PHP Framework
Chose Laravel PHP Framework
Originally, it was a decision between Zend, CodeIgniter, and CakePHP for me. I chose CakePHP and used it as my main PHP framework for at least a couple of years before noticing and giving Laravel a fair try. Ultimately I selected Laravel because I felt it fit with my preferred …
PhpStorm
Chose PhpStorm
When I have evalutated Eclipse and NetBeans (years ago), I have noticed that PHPstorm have more features already included, and overall, they are better in quality.

For example code refactoring, code analysis, debugging - everything was easier in PHPStorm.
Chose PhpStorm
PhpStorm has a free trial. Visual Studio IDE does not. I believe that VSIDE is better suited for C+/.NET development and not PHP. Despite their PHP plugins & debugger, stepping through the code on PhpStorm always feels better and more intuitive than stepping through PHP with …
Best Alternatives
Laravel PHP FrameworkPhpStorm
Small Businesses
CodeIgniter
CodeIgniter
Score 10.0 out of 10
PyCharm
PyCharm
Score 9.2 out of 10
Medium-sized Companies
Symfony
Symfony
Score 10.0 out of 10
PyCharm
PyCharm
Score 9.2 out of 10
Enterprises

No answers on this topic

PyCharm
PyCharm
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Laravel PHP FrameworkPhpStorm
Likelihood to Recommend
7.7
(17 ratings)
9.6
(20 ratings)
Likelihood to Renew
8.0
(1 ratings)
-
(0 ratings)
Usability
-
(0 ratings)
9.2
(5 ratings)
Support Rating
-
(0 ratings)
9.4
(3 ratings)
User Testimonials
Laravel PHP FrameworkPhpStorm
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
JetBrains
PhpStorm is well suited for any project that utilizes PHP. I have used it on Windows, Ubuntu, and Mac OS and it works great on all those platforms. Having a solution that keeps the developer from having to constantly switch tools to do their job is invaluable. Whether you're a junior developer, front end engineer or a senior developer, PhpStorm is a great product that will help you get your work done.
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
JetBrains
  • Database browsing, Remote host browsing, and all the deep seated customizations for both the UI and Technical feasability are the result of an amazing integrity and compatibility with most components and technologies.
  • The built-in shell is insanely helpful for traversing code in order to debug scripts with ease, and the plug-in system makes this software quite extensible.
  • Not to mention the variety of options and settings (divided into global settings and per-project settings) are both intuitive & easy to use, especially the fact that I can export and import them across my workstations while maintaining my spacing & indentation, highlighting, inspection patterns and syntax styling.
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
JetBrains
  • Some of the newest github copilot features lag behind what's being done in vs code and would be nice if more of the newer features were brought over though this has greatly improved recently
  • Interface can be a little overwhelming for newcomers
  • Some features like rainbow brackets should be native rather than addon
Read full review
Usability
Open Source
No answers on this topic
JetBrains
PhpStorm is very easy to use, once you get the hang of it. It can take a while to get the hang of it because there's so many options, some of which are buried in the imposing settings panel. It could use some help with multi-cursor, especially multi-file editing but that's a minor gripe.
Read full review
Support Rating
Open Source
No answers on this topic
JetBrains
The JetBrains community is all about helping others succeed, even in the most obscure setups. I have never had a question go unanswered, or I have never been able to come up with empty results in searching for the answer. My questions or concerns are typically address from other users in the community, so timing is pretty quick for a response
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
JetBrains
Easier to use, more features, more reliable. Much more purpose built with specific integrations aimed directly at php code instead of the broad generic interfaces the other software have that are aiming to support many different languages.
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
JetBrains
  • PhpStorm decreased the time to market of new features - we are following the Agile SCRUM methodology with 2 weeks sprints. Using PhpStorm helped with releasing UI features even faster than 2 weeks.
  • Considering the price of the license and the cost of the server where we run it, the ROI is still high due to less time spent by developers with writing code, debugging, refactoring etc. Especially when you have highly paid developers.
  • Increased people's happiness - by using a modern tool with lots of features which has made their work easier.
Read full review
ScreenShots