CodeIgniter Forums
Creation of a multi-language blog [SOLVED] - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: Creation of a multi-language blog [SOLVED] (/showthread.php?tid=82397)



Creation of a multi-language blog [SOLVED] - InstantT - 07-06-2022

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


RE: Creation of a multi-language blog - includebeer - 07-06-2022

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.


RE: Creation of a multi-language blog - InsiteFX - 07-06-2022

Besides the purpose of CodeIgniter is to have a small lean framework without bloat.


RE: Creation of a multi-language blog - InstantT - 07-18-2022

Hello

Thank you for your reply


RE: Creation of a multi-language blog [SOLVED] - MGatner - 07-22-2022

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.