Craft CMS 4 Released
craftcms.com
Craft CMS 4 Released
1–10 of 43 posts
Re: Craft CMS 4 Released
#2Last thing I heard it they were looking to migrate the codebase to Laravel as Yii 2 is no longer up to date and Yii 3 is far from being complete and production-ready.
Congratulations on the release.
Re: Craft CMS 4 Released
#3The source code is published on GitHub so anyone can see it. Presumably the product creators trust customers will pay for the product (if some do not, it probably doesn't matter to profitability). Another profitable PHP product called 'Kirby CMS' also follows this model.
The idea of 'source only' is not new at all. Back in the late 90s when Delphi was popular, many developers created and sold components to other developers (e.g. UI widgets). These components came with full source code of the components but they were not open source.
The label 'source only' is considered a dirty word among some open source advocates. But if you are building a B2B (Business-to-Business) software product, 'source only' is a viable option to successfully make a living from your product - one that isn't completely closed source.
(As an aside, here's the Craft CMS licence: https://github.com/craftcms/cms/blob/develop/LICENSE.md)
Re: Craft CMS 4 Released
#4This has been my issue with most Wordpress alternatives-- they assume you are a professional PHP developer, rather than someone who just wants to try a CMS. And then everyone complains whY dO yOu uSE wordPResS iT is hOrriBle
Re: Craft CMS 4 Released
#5Craft CMS follows an interesting business model: a self-host product which is purchased with the source code of the product i.e. 'source only'. It's not open-source - the source code of the product cannot be shared or distributed by others, but it can be modified by the customer to suit their needs. The source code is published on GitHub so anyone can see it. Presumably the product creators trust customers will pay f…
It is an interesting model. Does anybody knows how to handle the annual license renewal?
Re: Craft CMS 4 Released
#6I tried Craft as an alternative to Wordpress-- couldnt even get it installed. The instructions assume you have a whole PHP dev environment setup-- very frustrating, after some time googling the various errors I kept hitting I just quit. This has been my issue with most Wordpress alternatives-- they assume you are a professional PHP developer, rather than someone who just wants to try a CMS. And then everyone complain…
Re: Craft CMS 4 Released
#7Craft CMS follows an interesting business model: a self-host product which is purchased with the source code of the product i.e. 'source only'. It's not open-source - the source code of the product cannot be shared or distributed by others, but it can be modified by the customer to suit their needs. The source code is published on GitHub so anyone can see it. Presumably the product creators trust customers will pay f…
Re: Craft CMS 4 Released
#8Craft CMS follows an interesting business model: a self-host product which is purchased with the source code of the product i.e. 'source only'. It's not open-source - the source code of the product cannot be shared or distributed by others, but it can be modified by the customer to suit their needs. The source code is published on GitHub so anyone can see it. Presumably the product creators trust customers will pay f…
I know is more complicated than that but wasn't that how Stallman envision it? Free as in Freedom and not financially. By the way, I remember those Delphi days with UI widgets. It is an interesting model. Does anybody knows how to handle the annual license renewal?
[1] https://craftcms.com/knowledge-base/how-craft-licenses-and-r...
Re: Craft CMS 4 Released
#9Re: Craft CMS 4 Released
#10I tried Craft as an alternative to Wordpress-- couldnt even get it installed. The instructions assume you have a whole PHP dev environment setup-- very frustrating, after some time googling the various errors I kept hitting I just quit. This has been my issue with most Wordpress alternatives-- they assume you are a professional PHP developer, rather than someone who just wants to try a CMS. And then everyone complain…
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).