Welcome Guest, Not a member yet? Register   Sign In
CI3 Composer
#1

I am new to composer and was wondering if composer is supported in CI3.  I see the composer.json file in the download.  I don't see any documentation on it in the user guide.  Just wondering if we can use it or do we have to setup composer in CI3.

Thanks
Reply
#2

You'll still need to setup composer on your system, but all it takes is modifying one config setting for the Composer Autoload to kick in. Check out the bottom of the Auto-loading Resources section of the docs.
Reply
#3

Oh I see.  Thanks.  After setting this I can run the composer command lines to install new packages?

Thanks
Reply
#4

As long as Composer is installed in your system, then yeah. That setting just ensures that the Composer's autoloader is loaded so that you can use the packages within your application. CodeIgniter does not ship with a Composer binary so you still need to install that separately.
Reply
#5

When you say "On My System" you are referring to the operating system "Mac, Linux, Windows". Correct!
Reply
#6

(02-18-2015, 05:13 AM)rfulcher Wrote: When you say "On My System" you are referring to the operating system "Mac, Linux, Windows". Correct!

Yes
Reply
#7

Awesome thanks
Reply




Theme © iAndrew 2016 - Forum software by © MyBB