Welcome Guest, Not a member yet? Register   Sign In
ANDROMEDE CMS powered by Codeigniter 4.4
#20

(This post was last modified: 05-28-2024, 11:30 AM by ALTITUDE_DEV.)

(05-27-2024, 10:25 AM)davis.lasis Wrote: Hi, i fully understand you. But still, was worth of a shot! 
I am developing my own system as well. Since CodeIgniter 2, almost 10 years.
Fully modular, separate backend and frontend auth, roles, permissions, departments, separate languages, currencies, sessions, notifications, alerts, migrations, seeders, etc ...
Some modules: Auth, Assets, Items, Invoices, Payments, Translations, CLI Module Creator, Email, PDF templates, multi database / system setup, cronjobs, File manipulators, automatic upload folder structure generator, Settings, Logs, CMS with dynamic containers and widgets from admin area, CLI reset system command to reset whole DB and data in less then 5 seconds, etc ... 
My system uses default CI 4 composer, except 7 extra packages for pdf, payment gateways, sql parser, cron expressions etc.
Only modified CI files are in config - extra DB config and Autoload modules. Anything else is intact, so easy to update to newest CI without issues. 
My system uses services a lot, to avoid repeating DB querying.

Not gone lie - was intereseted in your CMS part, just to take a sneak-peak, you know...

Cheers.

---
I did exactly like you, ahah! I update CI without touching it to ensure continuity of service over time without deprecation and to keep up with the latest PHP technologies.

I also separated the back from the front; on the front end, themes, modules, etc. are all separate, with API integration with a private GitLab for automatic updates, and so on.

I also have my currency systems, translations, etc... Firebase JWT, CSRF, and others, including Google 2FA... auto-ban, IP and region control, anti-spam, anti-flood, SPA system core, Twig 3.10 and more...

I have over 400 backups/pages available, as well as automated general and server backups, in short, a lot of work just like you Wink I mainly focus on France.

If you ever want to connect on LinkedIn:
https://www.linkedin.com/in/altitude-dev/

A huge thank you to the contributors and admins @kenjiis of CI for making this project possible!
Reply


Messages In This Thread
RE: ANDROMEDE CMS powered by Codeigniter 4.4 - by ALTITUDE_DEV - 05-28-2024, 11:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB