I'm building my first CMS website
(Source/Credits: https://dev.to/aportuguesedev/i-m-building-my-first-cms-website-490l)
So I'm building my first CMS website ever and it's kind of overwhelming which framework / solution to...
So I'm building my first CMS website ever and it's kind of overwhelming which framework / solution to pick. I've read a lot about it such as dropal, (now dropsl 8),laravel, keystone.js but I still don't know what to pick, and I feel this might have a huge impact once I start to build the website (mostly static but editable content). What could you share on this?
Comments section
phacus
•May 1, 2024
It all falls down to which Stack you want to use.
If you think it is overwhelming and don't mind PHP, I'd recommend WordPress. You'll need a simple
Apache
/NginX
server +MySQL
and PHP. I've worked with WP for some time and you'll need to learn its functions, page hierarchy. It's like a "dialect" inside PHP.It's very easy to maintain and it's pretty much plug and play, it has a huge variety of plugins and themes (both free and paid), all you have to do - in most cases, assuming you'll go with the "default" - all of this is just a click away. I'm not a fan of PHP, but WordPress is now 30 per cent of the web.
aportuguesedev Author
•May 1, 2024
The front end will be all custom, I just looking for some help on the cms part so I don't have to write everything from scratch nor waste valuable time on things, although important, that don't bring value to the business perspective. I've read wp is not as fast as is use to be, and that's a concern to me.