Laravel is a free, open source web application PHP framework.
N/A
Webflow
Score 8.8 out of 10
N/A
Webflow headquartered in San Francisco offers what they describe as a visual solution to web design, with a CMS for editors, designers, and developers that they state allows users to create needed content structures, add content (by hand, from a CSV, or via our API), and then design it visually. Webflow service plans also include website hosting, with a basic plan for sites that don't need a CMS as well as CMS, Business, and Enterprise plans. Webflow's ecommerce plans are designed to support new…
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.
Webflow is great for designing pages and creating a really nice looking website, without needing to be a pro designer. However, trying to scale a company blog for SEO leaves a lot of room for desire. There are various SEO-related shortcomings (like how canonical tags are added to pages) and I also need to add a lot of custom code elements to blog posts to get the desired control. This means adding new posts and getting them looking the way we want takes way more time than it should do. Also doesn't support next-gen images, which is impacting our page speed scores and leaving us behind when it comes to Core Web Vitals update. Finally, the fact that only one person can enter the designer at one time is really annoying. I get that the Editor should be the solution to this, but it's so so so slow and jumpy that this is essentially unusable.
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 is extremely easy to use, especially with available templates and guides. It is used primarily by accounts and creative rather than dev. It is also easy to import/export projects or duplicate them for re-use and modification for another client. While it is rarely the end platform for a deliverable, it is often instrumental in pitching.
We pay hundreds of dollars a month to Webflow, yet their support is worse than a typical free SaaS product. We were prevented from deploying changes to our site because of how Webflow structures its support. It delayed a product launch for the whole company. Support options? Beg for help on community forums, it took a threat to email the CEO to finally get movement. If there were easy alternatives, we would switch. But for now we just pray nothing breaks and that we don't need to interact with Webflow support.
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.
The code quality and speed can't even be compared to Elementor; Webflow is simply a much better tool. Instapage has a cool feature for dynamic landing pages, which changes according to Google Ads Keyword, which I miss; however, amazing webflow community members recreated that functionality with a custom script. For the majority of users, it's a safer bet than WordPress in terms of speed and code quality. WordPress could provide amazing results if hosted properly (nginx, caching configuration) and requires best practices to maintain code quality. Webflow solves these issues out of the box at a fraction of cost.
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.