TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Drupal or from Scratch

6 pointsby fffradalmost 10 years ago
I&#x27;ve been using PHP for many years and I consider myself at least competent. I have worked with many framework and understand the learning curve they come with.<p>However, I have a client that wants me to work on a project. It uses Drupal. It was recommended by his PM and the team that first started building the website for him.<p>Now he parted from the team and wants me to continue the development. I feel stupid for not understanding Drupal at all. I read documentations, tutorials, watched videos and it still feels strange to use it.<p>This project is not even a blog or article driven. Making the smallest changes is a hassle. I managed to build a Prototype using an MVC framework in a couple of days, much easier.<p>I have tried to tell the client that it is best to leave Drupal behind, but Googling comments about Drupal and reviews only yield more reasons to use it.<p>Am I the only person thinking using Drupal for a non-CMS project is more work that needs to be?

5 comments

salukialmost 10 years ago
No blog&#x2F;cms. No Drupal.<p>Actually Drupal feels ancient and archaic at this point. I wouldn&#x27;t recommend it for anything.<p>If it was strictly a blog I would use Wordpress.<p>Plus using a framework like Drupal or even Wordpress you&#x27;re opening yourself up to lots of security issues.<p>For any type of web application beyond a blog that is PHP based I would recommend going with Laravel.<p>Not only is it a great framework there are lots of tools to make it easy to use.<p>Develop locally on Homestead (Vagrant) <a href="http:&#x2F;&#x2F;laravel.com&#x2F;docs&#x2F;5.1&#x2F;homestead" rel="nofollow">http:&#x2F;&#x2F;laravel.com&#x2F;docs&#x2F;5.1&#x2F;homestead</a><p>Deploy easily to Digital Ocean or AWS ($10&#x2F;mo but will save your hours and hours of time) <a href="https:&#x2F;&#x2F;forge.laravel.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;forge.laravel.com&#x2F;</a><p>Critical App?Deploy with no downtime <a href="https:&#x2F;&#x2F;envoyer.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;envoyer.io&#x2F;</a><p>Laravel Spark (SaaS out of the box, Coming Soon) <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=uOU_N8PNOD8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=uOU_N8PNOD8</a><p>Laracasts <a href="http:&#x2F;&#x2F;laracasts.com" rel="nofollow">http:&#x2F;&#x2F;laracasts.com</a> Great place to learn Laravel.<p>At least checkout Laravel before committing to doing this project in Drupal.<p>I would charge 3x if he insists on Drupal. = 0<p>Good luck with your project.<p>(btw, I&#x27;m just a fan of Laravel.)
romanhnalmost 10 years ago
If Drupal can support the requirements of your project with minimal changes, absolutely go for it. Otherwise, stay away. Drupal can in theory be used to build a wide variety of full fledged applications, but my experience says that this is the wrong hammer for most nails.<p>I faced the same choice a few years back, in Drupal 5 days. Ended up going with Drupal for speed of development, would not have made the same choice if I had to do it all over again. Built a fully featured social network by stitching together a bunch of modules and writing a hell of a lot glue code as well as code to override default module functionalities.<p>In the end, I did build it faster than I would have from scratch, but ended up with an unmaintainable mess of custom code. Ramp up was brutal (I knew nothing about Drupal when I started) and you really need to understand how the core and module architecture works in order to make any meaningful customizations. The prospect of upgrading to Drupal 6 was so daunting that I never did it and the project ended up languishing and eventually dying.<p>Perhaps things got better since then, but I have a hard imagining that to be case.
zhte415almost 10 years ago
Don&#x27;t focus on criticism, focus on making a very clear value proposition why a change is necessary. For anything. Offering people value is a lot more persuasive than telling why you&#x27;re right, be it CMS &#x2F; staffing changes &#x2F; anything.<p>That said, I use Drupal quite a lot. For content intensive stuff, it is simply my hammer to seeing a nail.<p>Re-inventing a CMS seems like a bad idea also. Using a CMS for a non-CMS project also seems like a bad idea. Perhaps enquire with the PM why they suggested Drupal&#x2F;a CMS? There might be an angle in the project&#x27;s direction or specification you&#x27;re missing.
LarryMade2almost 10 years ago
I have used a drupal based database, while they were able to do job it is severely limited in functionality by the platform. Its now a drupal version or two behind and would be better to shift platforms than to re-factor for new drupal.<p>If its something serious with data I suggest use more serious tools.<p>Second thought, can you demonstrate why it would be better to move away from drupal, such as development could be faster, capability would be improved, or that in some way drupal would be bad in the long term. With an alternative in mind maybe you would have better luck.
samtimalsinaalmost 10 years ago
I am a little biased because I have been using Drupal for a couple of years and recently started building very complex web applications using MVC frameworks. If you are building a website for content purposes, please use a proper CMS like Drupal. It is pretty well written and very properly documented.
评论 #10068838 未加载