Poll: What do you think? You do not have permission to vote in this poll. |
|||
That would be interesting! | 2 | 25.00% | |
This is not the main purpose of a framework | 6 | 75.00% | |
It would be too complicated to maintain | 0 | 0% | |
Total | 8 vote(s) | 100% |
* You voted for this item. | [Show Results] |
Creation of a multi-language blog [SOLVED] |
Hello,
What do you think about creating a (simple) blog with an administration interface using the default CI features (Shield, Settings, Cache, Module, Security - xss, csp..-, Extend template etc.) The goal would be to create a "real" project, like AppStarter, but more advanced in order to show people what can be done with CI4 --- I am not a developer ---
There's already example available of super simple blog, but what you describe is developing a complete CMS with an admin area, templates, etc. This requires a lot of work. The dev team is already under staffed. It's not a good idea to add this on top of maintaining the framework.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Besides the purpose of CodeIgniter is to have a small lean framework without bloat.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
Lonnie started on this once. It's way outdated, and he would probably want to start it over with Bonfire2, but might be interesting for reference: https://github.com/lonnieezell/myth-forums
If you're looking to spend some time on such a project definitely also check out the CodeIgniter Playground, which was meant as a learning space for people new to the framework: https://github.com/codeigniter4projects/playground It's rather dated but I like the approach that we took. |