CodeIgniter Forums
admin panel for codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: admin panel for codeigniter (/showthread.php?tid=79848)



admin panel for codeigniter - Poulabear - 08-04-2021

Hello 
I have used codeigniter for a couple of projects and was wondering, if there is any suggestions for at good cms content management extension or an admin solution, for an easy access to edit content on site. 

thank you in advance. 

Poul


RE: admin panel for codeigniter - captain-sensible - 08-05-2021

i've seen this : https://github.com/basic-app/docs i'm also going through a cms i custom wrote at the moment . Mine 's got some bad habits such as calling a controller from another controller but it has basic functionality of blog post with image upload; editing post etc.
database is sqlite3

I only have it for one admin user. I'm busy with other things but might stick it on github at some point .