CodeIgniter Forums
Admin Panel Development - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Admin Panel Development (/showthread.php?tid=80341)



Admin Panel Development - fujael - 10-20-2021

Hi
I am using CI3 for so long, and currently trying to develop ci4 website. I have a powerful admin panel which I want to make open source for CI4. My plan is make it like a module so any CI4 user/developer can attach it to his/her project.
My concern is -
I there any command line option available for adding module via `php spark`?
If not then how can I make the admin panel available for developers so they can easily add it to their own CI4.


RE: Admin Panel Development - InsiteFX - 10-21-2021

Just create the module in the root and add a readme.md file with instructions on how to autoload it
using the namespace and any other information needed.


RE: Admin Panel Development - FlavioSuar - 10-21-2021

Very interesting!!!
I'll apreciate it!