CodeIgniter Forums
Codeigniter Store - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Addins (https://forum.codeigniter.com/forumdisplay.php?fid=34)
+--- Thread: Codeigniter Store (/showthread.php?tid=73747)



Codeigniter Store - daif - 05-29-2019

Hi Codeigniters

I started working on a new project named ErtikazOS since the Codeigniter was in the alpha version.
   

ErtikazOS is a set of tools and commands that help Codeigniter developer to create controller, model, entity, migration, seeder and view (it work good with bootstrap 4).
   

After a while I found out that there is a need for an application store for Codeigniter developer Smile then I create some commands to create a package and upload it to the store and a command to download package and more. (I wish we have an official store in the future. https://store.codeigniter.com/)
   

I am ready for your feedback.
https://store.ertikazos.com/docs/Installation


RE: Codeigniter Store - includebeer - 05-31-2019

So it's a tool to install packages. What's the difference with Composer?


RE: Codeigniter Store - daif - 06-06-2019

it is unlike composer, store:push and store:pull target CodeIgniter applications which allow you to add routes and filters to the config files.
other commands will make your life easier by generating some files like migrations, controllers, models and views.

Composer is packages manager and ErtikazOS is an applications manger for CodeIgniter.