5 ms·
> The instructions assume you have a whole PHP dev environment setup How else would you expect to run a PHP-based application? WordPress also requires a PHP en
by colourgarden 4y ago
> The instructions assume you have a whole PHP dev environment setup
How else would you expect to run a PHP-based application? WordPress also requires a PHP environment and database.
I wouldn't argue against Craft being more difficult to install than WordPress but I also wouldn't describe it as difficult (I'm a FE dev, no PHP wizard).
And I don't recall Craft every being marketed as a WordPress alternative - it's always been a "CMS for developers" (I think this may have been a tagline on their homepage at one point).
- detaro 4y agodev environment is the key word I assume. Wordpress is "upload to PHP-enabled webspace and run", many more modern things expect that you install them using composer etc pp and then deploy from there. (no clue if that's true of Craft or not, never used it)