ridwanskaterock / cicool

Cicool is a multifunctional application that is used to facilitate your work in creating a system, CMS, E-Comerce and others
20 stars 13 forks source link

Use Composer? #525

Open carlosanpardo opened 2 years ago

carlosanpardo commented 2 years ago

Hello Ridwanskaterock, thank you for your script, Is amazing!

I need use another libraries to create my own controllers. Can you help me to use modules with composer inside Cicool?

I can't understand how is working.

I appreciate your help.

ridwanskaterock commented 1 year ago

Hi actually for use composer for call other library you just call composer require package/other-package in root of application

Thanks