CodeIgniter Forums
Composer Commands - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Composer Commands (/showthread.php?tid=76257)



Composer Commands - Husain53 - 04-26-2020

Can you please help me to know how can i use composer command to create a new controller or more stuff using composer apart from installation of codeigniter4


RE: Composer Commands - jreklund - 04-27-2020

You can't generate those from Composer, that's just for installing and updating CodeIgniter. You need to manually create them.

There are a project from monkenWu, that generates controllers with spark. Haven't used the project myself so I can't recommended it per say.