kenjis / codeigniter-composer-installer

Installs the offical CodeIgniter 3 with secure folder structure via Composer
MIT License
377 stars 118 forks source link

CodeIgniter Developer Toolbar #23

Closed cijagani closed 6 years ago

cijagani commented 6 years ago

CodeIgniter Developer Toolbar:

$ php bin/install.php codeigniter-develbar master
cijagani commented 6 years ago

I have made modification to the bin/install.php file and have also made a pull request for this. Thanks.

'codeigniter-develbar' => array(
                'site'  => 'github',
                'user'  => 'jcsama',
                'repos' => 'codeigniter-develbar',
                'name'  => 'codeigniter-develbar',
                'dir'   => array('config','core', 'third_party','controllers'),
                'msg'   => 'See https://github.com/JCSama/CodeIgniter-develbar',
                'example_branch' => 'master',
            ),
kenjis commented 6 years ago

@truelineinfotech Thanks!

cijagani commented 6 years ago

it's my pleasure. @kenjis