Creating you own composer package |
Hello CI Community!
I am back with a new question. As we know, sometimes we code something repetitively. For example, I always have a registration module in my project. So I create a Model for the registration, a Controller and the corresponding Views. Now, I am thinking.. Can I create a composer package that will include and install these files for me? So I don't have to create new files every time I start a new project. For example, I started a new project and I need a registration module. Now, I will just run composer require ci-registration and the package will be installed. All the files will go to their respective folder. Is that possible? Have anyone tried that? I hope I explained myself clearly. Thankyou so much. Please bear with me. I am a beginner in CI. Hope you can guide me.
Here is an article on how to create your own.
Creating Composer Package Library What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(03-29-2018, 03:34 AM)InsiteFX Wrote: Here is an article on how to create your own. Thankyou InsiteFX, I am excited to try it. |
Welcome Guest, Not a member yet? Register Sign In |