29 June 2019

How to use Composer in your CodeIgniter 3 project.

Source code viewer
  1. // Set $config['composer_autoload'] to TRUE or a custom path in application/config/config.php.
  2. $config['composer_autoload'] = TRUE;
  3.  
  4. // Run composer commands from your application directory.
Programming Language: PHP