by fffrad on 8/15/15, 11:44 PM with 7 comments
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.
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.
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.
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.
Am I the only person thinking using Drupal for a non-CMS project is more work that needs to be?
by saluki on 8/16/15, 8:32 PM
Actually Drupal feels ancient and archaic at this point. I wouldn't recommend it for anything.
If it was strictly a blog I would use Wordpress.
Plus using a framework like Drupal or even Wordpress you're opening yourself up to lots of security issues.
For any type of web application beyond a blog that is PHP based I would recommend going with Laravel.
Not only is it a great framework there are lots of tools to make it easy to use.
Develop locally on Homestead (Vagrant) http://laravel.com/docs/5.1/homestead
Deploy easily to Digital Ocean or AWS ($10/mo but will save your hours and hours of time) https://forge.laravel.com/
Critical App?Deploy with no downtime https://envoyer.io/
Laravel Spark (SaaS out of the box, Coming Soon) https://www.youtube.com/watch?v=uOU_N8PNOD8
Laracasts http://laracasts.com Great place to learn Laravel.
At least checkout Laravel before committing to doing this project in Drupal.
I would charge 3x if he insists on Drupal. = 0
Good luck with your project.
(btw, I'm just a fan of Laravel.)
by romanhn on 8/16/15, 2:16 PM
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.
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.
Perhaps things got better since then, but I have a hard imagining that to be case.
by zhte415 on 8/16/15, 3:22 AM
That said, I use Drupal quite a lot. For content intensive stuff, it is simply my hammer to seeing a nail.
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/a CMS? There might be an angle in the project's direction or specification you're missing.
by LarryMade2 on 8/16/15, 2:44 AM
If its something serious with data I suggest use more serious tools.
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.
by samtimalsina on 8/16/15, 12:02 AM