Install a library using composer in Codeigniter v3.1.13

By default, Codeigniter v3.1.13 already has a composer.json file in root project, but it doesn’t have vendor folder yet. Now, if we want to install a library using composer, how? First, you have to install composer on your server Then running command composer require to install any library. Install composer For the information, i use … [Read more…]





